Commit b51939ba authored by Facius's avatar Facius

跳转到物流页面

parent f32d7399
......@@ -162,14 +162,9 @@
// 后退
},
// 查看物流
handleClickExpress() {
var pages = getCurrentPages();
if (pages.length >= 1) {
var page = pages[pages.length - 1];
page.info = info
}
handleClickExpress() {
uni.navigateTo({
url: 'pages/mine/warehouse/express' + "?id=" + this.info.id
url: 'pages/mine/warehouse/express'
})
},
imageUrl(item) {
......
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