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