|
@@ -18,7 +18,7 @@ class Index extends Frontend
|
|
|
$code = input('code', '', 'trim'); //邀请码
|
|
|
$this->view->assign('code', $code);
|
|
|
$this->view->assign('downurl', config("site.android_apkUrl"));
|
|
|
- return $this->view->fetch();
|
|
|
+ return $this->view->fetch('appdownload');
|
|
|
}
|
|
|
|
|
|
public function wxsharedownload(){
|