chenjj il y a 3 mois
Parent
commit
c1652ebda5
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      pages/mallMenu.vue
  2. 1 1
      pages_home/pages/details/index.vue

+ 1 - 1
pages/mallMenu.vue

@@ -52,7 +52,7 @@ export default {
             arr: [],
             scrollRightTop: 0, // 右边栏目scroll-view的滚动条高度
             timer: null, // 定时器
-            userType: uni.getStorageSync('userType')|| 1;
+            userType: uni.getStorageSync('userType')|| 1,
 
         }
     },

+ 1 - 1
pages_home/pages/details/index.vue

@@ -174,7 +174,7 @@ const certificationPicture_img = computed(() => {
 })
 
 const status_e = {
-    1: '申请成功',
+    1: '审核中',
     2: '注册成功',
     3: '申请失败'
 }