|
@@ -139,13 +139,14 @@ Component({
|
|
//支付
|
|
//支付
|
|
payMoney(){
|
|
payMoney(){
|
|
var params = {
|
|
var params = {
|
|
|
|
+ goodType:this.data.data.type,
|
|
goods:this.data.data.goods,
|
|
goods:this.data.data.goods,
|
|
servicePrice:this.data.data.servicePrice,
|
|
servicePrice:this.data.data.servicePrice,
|
|
price:this.data.data.price,
|
|
price:this.data.data.price,
|
|
discount:this.data.data.discount,
|
|
discount:this.data.data.discount,
|
|
personVoucherIds:this.data.data.personVoucherIds,
|
|
personVoucherIds:this.data.data.personVoucherIds,
|
|
// usedVouchers:this.data.data.servicePrice,
|
|
// usedVouchers:this.data.data.servicePrice,
|
|
- finalPrice:this.data.data.discount
|
|
|
|
|
|
+ finalPrice:this.data.data.finalPrice
|
|
}
|
|
}
|
|
wx.showLoading({
|
|
wx.showLoading({
|
|
title: '加载中',
|
|
title: '加载中',
|