@@ -52,7 +52,7 @@ export default {
arr: [],
scrollRightTop: 0, // 右边栏目scroll-view的滚动条高度
timer: null, // 定时器
- userType: uni.getStorageSync('userType')|| 1;
+ userType: uni.getStorageSync('userType')|| 1,
}
},
@@ -174,7 +174,7 @@ const certificationPicture_img = computed(() => {
})
const status_e = {
- 1: '申请成功',
+ 1: '审核中',
2: '注册成功',
3: '申请失败'