mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-05 13:22:29 +08:00
goods qrcode
This commit is contained in:
@ -39,6 +39,9 @@ class MessageController extends CommonController
|
||||
*/
|
||||
public function Index()
|
||||
{
|
||||
// 消息更新未已读
|
||||
MessageService::MessageRead($params);
|
||||
|
||||
// 参数
|
||||
$params = array_merge($_POST, $_GET);
|
||||
$params['user'] = $this->user;
|
||||
@ -71,9 +74,6 @@ class MessageController extends CommonController
|
||||
$data = MessageService::MessageList($data_params);
|
||||
$this->assign('data_list', $data['data']);
|
||||
|
||||
// 消息更新未已读
|
||||
MessageService::MessageRead($params);
|
||||
|
||||
// 业务类型
|
||||
$this->assign('common_business_type_list', L('common_business_type_list'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user