From da3d531ab8966c4542f2dec09d6de856d36dc628 Mon Sep 17 00:00:00 2001 From: songliang Date: Sun, 25 Jun 2023 17:22:48 +0800 Subject: [PATCH] ... --- webapp/controller/ShopController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 36795491..bce9378d 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -1110,7 +1110,7 @@ class ShopController extends BaseAuthedController 'idx' => $idx, 'grid' => $grid, 'count' => $count, - 'trans' => $response, + 'block_chain' => $response, ) ); }