|
|
@ -110,6 +110,27 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view class="width94 line1 mart5 marb5"></view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view class="height40 width100 backcorfff"> |
|
|
|
|
|
|
|
<view class="width40 flleft fcor666 font15 fontwig6 text1 alijusstart" style="padding-left: 2%;"> |
|
|
|
|
|
|
|
<image src="../../static/img/rebate.png" mode="widthFix" style="width: 25px;"></image> |
|
|
|
|
|
|
|
<text>下单返积分</text> |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="width50 flright fotrt paddtright10 font15 colore95 alijun" v-if="Integrastu == 1" |
|
|
|
|
|
|
|
style="align-items: center;"> |
|
|
|
|
|
|
|
返{{rebateIntegral}}积分 |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="width50 flright fotrt paddtright10 font15 colore95 alijun" v-if="Integrastu == 2" |
|
|
|
|
|
|
|
style="align-items: center;"> |
|
|
|
|
|
|
|
{{rebateIntegral}} |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
<view class=" width100 backcorfff alijusstart paddbotm10" style="padding-left: 2%;"> |
|
|
|
|
|
|
|
<image src="../../static/img/sigh.png" mode="widthFix" class="icon20"></image> |
|
|
|
|
|
|
|
<text class="fcor999 font13">积分抵扣与优惠券抵扣不同享</text> |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<view class="height40 width100 backcorfff"> |
|
|
|
<view class="height40 width100 backcorfff"> |
|
|
|
<view class="height50 width100 backcorfff"> |
|
|
|
<view class="height50 width100 backcorfff"> |
|
|
|
<view class="width100 flleft fcor333 fontwig6 font16" style="padding-left: 4%;"> |
|
|
|
<view class="width100 flleft fcor333 fontwig6 font16" style="padding-left: 4%;"> |
|
|
@ -567,7 +588,8 @@ |
|
|
|
}], |
|
|
|
}], |
|
|
|
"payGold": this.priceValue[1], |
|
|
|
"payGold": this.priceValue[1], |
|
|
|
"promoteCode": this.identificationCode, |
|
|
|
"promoteCode": this.identificationCode, |
|
|
|
memDiscountId: this.memDiscountId, |
|
|
|
memDiscountId: this.memDiscountId, |
|
|
|
|
|
|
|
"companyId": app.globalData.companyId, |
|
|
|
"storeId": this.storeId, |
|
|
|
"storeId": this.storeId, |
|
|
|
"postData": { |
|
|
|
"postData": { |
|
|
|
"address": this.contactAddress, |
|
|
|
"address": this.contactAddress, |
|
|
@ -736,7 +758,8 @@ |
|
|
|
}], |
|
|
|
}], |
|
|
|
"payGold": this.priceValue[1], |
|
|
|
"payGold": this.priceValue[1], |
|
|
|
"promoteCode": this.identificationCode, |
|
|
|
"promoteCode": this.identificationCode, |
|
|
|
"payPwd": this.PaymentPassword, |
|
|
|
"payPwd": this.PaymentPassword, |
|
|
|
|
|
|
|
"companyId": app.globalData.companyId, |
|
|
|
memDiscountId: this.memDiscountId |
|
|
|
memDiscountId: this.memDiscountId |
|
|
|
} |
|
|
|
} |
|
|
|
create(goods).then(res => { |
|
|
|
create(goods).then(res => { |
|
|
|