|
@@ -111,7 +111,7 @@ var cmSysVitaMixins = function () {
|
|
CAIMEI.dialog('请输入正确的手机号');
|
|
CAIMEI.dialog('请输入正确的手机号');
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- this.consultParams.shopId = this.handleShopId
|
|
|
|
|
|
+
|
|
this.userInformationInsertRoos(this.consultParams);
|
|
this.userInformationInsertRoos(this.consultParams);
|
|
},
|
|
},
|
|
handleClose(){
|
|
handleClose(){
|
|
@@ -124,6 +124,7 @@ var cmSysVitaMixins = function () {
|
|
PublicApi.getUserPopUpInfo(params, function (response) {
|
|
PublicApi.getUserPopUpInfo(params, function (response) {
|
|
if(response.code === 0){
|
|
if(response.code === 0){
|
|
_self.advertisement = response.data
|
|
_self.advertisement = response.data
|
|
|
|
+ _self.consultParams.shopId = response.data.shopId
|
|
}else{
|
|
}else{
|
|
console.log('error',response.msg);
|
|
console.log('error',response.msg);
|
|
}
|
|
}
|