|
@@ -26,7 +26,7 @@
|
|
<view class="progress-info" flex>
|
|
<view class="progress-info" flex>
|
|
<view>
|
|
<view>
|
|
<text>待生效流量套餐</text>
|
|
<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>
|
|
</view>
|
|
<text style="margin-left: 10px">{{ item.dayStr }}</text>
|
|
<text style="margin-left: 10px">{{ item.dayStr }}</text>
|
|
</view>
|
|
</view>
|