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
+1 -1
View File
@@ -6,7 +6,7 @@
<view class="name-box">
<view class="zhao-list" @click="onJump(index)" :style="{borderWidth:index == zhaoList.length - 1 ? '0' : '2rpx'}"
v-for="(item,index) in zhaoList" :key="index">
<text class="text-zu1 text-32">{{item}}</text>
<text class="text-gray text-32">{{item}}</text>
<view class="zhao-right">
<text class="text-fu1 text-28" style="margin-right:20rpx;">查看</text>
<u-icon name="arrow-right" color="#999" size='14'></u-icon>