diff --git a/arkui/ace_ets_web_dev_two/entry/src/main/ets/MainAbility/pages/web.ets b/arkui/ace_ets_web_dev_two/entry/src/main/ets/MainAbility/pages/web.ets index 345f0653cb7aceb892d1e417e74e2b969d6d03ed..21880ac34a8b077242d2af2c6a0b9d4ec9b5bea3 100644 --- a/arkui/ace_ets_web_dev_two/entry/src/main/ets/MainAbility/pages/web.ets +++ b/arkui/ace_ets_web_dev_two/entry/src/main/ets/MainAbility/pages/web.ets @@ -273,7 +273,7 @@ struct Index { .then(quota=>{ console.log('usage: '+quota) setTimeout(()=>{ - if (result > 2500000000) { + if (quota > 2500000000) { this.text = "true" } else { this.text = "false"