wangfukang 1 month ago
parent
commit
7597ec4e68
  1. 1
      pages/index/index.vue

1
pages/index/index.vue

@ -753,7 +753,6 @@
}, },
getDelivery(){ getDelivery(){
let that = this let that = this
console.log("1111111111111",this.searchForm)
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) {

Loading…
Cancel
Save