he2802 4 жил өмнө
parent
commit
e1b1caf5a7

+ 1 - 1
components/my.vue

@@ -205,7 +205,7 @@ export default {
 			this.$store.state.allowLoading= false
 			const firstFunc = await this.getInfoAttached();
 			const seciedFunc = await this.getLevel();
-			this.$api.refreshUserInfo();
+	//		this.$api.refreshUserInfo();
 			this.$store.state.allowLoading = true
 		},
 		jumpPopup() {

+ 2 - 2
pages/index/index.vue

@@ -52,9 +52,9 @@ export default {
 		this.getDict()
 	},
 	onShow() {
-		if(this.current === 2 && this.$method.isLogin()){
+		/* if(this.current === 2 && this.$method.isLogin()){
 			this.$refs.refMy.init();
-		}
+		} */
 	},
 	onShareAppMessage(res) {
 		var self = this;