修改提交订单无法修改收货地址的问题;修改无法进入砍价商品详情页面的问题;修改退出登录无法回到首页的问题;

This commit is contained in:
gaoxs
2020-08-12 16:37:31 +08:00
parent bedfd9113e
commit 988bdb0677
8 changed files with 40 additions and 39 deletions

View File

@ -486,7 +486,7 @@ export default {
},
changeAddress(addressInfo) {
this.addressInfo = addressInfo;
this.getCartInfo()
this.computedPrice();
},
createOrder() {
let shipping_type = this.shipping_type;