DESKTOP-SVI9JE1\muzen 1 anno fa
parent
commit
6de875f66a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/pages/pay/index.vue

+ 1 - 1
src/pages/pay/index.vue

@@ -26,7 +26,7 @@
           <view class="progress-info" flex>
             <view>
               <text>待生效流量套餐</text>
-              <text style="margin-left: 10px;">总量:{{ (item.total / 1024).toFixed(2) }}GB</text>
+              <text style="margin-left: 10px;">总量:{{ (item.total / 1024 / 1024).toFixed(2) }}GB</text>
             </view>
             <text style="margin-left: 10px">{{ item.dayStr }}</text>
           </view>