mirror of
https://gitee.com/zongzhige/shopxo-uniapp.git
synced 2026-07-06 21:45:42 +08:00
签到详情优化
This commit is contained in:
@ -89,7 +89,7 @@
|
||||
<view v-if="(data_base.signin_desc || null) != null && data_base.signin_desc.length > 0" class="notice-content border-radius-main text-size-md">
|
||||
<view class="title fw-b">{{$t('detail.detail.sx6u43')}}</view>
|
||||
<view class="content">
|
||||
<block v-for="(item, index) in data_base.signin_desc" :key="index">{{ item }}</block>
|
||||
<view v-for="(item, index) in data_base.signin_desc" :key="index">{{ item }}</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user