|
@@ -573,7 +573,7 @@ paymentClick() {
|
|
|
activeNum: 0,
|
|
|
})
|
|
|
}
|
|
|
- this.getPaySend()
|
|
|
+ // this.getPaySend()
|
|
|
} else {
|
|
|
console.log(res.data.message)
|
|
|
console.log(this.data.integralNum,this.data.mobile,JSON.stringify(data))
|
|
@@ -641,6 +641,7 @@ paymentClick() {
|
|
|
v.quantity = 0
|
|
|
})
|
|
|
this.setData({
|
|
|
+ couponList: this.data.couponList,
|
|
|
paymentStatus: false,
|
|
|
paymentBgStatus: false,
|
|
|
})
|
|
@@ -735,10 +736,10 @@ paymentClick() {
|
|
|
getPaySend(){
|
|
|
if (this.data.activeNum === 1) {
|
|
|
console.log('发送短信')
|
|
|
- Integralinfo.getSendCmccSms({
|
|
|
- orderId: this.data.active1obj.orderId,
|
|
|
+ Integralinfo.getPaySend({
|
|
|
+ order_no: this.data.active1obj.order_no,
|
|
|
mobile: this.data.mobile,
|
|
|
- shopid: this.data.shopid
|
|
|
+ shopid: this.data.shopid,
|
|
|
}).then(res => {
|
|
|
if (res.code === '0000') {
|
|
|
this.setData({
|