Commit ecb232b4 authored by 罗超's avatar 罗超

修改BUG

parent 2fd94f6c
......@@ -1365,10 +1365,11 @@
}
})
}
this.getSale()
this.getDetails();
this.U = uni.getStorageSync("mall_UserInfo");
this.b2bUser = uni.getStorageSync("b2b_user");
this.customer = this.b2bUser
let basedata = uni.getStorageSync("basedata");
//判断后台是否开启自动授权
if (basedata && basedata.mall && basedata.mall.setting && basedata.mall.setting && basedata.mall.setting.is_show_auth ==
......@@ -1401,6 +1402,7 @@
},
});
this.mainColor = this.$uiConfig.mainColor;
this.getSale()
},
methods: {
calcPzCouponHandler(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment