文档资料h5页面

This commit is contained in:
2023-08-29 13:50:45 +08:00
parent a9d9f995c3
commit e409822f81

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(item.id)); window.android.sendMessage("articleId=" + 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}`;