|
@@ -10,12 +10,15 @@ class Index extends BaseController
|
|
|
{
|
|
|
public function index()
|
|
|
{
|
|
|
+ $apk = sys_config('apk','');
|
|
|
+ $this->assign('apk',$apk);
|
|
|
return $this->fetch();
|
|
|
}
|
|
|
|
|
|
public function down()
|
|
|
{
|
|
|
- $this->assign('url', $this->request->domain());
|
|
|
+ $apk = sys_config('apk','');
|
|
|
+ $this->assign('apk',$apk);
|
|
|
return $this->fetch();
|
|
|
}
|
|
|
}
|