This commit is contained in:
yangtao 2024-03-26 14:54:13 +08:00
parent a3361bb22f
commit dee6f0d691
1 changed files with 4 additions and 2 deletions

View File

@ -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>
@ -73,7 +75,7 @@
shopInfo:{
swiper_image:[{img:'/static/images/shop_bg.png'}],
},
week:['周日', '周一', '周二', '周三', '周四', '周五', '周六'],
week:['周日','周一', '周二', '周三', '周四', '周五', '周六'],
tabList:[{name:'商家信息'}],
actIndex:0,
id:0,