|
@@ -256,6 +256,10 @@
|
|
|
<view><text v-if="shippingType==4||shippingType==1">打包费:</text></view>
|
|
|
<view class='conter'>¥{{orderInfo.packingFee || 0}}</view>
|
|
|
</view>
|
|
|
+ <view class='item acea-row row-between' v-if='orderInfo.firstDeducPrice > 0'>
|
|
|
+ <view>首单立减:</view>
|
|
|
+ <view class='conter'>-¥{{orderInfo.firstDeducPrice || 0}}</view>
|
|
|
+ </view>
|
|
|
<view class='item acea-row row-between' v-if='orderInfo.svipDiscountPrice > 0'>
|
|
|
<view>会员优惠:</view>
|
|
|
<view class='conter'>-¥{{orderInfo.svipDiscountPrice || 0}}</view>
|
|
@@ -487,6 +491,7 @@
|
|
|
url: 1
|
|
|
});
|
|
|
if (options.orderType) this.orderType = options.orderType;
|
|
|
+ console.log(options.orderType+"=======");
|
|
|
this.$set(this, 'orderNo', options.orderNo);
|
|
|
this.bgColor = setThemeColor();
|
|
|
uni.setNavigationBarColor({
|