fix: 版本号修改

property-only-app
wx-jincw 4 weeks ago
parent 1ec1bb7223
commit 927fb661bf

@ -2,8 +2,8 @@
"name" : "八方物业", "name" : "八方物业",
"appid" : "__UNI__B905528", "appid" : "__UNI__B905528",
"description" : "八方物业", "description" : "八方物业",
"versionName" : "1.0.0", "versionName" : "1.0.2",
"versionCode" : 1001, "versionCode" : 1002,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {

@ -117,7 +117,7 @@
</view> </view>
<view v-if="rankingList.length"> <view v-if="rankingList.length">
<view class="rank-item" v-for="(item, index) in rankingList" :key="item.id || index"> <view class="rank-item" v-for="(item, index) in rankingList" :key="item.id">
<view class="rank-left"> <view class="rank-left">
<text class="rank-no" :class="index < 3 ? 'top' : ''">{{ index + 1 }}</text> <text class="rank-no" :class="index < 3 ? 'top' : ''">{{ index + 1 }}</text>
<text class="rank-name">{{ item.itemName || '未命名菜品' }}</text> <text class="rank-name">{{ item.itemName || '未命名菜品' }}</text>

Loading…
Cancel
Save