yangchenggong1_wd

fix:bug[17284] 我的设置界面下的清除缓存单位,鸿蒙与安卓不一致

@@ -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'))