DESKTOP-SVI9JE1\muzen hai 1 ano
pai
achega
6de875f66a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>