信息完善
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user