安装程序

This commit is contained in:
devil_gong
2018-12-28 15:55:39 +08:00
parent e17699161a
commit aa1491d22c
75 changed files with 1543 additions and 324 deletions

View File

@ -37,19 +37,6 @@ class Index extends Common
*/
public function Index()
{
// // 服务层
// echo Goods::Test();
// //echo \Page::Test();
// // 基础类库 统一放到base下去
// echo \base\Page::Test();
// // 支付类库
// echo \payment\Alipay::Test();
// return 'shopxo';
// 首页轮播
$this->assign('banner_list', BannerService::Banner());
@ -71,11 +58,5 @@ class Index extends Common
$this->assign('user_order_status', $user_order_status['data']);
return $this->fetch();
}
// 视图
public function view()
{
return $this->fetch();
}
}
?>