From 37fdd14fe1d9ef42d3e1c7a381d9377f3de9341e Mon Sep 17 00:00:00 2001 From: devil Date: Sat, 19 Sep 2020 15:13:05 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/service/OrderService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/service/OrderService.php b/application/service/OrderService.php index c69c3db5d..6a84e3ea8 100755 --- a/application/service/OrderService.php +++ b/application/service/OrderService.php @@ -1154,7 +1154,7 @@ class OrderService $v['items_count'] = count($items); // 描述 - $v['describe'] = '共'.$v['buy_number_count'].'件 合计:'.$v['currency_data']['currency_symbol'].'元'; + $v['describe'] = '共'.$v['buy_number_count'].'件 合计:'.$v['currency_data']['currency_symbol'].$v['total_price'].'元'; } // 管理员读取