zhengkaixin před 1 rokem
rodič
revize
34090fa931
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      pages/mine/mine.vue

+ 2 - 1
pages/mine/mine.vue

@@ -260,7 +260,7 @@
 			init(){
 				this.plusInfo=this.carhelp.getPersonInfoPlus();
 				this.userInfo=this.carhelp.getPersonInfo();
-				this.getCardPayAmountList();
+				
 				
 				if(this.userInfo&&this.userInfo.phone){
 					var phone = this.userInfo.phone;
@@ -279,6 +279,7 @@
 					this.carhelp.setPersonInfo(response.data.regUser);
 					this.carhelp.setPersonInfoPlus(response.data)
 					this.init();
+					this.getCardPayAmountList();
 				}).catch(error => {
 					uni.hideLoading();