文档资料h5
This commit is contained in:
@ -91,7 +91,7 @@ export default {
|
||||
if(isiOS){
|
||||
window.webkit.messageHandlers.nativeObject.postMessage(data);
|
||||
}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}`;
|
||||
|
Reference in New Issue
Block a user