mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-08 14:40:03 +08:00
搜索条件细节优化
This commit is contained in:
@ -85,6 +85,9 @@ class AppHomeNav extends Common
|
||||
// 是否启用
|
||||
$this->assign('common_is_enable_list', lang('common_is_enable_list'));
|
||||
|
||||
// 是否
|
||||
$this->assign('common_is_text_list', lang('common_is_text_list'));
|
||||
|
||||
// 所属平台
|
||||
$this->assign('common_platform_type', lang('common_platform_type'));
|
||||
|
||||
|
||||
@ -92,6 +92,9 @@ class Message extends Common
|
||||
// 是否已读
|
||||
$this->assign('common_is_read_list', lang('common_is_read_list'));
|
||||
|
||||
// 是否
|
||||
$this->assign('common_is_text_list', lang('common_is_text_list'));
|
||||
|
||||
// 参数
|
||||
$this->assign('params', $params);
|
||||
return $this->fetch();
|
||||
|
||||
Reference in New Issue
Block a user