From b71398bf08161e26265deec9462b5f966902e756 Mon Sep 17 00:00:00 2001 From: Devil Date: Thu, 7 Oct 2021 00:15:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E8=AF=A6=E6=83=85=E9=94=80?= =?UTF-8?q?=E5=94=AE=E4=BB=B7=E6=94=B9=E4=B8=BA=E4=BB=B7=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/service/GoodsService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/service/GoodsService.php b/app/service/GoodsService.php index c6efa2719..ac36635d0 100755 --- a/app/service/GoodsService.php +++ b/app/service/GoodsService.php @@ -649,9 +649,9 @@ class GoodsService // 价格字段 // 原价 - // 销售价 + // 价格 $v['show_field_original_price_text'] = '原价'; - $v['show_field_price_text'] = '销售价'; + $v['show_field_price_text'] = '价格'; // 公共插件数据