This commit is contained in:
parent
a3361bb22f
commit
dee6f0d691
|
@ -28,7 +28,9 @@
|
|||
<view class="business">
|
||||
<view class="business_one">营业中</view>
|
||||
<view class="business_one">
|
||||
<text>周一到周日</text>
|
||||
<text v-for="(item,index) in shopInfo.config.mer_take_day">{{' '+week[item]}}</text>
|
||||
</view>
|
||||
<view class="business_one">
|
||||
<text>{{shopInfo.config.mer_take_time.join('-')}}</text>
|
||||
</view>
|
||||
<view>可提供:</view>
|
||||
|
|
Loading…
Reference in New Issue