Browse Source

添加注释

Xiao_123 1 tháng trước cách đây
mục cha
commit
a07d97982a
2 tập tin đã thay đổi với 2 bổ sung11 xóa
  1. 0 11
      pagesA/resumeOnline/jobIntention.vue
  2. 2 0
      store/user.js

+ 0 - 11
pagesA/resumeOnline/jobIntention.vue

@@ -159,17 +159,6 @@ const payChange = (val) => {
 </script>
 
 <style lang="scss" scoped>
-.content {
-	position: relative;
-	&-cover {
-		position: absolute;
-		width: 100%;
-		height: 100%;
-		left: 0;
-		top: 0;
-		z-index: 3;
-	}
-}
 :deep(.uni-forms-item__content) {
 	max-width: 100%;
 	overflow: hidden;

+ 2 - 0
store/user.js

@@ -128,6 +128,8 @@ export const userStore = defineStore('user', {
       const _data = await this.getFieldText(data)
       this.baseInfo = _data
 
+      console.log(data, data.type === '1', '当前账号角色是否为学生')
+
       // 是学生则跳转学生专区
       if (data && data?.type === '1') {
         uni.navigateTo({