Commit a7f8f352 by zhangzhen

细节优化

parent b2ec91e2
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
</view> --> </view> -->
</view> </view>
<view class="part-title"> <view v-if="val.orderTimeType > 0" class="part-title">
<text></text> <text class="text-pink text-lg">{{val.orderTime || 1}}{{orderTimeTypeEnum[val.orderTimeType]}}</text>
<text class="text-pink">前有人预定</text> <text class="text-pink">前有人预定</text>
</view> </view>
...@@ -59,6 +59,10 @@ ...@@ -59,6 +59,10 @@
assetsPath: config.assetsPath, assetsPath: config.assetsPath,
list: [], list: [],
storeTypeEnum:{}, storeTypeEnum:{},
orderTimeTypeEnum:{
1:"分钟",
2:"小时"
}
}; };
}, },
watch: { watch: {
......
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