叶静 1 day ago
parent
commit
549e386219
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/uni_modules/uni-upgrade-center-app/pages/upgrade-popup.vue

+ 1 - 1
src/uni_modules/uni-upgrade-center-app/pages/upgrade-popup.vue

@@ -30,7 +30,7 @@
 								<progress class="progress" :percent="downLoadPercent" activeColor="#3DA7FF" show-info stroke-width="10" />
 								<view style="width: 100%; font-size: 28rpx; display: flex; justify-content: space-around">
 									<text>{{ $t('upgrade.downloading') }}</text>
-									<text>{{ $t('upgrade.downloadProgress', [downloadedSize, packageFileSize]) }}</text>
+									<text>({{ downloadedSize }}/{{ packageFileSize }}M)</text>
 								</view>
 							</view>