|
@@ -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();
|
|
|
|