This commit is contained in:
weipengfei 2023-12-25 18:56:44 +08:00
parent dbf2da56e4
commit 1452292f81
4 changed files with 5 additions and 4 deletions

View File

@ -2,8 +2,8 @@
"name" : "惠农生活", "name" : "惠农生活",
"appid" : "__UNI__3A527D1", "appid" : "__UNI__3A527D1",
"description" : "", "description" : "",
"versionName" : "1.6.7", "versionName" : "1.6.8",
"versionCode" : 167, "versionCode" : 168,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {

View File

@ -832,7 +832,7 @@
long: e.longitude, long: e.longitude,
}); });
} }
this.getStoreList(true); this.getStoreList();
}) })
} }
}) })

View File

@ -839,7 +839,7 @@
long: e.longitude, long: e.longitude,
}); });
} }
this.getStoreList(true); this.getStoreList();
}) })
} }
}) })

View File

@ -810,6 +810,7 @@ import { Toast } from '../../../libs/uniApi';
that.merchantData.address = res.data.address; that.merchantData.address = res.data.address;
that.merchantData.user_name = res.data.legal_person; that.merchantData.user_name = res.data.legal_person;
that.merchantData.social_credit_code = res.data.register_number; that.merchantData.social_credit_code = res.data.register_number;
that.merchantData.company_name = res.data.name;
// that.$set('merchantData', that.merchantData); // that.$set('merchantData', that.merchantData);
uni.hideLoading(); uni.hideLoading();
}).catch((e)=>{ }).catch((e)=>{