Commit 37090674 authored by Smile's avatar Smile Committed by wux

bug212 (首页接口替换)(app/h5)首页同一个订单,订单收货人账号查询不到

parent 4046c42a
...@@ -613,7 +613,7 @@ export default { ...@@ -613,7 +613,7 @@ export default {
}, },
getOrderData() { getOrderData() {
this.$request this.$request
.get('/app-api/my/order/dynamic/page', { page: this.page, rows: 6 , searchKey: this.searchKey.replace(/\s+/g, ''),dynamicStatusList:this.config.status.value[this.config.status.index] }) .get('/app-api/my/order/all/order', { page: this.page, rows: 6 , searchKey: this.searchKey.replace(/\s+/g, ''),dynamicStatusList:this.config.status.value[this.config.status.index] })
.then((res) => { .then((res) => {
if (res.code == 0 && res.data) { if (res.code == 0 && res.data) {
if (this.page == 1){ if (this.page == 1){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment