消息物流跳转 #268
@ -62,7 +62,7 @@ export default {
|
|||||||
}
|
}
|
||||||
.price{
|
.price{
|
||||||
display: flex;
|
display: flex;
|
||||||
// align-items: center;
|
align-items: center;
|
||||||
// align-content: flex-end;
|
// align-content: flex-end;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-top: 16rpx;
|
margin-top: 16rpx;
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="xiantiao"></view>
|
<view class="xiantiao"></view>
|
||||||
<view class="title">{{item.title}}</view>
|
<view class="title">{{item.title}}</view>
|
||||||
<view class="images_about">
|
<view class="images_about" @click="viewLogistics(item.order_id)">
|
||||||
<image :src="item.picture"></image>
|
<image :src="item.picture"></image>
|
||||||
<view>
|
<view>
|
||||||
<text>{{item.summary}}</text>
|
<text>{{item.summary}}</text>
|
||||||
@ -40,6 +40,11 @@
|
|||||||
this.actives = res.data.data;
|
this.actives = res.data.data;
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
},
|
||||||
|
viewLogistics(id) {
|
||||||
|
this.$u.route('/pageE/order/Logistics', {
|
||||||
|
oid: id,
|
||||||
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
components:{
|
components:{
|
||||||
|
Loading…
Reference in New Issue
Block a user