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

1

parent e12c5d66
......@@ -350,7 +350,7 @@
</view>
</u-popup>
</scroll-view>
<view class="jz_orderbox" v-if="!showOrderPreviwe">
<view class="jz_orderbox" v-if="!showOrderPreviwe && !showDateChosen">
<view class="jz_OrderDiv">
<view style="color:#FF3166;font-weight:bold;">
<text style="font-size:22rpx;">¥</text>
......@@ -374,6 +374,7 @@
export default {
components: {
canlendar
},
data() {
return {
......@@ -448,7 +449,7 @@
}
this.delMsg.tcid=price.tcid
this.delMsg.configId = price.configID;
if(!showOrderPreviwe){
if(!this.showOrderPreviwe){
this.getDetails()
}
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