diff --git a/pageD/logistics/logistics.vue b/pageD/logistics/logistics.vue index 01dba53..cd13329 100644 --- a/pageD/logistics/logistics.vue +++ b/pageD/logistics/logistics.vue @@ -2,18 +2,18 @@ - {{item.type}} + {{item.kd_time}} 小时代 - {{item.name}} + {{item.title}} - + - {{item.about}} + {{item.summary}} @@ -35,8 +35,9 @@ methods: { getCartList() { this.$u.post("message/orderDeliveryList",{page: this.page}).then(res => { + console.log(res.data.data) if (res.errCode == 0) { - this.actives == res.data; + this.actives = res.data.data; } }) } @@ -46,7 +47,10 @@ }; -