Commit dd63a026 authored by beisir's avatar beisir

feat:订单详情页

parent b49f9b15
......@@ -51,9 +51,6 @@ export default {
};
},
created() {
// this.nativeBridge.openNewUrl({
// newUrl: `http://orderDetail?orderNo=111111111 `
// });
if (isWxMp) {
this.nativeBridge = new MpBridge();
return;
......@@ -66,13 +63,6 @@ export default {
// this.tipDialogMessage();
// return;
// }
// this.nativeBridge.openNewUrl({
// event: 'openNewUrl',
// data: {
// newUrl: `xyqb://myOrderDetail?orderNo=1442043384637345792&needLogin=1`
// }
// });
this.type = type;
if (typeof shareInfo === 'object') {
this.sharePicData = shareInfo;
......
......@@ -185,7 +185,7 @@ export default {
this.nativeBridge.openNewUrl({
event: 'openNewUrl',
data: {
newUrl: `xyqb://myOrderDetail?orderNo=${skuInfo.orderN}&needLogin=1`
newUrl: `xyqb://myOrderDetail?orderNo=${skuInfo.orderNo}&needLogin=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