Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -256,7 +256,7 @@ export struct MineSettingComponent { | @@ -256,7 +256,7 @@ export struct MineSettingComponent { | ||
| 256 | 256 | ||
| 257 | // 右侧文案和右箭头 | 257 | // 右侧文案和右箭头 |
| 258 | Row() { | 258 | Row() { |
| 259 | - Text((item.itemType=='clear_cache') ? this.cacheSize.toFixed(2) + 'MB' : '') | 259 | + Text((item.itemType=='clear_cache') ? this.cacheSize.toFixed(2) + 'M' : '') |
| 260 | .fontColor('#999999') | 260 | .fontColor('#999999') |
| 261 | .maxLines(1) | 261 | .maxLines(1) |
| 262 | Image($r('app.media.mine_user_arrow')) | 262 | Image($r('app.media.mine_user_arrow')) |
-
Please register or login to post a comment