|
@@ -29,7 +29,8 @@ Page({
|
|
|
yunfei:0,
|
|
yunfei:0,
|
|
|
payFlag:false,
|
|
payFlag:false,
|
|
|
useBalance:false,
|
|
useBalance:false,
|
|
|
- afterdec:0//使用提货券扣除后的总额
|
|
|
|
|
|
|
+ afterdec:0,//使用提货券扣除后的总额
|
|
|
|
|
+ remark:''
|
|
|
},
|
|
},
|
|
|
onLoad: function (options) {
|
|
onLoad: function (options) {
|
|
|
this.data.orderId = options.orderId;
|
|
this.data.orderId = options.orderId;
|
|
@@ -321,7 +322,8 @@ Page({
|
|
|
pay_way: that.data.curPayway,
|
|
pay_way: that.data.curPayway,
|
|
|
address_id: that.data.address.id,
|
|
address_id: that.data.address.id,
|
|
|
s: 'xcx',
|
|
s: 'xcx',
|
|
|
- use_coupon:that.data.useBalance
|
|
|
|
|
|
|
+ use_coupon:that.data.useBalance,
|
|
|
|
|
+ remark:that.data.remark
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
console.log('onpay',params)
|
|
console.log('onpay',params)
|
|
@@ -400,5 +402,10 @@ Page({
|
|
|
return _request.share({
|
|
return _request.share({
|
|
|
sc: 'xcx_pay'
|
|
sc: 'xcx_pay'
|
|
|
})
|
|
})
|
|
|
|
|
+ },
|
|
|
|
|
+ bindremark (e) {
|
|
|
|
|
+ this.setData({
|
|
|
|
|
+ remark: e.detail.value
|
|
|
|
|
+ })
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|