|
|
@@ -238,7 +238,7 @@
|
|
|
<!-- <appSendTime :placeholder="'默认30分钟内配送'" @alterTime="purchaseFreight(ghsMsg)" :sendDate.sync="form.sendDate" :sendTime.sync="sendTime" ></appSendTime> -->
|
|
|
<appTimer :placeholder="'默认30分钟内配送'" @confirm="onConfirm" :sendTime="sendTime"></appTimer>
|
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="false" v-show="form.sendType == 1">
|
|
|
- <view class="tui-title ">运费</view>
|
|
|
+ <view class="tui-title ">运费{{form.sendCost}}</view>
|
|
|
<input type="number" placeholder="留空表示免运费" @input="countAllPrices" v-model="form.sendCost" placeholder-class="tui-placeholder" disabled>
|
|
|
</tui-list-cell>
|
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="true" @click="pageTo({url: '/admin/coupon/selectCouponList'})">
|
|
|
@@ -365,6 +365,7 @@ export default {
|
|
|
this.couponSumText = uni.getStorageSync('selectCouponInfo').couponSum
|
|
|
this.couponText = '-¥' + this.couponSumText
|
|
|
} else {
|
|
|
+ this.couponSumText = "0"
|
|
|
this.hasCoupon()
|
|
|
}
|
|
|
},
|