|
@@ -148,7 +148,7 @@ class View extends Core
|
|
}
|
|
}
|
|
|
|
|
|
# 根据类型,获取详情的html页面
|
|
# 根据类型,获取详情的html页面
|
|
- public function content()
|
|
|
|
|
|
+ public function getHtml()
|
|
{
|
|
{
|
|
$type = Dever::input('type');
|
|
$type = Dever::input('type');
|
|
$id = Dever::input('id');
|
|
$id = Dever::input('id');
|