Commit 9bb73bf4 by 高淑倩

下单参数_addressId

parent d2ef78b3
...@@ -26,7 +26,8 @@ wxService.page({ ...@@ -26,7 +26,8 @@ wxService.page({
orderInitPrice: 0, orderInitPrice: 0,
plusMemberPrice: 0, // plus 默认价 plusMemberPrice: 0, // plus 默认价
plusMemberName:'', plusMemberName:'',
defalutCoupon: '' defalutCoupon: '',
addressId: '' // 收货地址id
}, },
/** /**
...@@ -295,11 +296,13 @@ wxService.page({ ...@@ -295,11 +296,13 @@ wxService.page({
}) })
}, },
handelGobuy() { handelGobuy() {
const { trolleySku2Buy, couponId } = this.data const { trolleySku2Buy, couponId, addressInfo } = this.data
let params = { let params = {
couponId, couponId,
trolleySku2Buy trolleySku2Buy,
addressId: addressInfo.id
} }
this.getBill(params) // 下单 this.getBill(params) // 下单
}, },
// 下单 // 下单
......
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