@@ -258,7 +258,7 @@ Page({
workContractType === 1 && confirmECOrdersImpl({
orderId: this.data.hwOrderAPI.id
}).then(res => {
- wx.navigateToMiniProgram({
+ wx.openEmbeddedMiniProgram({
appId: 'wxa023b292fd19d41d',
path: "/" + res.data.url
});
@@ -75,7 +75,7 @@ Page({
orderId: id
}).then(data => {
path: "/" + data.data.url,