Commit b92d5490 authored by 肖健's avatar 肖健

Merge branch 'v1.0.0' into v1.0.0_jd

parents 04184d00 82e460ce
......@@ -294,9 +294,10 @@
var newStr = link.indexOf("http");
var newStr2 = link.indexOf("https");
if (newStr == 0 || newStr2 == 0) {
uni.navigateTo({
url: '/pages/webview/webview?url=' + link
})
// uni.navigateTo({
// url: '/pages/webview/webview?url=' + link
// })
util.redirectToH5({page:link})
return
}
uni.navigateTo({
......
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