diff --git a/pages/users/order_list/index.vue b/pages/users/order_list/index.vue index 37b972a..032e922 100644 --- a/pages/users/order_list/index.vue +++ b/pages/users/order_list/index.vue @@ -417,7 +417,7 @@ }, //商品分类 activity_type: '', - product_type:'' + product_type: 0 }; }, computed: { @@ -667,7 +667,7 @@ groupOrderList({ page: that.page, limit: that.limit, - product_type:that.product_type + product_type: that.product_type, }).then(res => { console.log(res); that.isReady = true; @@ -689,7 +689,7 @@ status: that.orderStatus - 1, page: that.page, limit: that.limit, - product_type:that.product_type + product_type: that.product_type, }).then(res => { console.log(res); let list = res.data.list || [];