mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-08 22:40:43 +08:00
价格正则增加到8位数
This commit is contained in:
@ -358,6 +358,9 @@ class Common extends Controller
|
||||
$this->assign('is_header', 1);
|
||||
$this->assign('is_footer', 1);
|
||||
|
||||
// 价格正则
|
||||
$this->assign('default_price_regex', lang('common_regex_price'));
|
||||
|
||||
// 附件host地址
|
||||
$this->assign('attachment_host', config('shopxo.attachment_host'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user