|
|
|
@ -597,15 +597,15 @@ |
|
|
|
|
if (this.payPrice == 0) { |
|
|
|
|
let params = { |
|
|
|
|
"childOrderList": [{ |
|
|
|
|
"goodsId": that.objectId, |
|
|
|
|
"goodsId": this.objectId, |
|
|
|
|
"goodsType": 6, |
|
|
|
|
"rechargeContent": that.rechargeContent, |
|
|
|
|
"rechargeContent": this.rechargeContent, |
|
|
|
|
"saleCount": 1 |
|
|
|
|
}], |
|
|
|
|
"payGold": that.priceValue[1], |
|
|
|
|
"payGold": this.priceValue[1], |
|
|
|
|
"companyId": app.globalData.companyId, |
|
|
|
|
"memDiscountId": that.memDiscountId, |
|
|
|
|
"payPwd": "" |
|
|
|
|
"memDiscountId": this.memDiscountId, |
|
|
|
|
"payPwd": this.PaymentPassword |
|
|
|
|
} |
|
|
|
|
create(params).then(res => { |
|
|
|
|
uni.hideLoading(); |
|
|
|
|