feat:数字积分加枚举

This commit is contained in:
2026-05-22 11:31:00 +08:00
parent 2a92567835
commit 5512e17b94
23 changed files with 1553 additions and 1497 deletions
@@ -169,7 +169,7 @@
<view class="tui-list">
<view class="tui-box" :key="index" v-for="(item, index) in tuiList">
<image :src="`/static/new/tui_${index}.png`"></image>
<text class="text-24 text-zu1">{{ item }}</text>
<text class="text-24 text-gray">{{ item }}</text>
</view>
<!-- tuiList -->
</view>