feat:数字积分加枚举

This commit is contained in:
2026-07-23 14:02:58 +08:00
parent 75c15ef010
commit 3cd52a7bcb
6 changed files with 26 additions and 26 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
v-for="(item,index) in headList" :key="index"
:style="{borderWidth:index == headList.length - 1 ? '0' : '2rpx'}"
>
<text class="text-zu1 text-32">{{item.text}}</text>
<text class="text-gray text-32">{{item.text}}</text>
<view class="flex-r-e" style="align-items: center;">
<image v-if="item.type == 'img'" :src="item.value" class="ava-img"></image>
<text class="text-zu text-32" v-if="item.type == 'text'">{{item.value}}</text>
@@ -22,7 +22,7 @@
v-for="(item,index) in bottomList" :key="index"
:style="{borderWidth:index == bottomList.length - 1 ? '0' : '2rpx'}"
>
<text class="text-zu1 text-32">{{item.text}}</text>
<text class="text-gray text-32">{{item.text}}</text>
<view class="flex-r-e" style="align-items: center;">
<u-icon size="16" name="arrow-right" color="#666" style="margin-left:12rpx"></u-icon>
</view>