Commit f2e070c2 by 万亚飞

fix

parent 6132250a
......@@ -253,6 +253,7 @@ export default function() {
function sendDataToExp(params) {
try {
if (browser == 'iOS') {
console.log('postMessage', params);
window.webkit.messageHandlers.MModel.postMessage(params);
} else {
var a = '';
......@@ -280,6 +281,7 @@ export default function() {
};
params.cmd.action_name = 'action_needLoad';
params.url = 'ydl_app';
console.log('notRefresh');
sendDataToExp(params);
};
// 跳转到m站
......
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