Commit bd529de2 by sunchao

banner跳转

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