Browse Source

修改: 实名认证校验优化

asdasdasdd 1 year ago
parent
commit
d4e42c2096
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages/member/auth/Auth.vue

+ 2 - 1
pages/member/auth/Auth.vue

@@ -252,7 +252,8 @@ export default {
       this.showPopup('isshow')
     },
     dropImage (id) {
-      this.dialog={content:'确定要删除该图片吗?',data:id}
+
+      this.dialog={condition:2, content:'确定要删除该图片吗?',data:id}
       this.$refs.confirm.open()
 
     },