Authored by bevishuang

修改确认订单页无法切换收获地址 --review by 鲍思思

... ... @@ -60,7 +60,7 @@ Page({
//选中优惠卷后,切到后台,再切回前台页面,不在请求数据
if (!this.data.selectCouponCode) {
await this.fetchData(this.data.isStore);
if (!this.data.isStore) {
if (!this.data.isStore && !this.data.hasAddress) {
await this.fetchAddress()
}
}
... ...