From 2340aa9a297cd947a83b74b6ab5c4a3a8763df27 Mon Sep 17 00:00:00 2001 From: Yenan Date: Thu, 12 Jun 2025 17:47:52 +0800 Subject: [PATCH] =?UTF-8?q?Consume=E8=A3=85=E9=A5=B0=E5=8F=98=E9=87=8F?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E9=BB=98=E8=AE=A4=E5=80=BCUT=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Yenan --- .../@consume_@provide/@consume_with_defaultValue.js.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/test/transform_ut/application/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/utForPartialUpdate/ui_state_management/others/@consume_@provide/@consume_with_defaultValue.js.sample b/compiler/test/transform_ut/application/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/utForPartialUpdate/ui_state_management/others/@consume_@provide/@consume_with_defaultValue.js.sample index 9a71526f6..4da6762d5 100644 --- a/compiler/test/transform_ut/application/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/utForPartialUpdate/ui_state_management/others/@consume_@provide/@consume_with_defaultValue.js.sample +++ b/compiler/test/transform_ut/application/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/utForPartialUpdate/ui_state_management/others/@consume_@provide/@consume_with_defaultValue.js.sample @@ -153,7 +153,7 @@ class CompC extends ViewPU { if (typeof paramsLambda === "function") { this.paramsGenerator_ = paramsLambda; } - this.__reviewVotes = this.initializeConsume("reviewVote", "reviewVotes"); + this.__reviewVotes = this.initializeConsume("reviewVote", "reviewVotes", 15); this.setInitiallyProvidedValue(params); this.finalizeConstruction(); } -- Gitee