初始上传
This commit is contained in:
19
addon/coupon/component/controller/Coupon.php
Executable file
19
addon/coupon/component/controller/Coupon.php
Executable file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
namespace addon\coupon\component\controller;
|
||||
|
||||
use app\component\controller\BaseDiyView;
|
||||
|
||||
/**
|
||||
* 优惠券·组件
|
||||
*/
|
||||
class Coupon extends BaseDiyView
|
||||
{
|
||||
/**
|
||||
* 后台编辑界面
|
||||
*/
|
||||
public function design()
|
||||
{
|
||||
return $this->fetch('coupon/design.html');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user