商品详情销售价改为价格

feat/task1-c-wallet
Devil 2021-10-07 00:15:48 +08:00
parent d92e034835
commit b71398bf08
1 changed files with 2 additions and 2 deletions

View File

@ -649,9 +649,9 @@ class GoodsService
// 价格字段
// 原价
// 销售
//
$v['show_field_original_price_text'] = '原价';
$v['show_field_price_text'] = '销售价';
$v['show_field_price_text'] = '';
// 公共插件数据