Commit dd63a026 authored by beisir's avatar beisir

feat:订单详情页

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