Commit bd529de2 by sunchao

banner跳转

parent ca2dd188
......@@ -30,10 +30,12 @@
if(!url){
return false
}else{
// // #ifdef H5
// window.open(url);
// // #endif
// #ifdef H5
window.location.href = url;
// #endif
// #ifdef APP-PLUS
plus.runtime.openURL(url)
//#endif
}
}
}
......
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