wangfukang 7 days ago
parent
commit
4115cd03cc
  1. 3
      pages/index/index.vue

3
pages/index/index.vue

@ -1118,6 +1118,7 @@
that.kuaidiCount = 0 that.kuaidiCount = 0
that.paotuiCount = 0 that.paotuiCount = 0
that.zhipaiCount = 0 that.zhipaiCount = 0
that.adList = []
this.tui.request("/mall/delivery/page", "POST", this.searchForm, false, false).then((res) => { this.tui.request("/mall/delivery/page", "POST", this.searchForm, false, false).then((res) => {
that.loadStatus = 'nomore'; that.loadStatus = 'nomore';
if (res.code == 200) { if (res.code == 200) {
@ -1220,7 +1221,7 @@
url = '/package2/group/studentStoreList' url = '/package2/group/studentStoreList'
break; break;
case '4': case '4':
url = '' url = '/package1/planet/index'
break; break;
case '5': case '5':
url = '/package1/ieBrowser/index' url = '/package1/ieBrowser/index'

Loading…
Cancel
Save