Fix:5107 【商城小程序】旅居店铺详情页,没有显示标签数据
This commit is contained in:
@@ -41,6 +41,9 @@
|
||||
<view class="v12-align-center v12-font-22 v12-white-text v12-px-2" style=" white-space: nowrap;height: 100%;">营业时间</view>
|
||||
<view class="v12-align-center v12-primary-border v12-font-22 v12-ml-1 v12-px-2 v12-radius-100 v12-white" style=" white-space: nowrap;height: 100%;">{{ store.serviceTime }} - {{ store.serviceEndTime }}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="v12-pa-3 " v-if="store.tags" style="display: flex;flex-wrap: wrap; align-items: center;">
|
||||
<view v-for="value in store.tags.split(',')" :key="value" class="v12-px-2 v12-radius-100 v12-mr-2 v12-mb-2 v12-font-24" style="width: fit-content; border: 2rpx solid #999; color: #666;">{{ value }}</view>
|
||||
</view>
|
||||
<view class="inn-signature-wrap" style="margin-top: 0; padding-top: 0;">
|
||||
<view class="share-btn" @click="changeShare">
|
||||
|
||||
Reference in New Issue
Block a user