|
|
@ -259,11 +259,15 @@ |
|
|
|
Integrastu: 1, //返积分状态 |
|
|
|
Integrastu: 1, //返积分状态 |
|
|
|
contactPepole: '', //联系人 |
|
|
|
contactPepole: '', //联系人 |
|
|
|
contactPhone: '', //联系电话 |
|
|
|
contactPhone: '', //联系电话 |
|
|
|
contactAddress: '' //联系地址 |
|
|
|
contactAddress: '', //联系地址 |
|
|
|
|
|
|
|
postPayType: '' //请求支付方式 |
|
|
|
}; |
|
|
|
}; |
|
|
|
}, |
|
|
|
}, |
|
|
|
onLoad(option) { |
|
|
|
onLoad(option) { |
|
|
|
this.couponId = option.id; |
|
|
|
this.couponId = option.id; |
|
|
|
|
|
|
|
if (option.postPayType != undefined && option.postPayType) { |
|
|
|
|
|
|
|
this.postPayType = option.postPayType; |
|
|
|
|
|
|
|
} |
|
|
|
// #ifdef H5 |
|
|
|
// #ifdef H5 |
|
|
|
this.identificationCode = app.globalData.staffCode; |
|
|
|
this.identificationCode = app.globalData.staffCode; |
|
|
|
// #endif |
|
|
|
// #endif |
|
|
@ -318,7 +322,8 @@ |
|
|
|
platformId: this.showType, |
|
|
|
platformId: this.showType, |
|
|
|
"companyId": this.couponList.companyId, |
|
|
|
"companyId": this.couponList.companyId, |
|
|
|
productType: 5, |
|
|
|
productType: 5, |
|
|
|
productId: this.couponList.couponSource |
|
|
|
productId: this.couponList.couponSource, |
|
|
|
|
|
|
|
payType: this.postPayType |
|
|
|
} |
|
|
|
} |
|
|
|
getThirdPartyByDetail(datas).then(res => { |
|
|
|
getThirdPartyByDetail(datas).then(res => { |
|
|
|
if (res.return_code == '000000') { |
|
|
|
if (res.return_code == '000000') { |
|
|
|