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