diff --git a/pages/index/index.vue b/pages/index/index.vue index bb5bd0e..61140b0 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -753,7 +753,6 @@ }, getDelivery(){ let that = this - console.log("1111111111111",this.searchForm) this.tui.request("/mall/delivery/page", "POST", this.searchForm, false, false).then((res) => { that.loadStatus = 'nomore'; if (res.code == 200) {