getAssetManager();
$asset = $assets->getBundle('app\wx\assets\AppAsset');
function img($file, $path = '/i/')
{
return \Yii::$app->request->baseUrl . $path.$file;
}
if ($isGuest) {
$isGuest = true;
} else {
$isGuest = 0;
}
?>
=$this->render("@app/views/widgets/ui-loading")?>
=$this->render('pages/index-template', ['asset' => $asset])?>
=$this->render('pages/register-template', ['asset' => $asset])?>
=$this->render('pages/login-template', ['asset' => $asset])?>
=$this->render('pages/about-template', ['asset' => $asset])?>
=$this->render('pages/agreement-template', ['asset' => $asset])?>
=$this->render('pages/regulation-template', ['asset' => $asset])?>
=$this->render("@app/views/widgets/stat-code")?>