diff --git a/src/project/fengdu/AppStore/AppStore.vue b/src/project/fengdu/AppStore/AppStore.vue
index 3b8a5e4..35ffee6 100644
--- a/src/project/fengdu/AppStore/AppStore.vue
+++ b/src/project/fengdu/AppStore/AppStore.vue
@@ -4,8 +4,8 @@
-
-
+
+
@@ -45,15 +45,7 @@ export default {
if(e.tabIndex) {
this.tabIndex = e.tabIndex
}
- if(!this.user.phone) {
- this.$dialog.confirm({
- content: '您只有完成信息认证后,才可进行相关操作。',
- confirmText: '去认证'
- }).then(() => {
- this.$linkTo('/pages/AppMine/userInfo?isFromTabbar=1&path=/pages/AppStore/AppStore')
- }).catch(() => {
- })
- }
+
},
methods: {
change(e) {