Browse Source

APP工分调整

ouyj 4 months ago
parent
commit
8f3c740b90
1 changed files with 3 additions and 3 deletions
  1. 3 3
      pages/score/index.uvue

+ 3 - 3
pages/score/index.uvue

@@ -102,10 +102,10 @@
             <text class="breakdown-label">维修工分</text>
             <text class="breakdown-value">{{ repairScore }}分</text>
           </view>
-          <view v-if="rank !== null && totalRankingUsers !== null" class="breakdown-item">
+          <!-- <view v-if="rank !== null && totalRankingUsers !== null" class="breakdown-item">
             <text class="breakdown-label">排名</text>
             <text class="breakdown-value">{{ rank }}/{{ totalRankingUsers }}</text>
-          </view>
+          </view> -->
         </view>
       </view>
     </view>
@@ -134,7 +134,7 @@
                 <text class="text-gray">{{ getWorkOrderTypeInfo(item) }}</text>
               </view>
               <view class="info-value-row">
-                <text v-if="getPropertyValue(item, 'score') !== ''" class="score-text">{{ formatNumber(parseFloat(getPropertyValue(item, 'score'))) }}</text>
+                <text v-if="getPropertyValue(item, 'myScore') !== ''" class="score-text">{{ formatNumber(parseFloat(getPropertyValue(item, 'myScore'))) }}</text>
                 <!-- <text class="status-text">{{ getOrderStatusText(getPropertyValue(item, 'scoreStatus')) }}</text> -->
               </view>
 			</view>