文档资料h5

This commit is contained in:
2023-08-29 13:48:24 +08:00
parent 3b66377b62
commit a9d9f995c3

View File

@ -91,7 +91,7 @@ export default {
if(isiOS){ if(isiOS){
window.webkit.messageHandlers.nativeObject.postMessage(data); window.webkit.messageHandlers.nativeObject.postMessage(data);
}else { }else {
window.MyAppBridge.postMessage(JSON.stringify(data)); window.MyAppBridge.postMessage(JSON.stringify(item.id));
} }
} }
// window.location.href = `http://crm1.sino-assist.com/res/training/training.html?id=${item.id}&source=supplierApp&supplierId=${this.supplierId}&userId=${this.userId}`; // window.location.href = `http://crm1.sino-assist.com/res/training/training.html?id=${item.id}&source=supplierApp&supplierId=${this.supplierId}&userId=${this.userId}`;