|
|
|
@ -340,7 +340,7 @@ |
|
|
|
|
orderPrice: 0, //订单价格 |
|
|
|
|
rechargeDes: '', // 支付详情 |
|
|
|
|
rebateIntegral: '', //返回积分 |
|
|
|
|
Integrastu: 1 ,//返积分状态 |
|
|
|
|
Integrastu: 1, //返积分状态 |
|
|
|
|
identificationCode: '', //渠道商 |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
@ -598,7 +598,7 @@ |
|
|
|
|
"childOrderList": [{ |
|
|
|
|
"goodsId": 9999, |
|
|
|
|
"customerMobile": this.customerMobile, |
|
|
|
|
"storeCode":this.storeCode, |
|
|
|
|
"storeCode": this.storeCode, |
|
|
|
|
"platformId": this.showType, |
|
|
|
|
"productType": this.productType, |
|
|
|
|
"orderItems": data2, |
|
|
|
@ -617,7 +617,7 @@ |
|
|
|
|
"childOrderList": [{ |
|
|
|
|
"goodsId": 9999, |
|
|
|
|
"customerMobile": this.customerMobile, |
|
|
|
|
"storeCode":this.storeCode, |
|
|
|
|
"storeCode": this.storeCode, |
|
|
|
|
"platformId": this.showType, |
|
|
|
|
"productType": this.productType, |
|
|
|
|
"orderItems": this.orderList, |
|
|
|
@ -809,6 +809,22 @@ |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
} else if (that.paytype == '3') { |
|
|
|
|
if (!that.user.isSetHltCard) { |
|
|
|
|
uni.showToast({ |
|
|
|
|
icon: 'none', |
|
|
|
|
title: '当前账号还未绑定,前往绑定', |
|
|
|
|
duration: 2000, |
|
|
|
|
success() { |
|
|
|
|
setTimeout(() => { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '../../pages/user/bindingCard/bindingCard' |
|
|
|
|
}) |
|
|
|
|
}, 1000) |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
that.thirdCancelOrder(); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
if (!that.user.isSetPayPwd) { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '../../pages/login/updatePas/updatePas' |
|
|
|
@ -826,22 +842,7 @@ |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (!that.user.isSetHltCard) { |
|
|
|
|
uni.showToast({ |
|
|
|
|
icon: 'none', |
|
|
|
|
title: '当前账号还未绑定,前往绑定', |
|
|
|
|
duration: 2000, |
|
|
|
|
success() { |
|
|
|
|
setTimeout(() => { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '../../pages/user/bindingCard/bindingCard' |
|
|
|
|
}) |
|
|
|
|
}, 1000) |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
that.thirdCancelOrder(); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
that.$refs.paymentPassword.modalFun('show'); |
|
|
|
|
} else { |
|
|
|
|
uni.showToast({ |
|
|
|
@ -879,7 +880,7 @@ |
|
|
|
|
"childOrderList": [{ |
|
|
|
|
"goodsId": 9999, |
|
|
|
|
"customerMobile": this.customerMobile, |
|
|
|
|
"storeCode":this.storeCode, |
|
|
|
|
"storeCode": this.storeCode, |
|
|
|
|
"platformId": this.showType, |
|
|
|
|
"productType": this.productType, |
|
|
|
|
"orderItems": data2, |
|
|
|
@ -899,10 +900,10 @@ |
|
|
|
|
"childOrderList": [{ |
|
|
|
|
"goodsId": 9999, |
|
|
|
|
"customerMobile": this.customerMobile, |
|
|
|
|
"storeCode":this.storeCode, |
|
|
|
|
"storeCode": this.storeCode, |
|
|
|
|
"platformId": this.showType, |
|
|
|
|
"productType": this.productType, |
|
|
|
|
"orderItems": this.orderList, |
|
|
|
|
"orderItems": this.orderList, |
|
|
|
|
"goodsType": 9, |
|
|
|
|
"saleCount": 1, |
|
|
|
|
}], |
|
|
|
|