初始上传
This commit is contained in:
21
addon/pintuan/component/controller/Pintuan.php
Executable file
21
addon/pintuan/component/controller/Pintuan.php
Executable file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
namespace addon\pintuan\component\controller;
|
||||
|
||||
use app\component\controller\BaseDiyView;
|
||||
|
||||
/**
|
||||
* 拼团模块·组件
|
||||
*
|
||||
*/
|
||||
class Pintuan extends BaseDiyView
|
||||
{
|
||||
|
||||
/**
|
||||
* 设计界面
|
||||
*/
|
||||
public function design()
|
||||
{
|
||||
return $this->fetch("pintuan/design.html");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user