删除助购吧的内容

This commit is contained in:
Jerry Yan 2019-09-08 14:19:45 +08:00
parent 3be3331fee
commit 91332295a8
3 changed files with 4 additions and 3 deletions

View File

@ -47,7 +47,7 @@
<span class="mui-icon"><img class="img" src="" /></span> <span class="mui-icon"><img class="img" src="" /></span>
<!-- <span>逛商都</span> --> <!-- <span>逛商都</span> -->
</a> </a>
<a class="mui-tab-item" href="templete/zhugouba.html" data-num='2'> <a class="mui-tab-item" href="templete/zhugouba.html" style="display: none;" data-num='2'>
<span class="mui-icon"><img class="nav_out img" src="" /><img class="nav_in" src="" /></span> <span class="mui-icon"><img class="nav_out img" src="" /><img class="nav_in" src="" /></span>
<!-- <span>助购吧</span> --> <!-- <span>助购吧</span> -->
</a> </a>

View File

@ -45,7 +45,7 @@ mui.back = function() {
}; };
//获取cid用于推送 //获取cid用于推送
mui.plusReady(function() { mui.plusReady(function() {
var cid = plus.push.getClientInfo().clientid; // var cid = plus.push.getClientInfo().clientid;
var timer = 0; var timer = 0;
timer = setInterval(function() { timer = setInterval(function() {
getData(); getData();

View File

@ -87,7 +87,8 @@ function jumpPage(ipxSizeBottom) {
//跳转页面 //跳转页面
var bSize = 50 + (+ipxSizeBottom) + 'px'; var bSize = 50 + (+ipxSizeBottom) + 'px';
var subpages = ['templete/home.html', 'templete/shops.html', 'templete/zhugouba.html', 'templete/zhuweiba.html', var subpages = ['templete/home.html', 'templete/shops.html', 'templete/zhuweiba.html',
// 'templete/zhugouba.html',
'templete/my.html' 'templete/my.html'
]; ];
var subpage_style = { var subpage_style = {