From 47a386473c009ae8fbe1c7ddeeee307d2e9682a3 Mon Sep 17 00:00:00 2001 From: Terry <2358269014@qq.com> Date: Wed, 28 Feb 2018 11:57:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E4=BA=9B=E5=B0=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/appfront/theme/base/front/assets/js/js.js | 2 +- .../theme/base/front/catalog/category/index.php | 3 +++ services/cart/Quote.php | 2 +- services/cart/QuoteItem.php | 3 --- services/product/Price.php | 17 +++++++++++++---- 5 files changed, 18 insertions(+), 9 deletions(-) diff --git a/app/appfront/theme/base/front/assets/js/js.js b/app/appfront/theme/base/front/assets/js/js.js index 84d516e8..cabd499e 100644 --- a/app/appfront/theme/base/front/assets/js/js.js +++ b/app/appfront/theme/base/front/assets/js/js.js @@ -39,7 +39,7 @@ $(document).ready(function(){ logoutStr = $('.logoutStr').val(); if(data.loginStatus){ customer_name = data.customer_name; - str = ''+welcome+' '+customer_name+','; + str = ''+welcome+' '+customer_name+''; str += ''; str += ''+logoutStr+''; str += ''; diff --git a/app/appfront/theme/base/front/catalog/category/index.php b/app/appfront/theme/base/front/catalog/category/index.php index 204dfb9b..dc325b9b 100644 --- a/app/appfront/theme/base/front/catalog/category/index.php +++ b/app/appfront/theme/base/front/catalog/category/index.php @@ -42,6 +42,9 @@