更新功能
This commit is contained in:
@@ -133,24 +133,10 @@ class Wechat extends Base {
|
||||
}
|
||||
|
||||
/**
|
||||
* @title 行为日志列表
|
||||
* @title 小程序列表
|
||||
* @author huajie <banhuajie@163.com>
|
||||
*/
|
||||
public function log() {
|
||||
|
||||
//获取列表数据
|
||||
$map['status'] = array('gt', -1);
|
||||
|
||||
$order = "id desc";
|
||||
//获取列表数据
|
||||
$list = model('ActionLog')->where($map)->order($order)->paginate(10);
|
||||
|
||||
$data = array(
|
||||
'list' => $list,
|
||||
'page' => $list->render(),
|
||||
);
|
||||
$this->assign($data);
|
||||
$this->setMeta('行为日志');
|
||||
public function miniapp() {
|
||||
return $this->fetch();
|
||||
}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user