Files
addons
app_download_files
extend
hyhproject
admin
app
common
home
home2
mobile2
wechat2
behavior
common
conf
controller
model
validate
view
default
articles
css
frozenui
goodsconsult
img
js
users
base.html
brands.html
carts.html
dialog.html
error_lost.html
error_switch.html
error_sys.html
footer.html
goods_category.html
goods_detail.html
goods_list.html
goods_search.html
header.html
index.html
login.html
self_shop.html
settlement.html
settlement_quick.html
shop_goods_list.html
shop_home.html
shop_index.html
shop_street.html
.htaccess
command.php
mobile
oss
static
thinkphp
upload
vendor
wxtmp
.gitignore
.htaccess
.user.ini
404.html
H5436787D.wgt
admin.php
app-release.apk
app_download.html
cash.lock
demo.php
get_startup.php
get_version.php
get_version_new.php
index.html
index.php
reg.lock
robots.txt
qlg.tsgz.moe/hyhproject/wechat2/view/default/error_sys.html
2019-09-06 23:53:10 +08:00

21 lines
543 B
HTML
Executable File

{extend name="default/base" /}
{block name="title"}系统出错了 - {__block__}{/block}
{block name="header"}
{php}$Title = "系统出错了"{/php}
{include file="default/header" /}
{/block}
{block name="main"}
<section class="ui-container" id="errorBg" style="height:69%;position:relative;">
<div class="ui-btn-wrap">
<button class="ui-btn-s" id="errorBtn" onclick="history.back()">
返回上一页
</button>
</div>
</section>
{/block}
{block name="js"}
<script>
$(function(){WST.initFooter();})
</script>
{/block}