feat:数字积分加枚举
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user