|
|
@ -594,20 +594,20 @@ |
|
|
|
uni.hideLoading(); |
|
|
|
uni.hideLoading(); |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
if (this.payPrice == 0) { |
|
|
|
if (this.payPrice == 0) { |
|
|
|
let params = { |
|
|
|
let params = { |
|
|
|
"childOrderList": [{ |
|
|
|
"childOrderList": [{ |
|
|
|
"goodsId": that.objectId, |
|
|
|
"goodsId": this.objectId, |
|
|
|
"goodsType": 6, |
|
|
|
"goodsType": 6, |
|
|
|
"rechargeContent": that.rechargeContent, |
|
|
|
"rechargeContent": this.rechargeContent, |
|
|
|
"saleCount": 1 |
|
|
|
"saleCount": 1 |
|
|
|
}], |
|
|
|
}], |
|
|
|
"payGold": that.priceValue[1], |
|
|
|
"payGold": this.priceValue[1], |
|
|
|
"companyId": app.globalData.companyId, |
|
|
|
"companyId": app.globalData.companyId, |
|
|
|
"memDiscountId": that.memDiscountId, |
|
|
|
"memDiscountId": this.memDiscountId, |
|
|
|
"payPwd": "" |
|
|
|
"payPwd": this.PaymentPassword |
|
|
|
} |
|
|
|
} |
|
|
|
create(params).then(res => { |
|
|
|
create(params).then(res => { |
|
|
|
uni.hideLoading(); |
|
|
|
uni.hideLoading(); |
|
|
|
if (res.return_code == '000000') { |
|
|
|
if (res.return_code == '000000') { |
|
|
|
this.orderId = res.return_data.orderNo; |
|
|
|
this.orderId = res.return_data.orderNo; |
|
|
@ -630,7 +630,7 @@ |
|
|
|
}); |
|
|
|
}); |
|
|
|
}) |
|
|
|
}) |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
let params = { |
|
|
|
let params = { |
|
|
|
"orderNo": this.orderId, |
|
|
|
"orderNo": this.orderId, |
|
|
|
"cardNo": this.user.hltCardNo.cardNo, |
|
|
|
"cardNo": this.user.hltCardNo.cardNo, |
|
|
|