|
@@ -50,7 +50,7 @@
|
|
|
</template>
|
|
|
<template v-if="merchantType==4">
|
|
|
<view class="tip">
|
|
|
- <text>周一至周日 · 无需预约</text>
|
|
|
+ <text>{{infoMation.notice|delNotice}}</text>
|
|
|
</view>
|
|
|
<view class="price">
|
|
|
<text>¥</text><text>{{infoMation.realityPay}}</text>
|
|
@@ -152,17 +152,12 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 餐饮 -->
|
|
|
- <view class="btns" v-if="merchantType==4&&infoMation.orderStatus==4">
|
|
|
+ <!-- <view class="btns" v-if="merchantType==4&&infoMation.orderStatus==4">
|
|
|
<view class="detail del" @tap="hexiao2()" v-if="infoMation.orderStatus==4">
|
|
|
核销订单
|
|
|
</view>
|
|
|
- <!-- <template v-else>
|
|
|
- <view class="detail" @tap="Detail(list)">
|
|
|
- 删除订单
|
|
|
- </view>
|
|
|
- </template> -->
|
|
|
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<!-- <view class="btns" v-if="merchantType==10&&infoMation.status==1"> -->
|
|
|
<!-- <view class="detail del" @tap="hexiao()" v-if="infoMation.status==1">
|
|
|
核销订单
|
|
@@ -219,6 +214,12 @@
|
|
|
}
|
|
|
},
|
|
|
filters: {
|
|
|
+ delNotice(val){
|
|
|
+ if (val) {
|
|
|
+ return JSON.parse(val)[0].notice
|
|
|
+
|
|
|
+ }
|
|
|
+ },
|
|
|
delArr(val) {
|
|
|
if (val) {
|
|
|
return val.split(',')[0]
|