Browse Source

修改bug

xiongyi 5 days ago
parent
commit
a530ceff17
2 changed files with 7 additions and 3 deletions
  1. 5 2
      pages/dashboard/dashboard.vue
  2. 2 1
      pages/package/package.vue

+ 5 - 2
pages/dashboard/dashboard.vue

@@ -19,8 +19,11 @@
 				<view :style="{width:((infoList.remain_mail || 0 / infoList.endurance || 0) * 100) + '%'}"
 					class="is_progress"></view>
 				<view class="text">
-					<text>续航</text>
-					<text style="margin-left: 20rpx;"> {{(infoList.remain_mail || 0/1000).toFixed(0) || 0}}km </text>
+					<text style="margin-left: 20rpx;">续航</text>
+					<!-- <text style="margin-left: 16rpx;"> {{(infoList.remain_mail || 0/1000).toFixed(0) || 0}}km </text> -->
+					
+					<text style="margin-left: 16rpx;"> {{ infoList.remain_mail > 0 ? infoList.remain_mail : 0 }}km </text>
+					
 				</view>
 			</view>
 			<view style="font-weight: 600;font-size: 36rpx;">

+ 2 - 1
pages/package/package.vue

@@ -49,7 +49,8 @@
 				</view>
 				<view v-if="item.package_type == 1" class="package-item">
 					<view class="item-title">免费换电数</view>
-					<view style="color: #060809;" class="item-info">{{item.last_num}}次</view>
+					<!-- <view style="color: #060809;" class="item-info">{{item.last_num}}次</view> -->
+					<view style="color: #060809;" class="item-info">不限次数</view>
 				</view>
 				<view v-if="item.package_type == 2" class="package-item">
 					<view class="item-title">免费换电数</view>