Files
addons
app_download_files
extend
hyhproject
admin
app
common
home
home2
mobile2
common
conf
controller
model
validate
view
default
articles
css
frozenui
goodsconsult
img
js
users
base.html
bash.html
brands.html
carts.html
day_new.html
demo.html
dialog.html
error_lost.html
error_switch.html
error_sys.html
footer.html
forget_pass.html
forget_pass2.html
forget_pass3.html
goods_category.html
goods_detail.html
goods_detail2.html
goods_list.html
goods_search.html
header.html
index.html
index2.html
index3.html
index┤°╧▐╩▒├ы╔▒.html
index鈹ぢ扳暓鈻愨暕鈻掆敎褘鈺斺枓.html
juhui.html
login.html
rebate.html
reg.html
register.html
self_shop.html
settlement.html
settlement_quick.html
shop_goods_list.html
shop_home.html
shop_index.html
shop_street.html
wechat2
.htaccess
command.php
mobile
oss
static
thinkphp
upload
vendor
wxtmp
.gitignore
.htaccess
.user.ini
404.html
H5B854518.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/mobile2/view/default/footer.html
2019-09-06 23:53:10 +08:00

26 lines
1.3 KiB
HTML
Executable File

{/* 小加载 */}
<div class="ui-loading-wrap wst-Load" id="Load">
<i class="ui-loading"></i>
</div>
{/* 大加载 */}
<div class="ui-loading-block" id="Loadl">
<div class="ui-loading-cnt">
<i class="ui-loading-bright"></i>
<p id="j-Loadl">正在加载中...</p>
</div>
</div>
<footer class="ui-footer wst-footer-btns" style="height:43px; border-top: 1px solid #e8e8e8;" id="footer">
<div class="wst-toTop" id="toTop">
<i class="wst-toTopimg"></i>
</div>
{php}$cartNum = WSTCartNum();{/php}
<div class="ui-row-flex wst-menus">
<div class="ui-col ui-col"><a href="{:url('mobile/index/index')}"><p id="home"></p></a></div><!--首页-->
<div class="ui-col ui-col"><a href="{:url('mobile/goodscats/index')}"><p id="category"></p></a></div> <!--钜惠-->
<div class="ui-col ui-col carsNum"><a href="{:url('mobile/messages/index')}"><p id="follow">
</p></a>{if($cartNum>0)}<i>{php} echo $cartNum;{/php}</i>{/if}</div>
<div class="ui-col ui-col"><a href="{:url('mobile/carts/index')}"><p id="cart"></p></a></div> <!--购物车-->
<div class="ui-col ui-col"><a href="{:url('mobile/users/index')}"><p id="user"></p></a></div> <!--我的-->
</div>
</footer>
{:hook('initCronHook')}