|
|
|
@ -69,6 +69,22 @@ |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
<!-- //实物配置 --> |
|
|
|
|
<view class="width94 backcorfff mart10" v-if="couponList.wherePost"> |
|
|
|
|
<view class="width94 alijusstart height50 font14 fcor666 bor-botm1"> |
|
|
|
|
<view class="width40 fcor333 fontwig6 font16" style="padding-left: 2%;">联系人</view> |
|
|
|
|
<input class="width60 fotrt font15" v-model="contactPepole" placeholder="请输入联系人" /> |
|
|
|
|
</view> |
|
|
|
|
<view class="width94 alijusstart height50 font14 fcor666 bor-botm1"> |
|
|
|
|
<view class="width40 fcor333 fontwig6 font16" style="padding-left: 2%;">联系电话</view> |
|
|
|
|
<input class="width60 fotrt font15" v-model="contactPhone" placeholder="请输入联系电话" /> |
|
|
|
|
</view> |
|
|
|
|
<view class="width94 alijusstart height50 font14 fcor666"> |
|
|
|
|
<view class="width40 fcor333 fontwig6 font16" style="padding-left: 2%;">联系地址</view> |
|
|
|
|
<input class="width60 fotrt font15" v-model="contactAddress" placeholder="请输入联系地址" /> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
<view class="width94 comorder mart10"> |
|
|
|
|
|
|
|
|
|
<view class="width92 alijusstart paddtop20"> |
|
|
|
@ -229,6 +245,12 @@ |
|
|
|
|
rechargeDes: '', // 支付详情 |
|
|
|
|
rebateIntegral: '', //返回积分 |
|
|
|
|
Integrastu: 1 //返积分状态 |
|
|
|
|
typeId: '', |
|
|
|
|
identificationCode: '' ,//渠道商 |
|
|
|
|
contactPepole: '', //联系人 |
|
|
|
|
contactPhone: '', //联系电话 |
|
|
|
|
contactAddress: '' //联系地址 |
|
|
|
|
|
|
|
|
|
}; |
|
|
|
|
}, |
|
|
|
|
onLoad(option) { |
|
|
|
@ -507,6 +529,13 @@ |
|
|
|
|
"payGold": this.priceValue[1], |
|
|
|
|
"promoteCode": this.identificationCode, |
|
|
|
|
memDiscountId: this.memDiscountId |
|
|
|
|
"storeId": this.storeId |
|
|
|
|
}], |
|
|
|
|
"postData": { |
|
|
|
|
"address": this.contactAddress, |
|
|
|
|
"user": this.contactPepole, |
|
|
|
|
"phone": this.contactPhone |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
create(goods).then(res => { |
|
|
|
|
if (res.return_code == '000000') { |
|
|
|
|