|
|
@ -129,19 +129,18 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="width94 line1 mart5 marb5"></view> |
|
|
|
<view class="width94 line1 mart5 marb5"></view> |
|
|
|
<view class="height40 width100 backcorfff"> |
|
|
|
<view class="height40 width100 backcorfff" v-if="Integrastu == 1"> |
|
|
|
<view class="width40 flleft fcor666 font15 fontwig6 text1 alijusstart" style="padding-left: 2%;"> |
|
|
|
<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> |
|
|
|
<image src="../../../static/img/rebate.png" mode="widthFix" style="width: 25px;"></image> |
|
|
|
<text>下单返积分</text> |
|
|
|
<text>下单返积分</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="width50 flright fotrt paddtright15 font15 colore95 alijun" style="align-items: center;" |
|
|
|
<view class="width50 flright fotrt paddtright15 font15 colore95 alijun" style="align-items: center;"> |
|
|
|
v-if="Integrastu == 1"> |
|
|
|
|
|
|
|
返{{rebateIntegral}}积分 |
|
|
|
返{{rebateIntegral}}积分 |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="width50 flright fotrt paddtright15 font15 colore95 alijun" style="align-items: center;" |
|
|
|
<!-- <view class="width50 flright fotrt paddtright15 font15 colore95 alijun" style="align-items: center;" |
|
|
|
v-if="Integrastu == 2"> |
|
|
|
v-if="Integrastu == 2"> |
|
|
|
{{rebateIntegral}} |
|
|
|
{{rebateIntegral}} |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class=" width100 backcorfff alijusstart paddbotm10" style="padding-left: 2%;"> |
|
|
|
<view class=" width100 backcorfff alijusstart paddbotm10" style="padding-left: 2%;"> |
|
|
|
<image src="../../../static/img/sigh.png" mode="widthFix" class="icon20"></image> |
|
|
|
<image src="../../../static/img/sigh.png" mode="widthFix" class="icon20"></image> |
|
|
@ -307,7 +306,7 @@ |
|
|
|
imageUrl: app.globalData.imgUrl, |
|
|
|
imageUrl: app.globalData.imgUrl, |
|
|
|
oilPirce: 0, //油卡余额 |
|
|
|
oilPirce: 0, //油卡余额 |
|
|
|
user: '', |
|
|
|
user: '', |
|
|
|
paytype: 'weixin', |
|
|
|
paytype: '2', |
|
|
|
PaymentPassword: '', |
|
|
|
PaymentPassword: '', |
|
|
|
orderPrice: '', //原价 |
|
|
|
orderPrice: '', //原价 |
|
|
|
deductionPrice: '0.00', //优惠金额 |
|
|
|
deductionPrice: '0.00', //优惠金额 |
|
|
@ -526,7 +525,7 @@ |
|
|
|
if (item.discountType == 3) { |
|
|
|
if (item.discountType == 3) { |
|
|
|
this.memDiscountId = items.id; |
|
|
|
this.memDiscountId = items.id; |
|
|
|
// 打折 |
|
|
|
// 打折 |
|
|
|
this.deductionPrice = this.orderPrice - (this.orderPrice * item.discountPrice); |
|
|
|
this.deductionPrice = parseFloat(this.orderPrice - (this.orderPrice * item.discountPrice)).toFixed(2); |
|
|
|
let oldprice = parseFloat(this.orderPrice * item.discountPrice).toFixed(2); |
|
|
|
let oldprice = parseFloat(this.orderPrice * item.discountPrice).toFixed(2); |
|
|
|
this.priceCaluc(oldprice); |
|
|
|
this.priceCaluc(oldprice); |
|
|
|
|
|
|
|
|
|
|
|