这个是前端部分的,内容详细页面,这是接着更新的进行完善的功能的,希望本文章可以帮到大家的学习和使用。
在线文库网站程序源码,文库小程序平台开发建设 野兔文库系统提供专业文库网站系统定制开发建设,也是一款不错的手机微信文库网站系统网站平台,支持手机在线观看下载文档。
这个模块涉及手机版部分的首页展示
列表功能模块
namespace app\index\controller;
use think\facade\View;
use think\facade\Db;
use app\index\model\Cat_tree as CatTree;
class Doclist extends Common
{
public function index()
{
return View::fetch();
}
public function report()
{
print_r(111);
}
public function Type()
{
//获取到id
$id = input('id','');
// 接收路由v参数
$v1 = input('v');
// 接收路由d参数
$d = input('d');
// 查被点击的