Browse Source

订单列表 返回数组置空

dev
Enzo 5 years ago
parent
commit
62ac8d5b43
  1. 1
      pages/order/index.vue

1
pages/order/index.vue

@ -204,6 +204,7 @@
tab_item.page = 1;
tab_item.isPage = true;
tab_item.loadingClass = true;
tab_item.list = []
tab_item.loadingText = '正在加载中';
this.getUserOrder(options);
}

Loading…
Cancel
Save