This commit is contained in:
parent
a3361bb22f
commit
dee6f0d691
|
@ -28,7 +28,9 @@
|
||||||
<view class="business">
|
<view class="business">
|
||||||
<view class="business_one">营业中</view>
|
<view class="business_one">营业中</view>
|
||||||
<view class="business_one">
|
<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>
|
<text>{{shopInfo.config.mer_take_time.join('-')}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view>可提供:</view>
|
<view>可提供:</view>
|
||||||
|
@ -73,7 +75,7 @@
|
||||||
shopInfo:{
|
shopInfo:{
|
||||||
swiper_image:[{img:'/static/images/shop_bg.png'}],
|
swiper_image:[{img:'/static/images/shop_bg.png'}],
|
||||||
},
|
},
|
||||||
week:['周日', '周一', '周二', '周三', '周四', '周五', '周六'],
|
week:['周日','周一', '周二', '周三', '周四', '周五', '周六'],
|
||||||
tabList:[{name:'商家信息'}],
|
tabList:[{name:'商家信息'}],
|
||||||
actIndex:0,
|
actIndex:0,
|
||||||
id:0,
|
id:0,
|
||||||
|
|
Loading…
Reference in New Issue