Commit 3f67a01d authored by 罗超's avatar 罗超

1

parent e12c5d66
...@@ -350,7 +350,7 @@ ...@@ -350,7 +350,7 @@
</view> </view>
</u-popup> </u-popup>
</scroll-view> </scroll-view>
<view class="jz_orderbox" v-if="!showOrderPreviwe"> <view class="jz_orderbox" v-if="!showOrderPreviwe && !showDateChosen">
<view class="jz_OrderDiv"> <view class="jz_OrderDiv">
<view style="color:#FF3166;font-weight:bold;"> <view style="color:#FF3166;font-weight:bold;">
<text style="font-size:22rpx;">¥</text> <text style="font-size:22rpx;">¥</text>
...@@ -374,6 +374,7 @@ ...@@ -374,6 +374,7 @@
export default { export default {
components: { components: {
canlendar canlendar
}, },
data() { data() {
return { return {
...@@ -448,7 +449,7 @@ ...@@ -448,7 +449,7 @@
} }
this.delMsg.tcid=price.tcid this.delMsg.tcid=price.tcid
this.delMsg.configId = price.configID; this.delMsg.configId = price.configID;
if(!showOrderPreviwe){ if(!this.showOrderPreviwe){
this.getDetails() this.getDetails()
} }
if(result.priceObj>2){ if(result.priceObj>2){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment