Commit a7f8f352 by zhangzhen

细节优化

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