|
@@ -64,6 +64,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ <p class="btimap" v-if="booFetch && !item.list.length">暂无数据</p>
|
|
</van-tab>
|
|
</van-tab>
|
|
</van-tabs>
|
|
</van-tabs>
|
|
<!--选择-->
|
|
<!--选择-->
|
|
@@ -177,7 +178,8 @@
|
|
<p class="count">
|
|
<p class="count">
|
|
<span>预付:</span>
|
|
<span>预付:</span>
|
|
<span
|
|
<span
|
|
- v-if="objCurrentPlaceInfo.place_pre_type === 1">¥{{ objCurrentPlaceInfo.place_price * order_user_num | fen2Yuan
|
|
|
|
|
|
+ v-if="objCurrentPlaceInfo.place_pre_type === 1">¥{{
|
|
|
|
+ objCurrentPlaceInfo.place_price * order_user_num | fen2Yuan
|
|
}}</span>
|
|
}}</span>
|
|
<span v-else>¥{{ objCurrentPlaceInfo.place_price | fen2Yuan }}</span>
|
|
<span v-else>¥{{ objCurrentPlaceInfo.place_price | fen2Yuan }}</span>
|
|
</p>
|
|
</p>
|
|
@@ -225,7 +227,8 @@ export default {
|
|
order_user_name: '', // 订单联系人姓名
|
|
order_user_name: '', // 订单联系人姓名
|
|
order_user_sex: '先生', // 订单联系人性别
|
|
order_user_sex: '先生', // 订单联系人性别
|
|
order_pay_type: 2, // 支付方式(1微信2支付宝)
|
|
order_pay_type: 2, // 支付方式(1微信2支付宝)
|
|
- booLock: false
|
|
|
|
|
|
+ booLock: false,
|
|
|
|
+ booFetch: false
|
|
}
|
|
}
|
|
},
|
|
},
|
|
computed: {
|
|
computed: {
|
|
@@ -282,7 +285,10 @@ export default {
|
|
} else {
|
|
} else {
|
|
Toast(msg)
|
|
Toast(msg)
|
|
}
|
|
}
|
|
- } catch (err) {}
|
|
|
|
|
|
+ this.booFetch = true
|
|
|
|
+ } catch (err) {
|
|
|
|
+ this.booFetch = true
|
|
|
|
+ }
|
|
},
|
|
},
|
|
handleShowPopup (place, week) {
|
|
handleShowPopup (place, week) {
|
|
if (!(this.phone && this.token)) {
|
|
if (!(this.phone && this.token)) {
|