信息完善

This commit is contained in:
kron
2025-07-17 13:55:04 +08:00
parent 9ab54b6740
commit bb3d251041
7 changed files with 89 additions and 56 deletions

View File

@@ -185,11 +185,11 @@ const comingSoon = () => {
<view class="region-stats">
<view
v-for="(region, index) in [
'广东',
'湖南',
'内蒙',
'海南',
'四川',
{ name: '广东', score: 4291 },
{ name: '湖南', score: 3095 },
{ name: '内蒙', score: 2342 },
{ name: '海南', score: 1812 },
{ name: '四川', score: 1293 },
]"
:key="index"
class="region-item"
@@ -221,9 +221,11 @@ const comingSoon = () => {
src="../static/region-5.png"
mode="widthFix"
/>
<text>{{ region }}</text>
<text>{{ region.name }}</text>
<view>
<text :style="{ color: '#fff', marginRight: '2px' }">2323</text>
<text :style="{ color: '#fff', marginRight: '2px' }">{{
region.score
}}</text>
<text>分</text>
</view>
</view>