From 10ca0ca526a5211950a0f1d57803fd77ec649632 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 17 Dec 2025 16:04:41 +0800 Subject: [PATCH] bugfix --- bricks/jsoncall.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bricks/jsoncall.js b/bricks/jsoncall.js index ef8602c..b7f0adb 100644 --- a/bricks/jsoncall.js +++ b/bricks/jsoncall.js @@ -55,8 +55,8 @@ bricks.HttpText = class { this.params = { "_webbricks_":1, - "width":width, - "height":height, + "_width":width, + "_height":height, "_is_mobile":is_mobile } }