zhengkaixin преди 1 година
родител
ревизия
34090fa931
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  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();