帝国cms百度小程序插件 帝国CMS在JS调用登陆状态模板中调用会员收到的短消息数

帝国CMS教程

1、在

$mhavelogin=1;

代码下面加上

$user=islogin();

2、在//数据下加上

$msgcount=$empire->gettotal("select count(*) as total from phome_enewsqmsg where to_username='$user[username]'");

3、在JS调用登陆状态模板中调用

即可实现调用具体信息数