小程序商品列表页优化;添加我的订单页面
This commit is contained in:
@@ -88,7 +88,7 @@ Page({
|
||||
// 跳转订单查看页面(携带订单号)
|
||||
wx.navigateTo({
|
||||
// url: "/pages/scan/entrance?a=1"
|
||||
url: "/pages/shop/orderConfirm?orderId=" + orderId
|
||||
url: "/pages/shop/orderDetail?orderId=" + orderId
|
||||
})
|
||||
})();
|
||||
},
|
||||
@@ -102,4 +102,4 @@ Page({
|
||||
})
|
||||
})();
|
||||
}
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user