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">
<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>