|
@@ -117,7 +117,6 @@ var informationPage = new Vue({
|
|
|
_self.clubUpgradeUser.secondClubType = data.club.secondClubType;
|
|
|
_self.clubUpgradeUser.address = data.club.address;
|
|
|
_self.userMainPros = _self.setNewMainpro(data.club.mainProduct);
|
|
|
- console.log('2222222222222222')
|
|
|
_self.GetProvinceFn();
|
|
|
if( _self.addressfrom.townId){
|
|
|
_self.GetCtiyFn();
|
|
@@ -202,7 +201,7 @@ var informationPage = new Vue({
|
|
|
mainProduct: _self.clubUpgradeUser.mainProduct,
|
|
|
fax: _self.clubUpgradeUser.fax,
|
|
|
contractPhone: _self.clubUpgradeUser.contractPhone,
|
|
|
- profile: _self.clubUpgradeUser.profile,
|
|
|
+ profile: _self.clubUpgradeUser.profile
|
|
|
}
|
|
|
}else{
|
|
|
params = {
|