Commit 736b1261 authored by leiqingsong's avatar leiqingsong

Merge branch 'dev_lqs' into 'master'

Dev lqs

See merge request !114
parents bcdd5f8b 0aacceb1
...@@ -62,17 +62,17 @@ class bridgeToAppFun { ...@@ -62,17 +62,17 @@ class bridgeToAppFun {
} }
navigateBack() { navigateBack() {
console.log("返回"); console.log("返回");
if (this.userAgent === "android") { // if (this.userAgent === "android") {
console.log("an"); // console.log("an");
try { try {
const home_url ="https://shop92680967.youzan.com/v2/showcase/homepage?alias=6aFsQ4vCp7"; const home_url = "https://shop92680967.youzan.com/v2/showcase/homepage?alias=6aFsQ4vCp7";
location.href = home_url; location.href = home_url;
} catch { } catch {
console.log("返回调用失败,都不行"); console.log("返回调用失败,都不行");
}
} else {
jsBridge.callhandler("navigateBack");
} }
// } else {
// jsBridge.callhandler("navigateBack");
// }
} }
showBottomBar(params) { showBottomBar(params) {
console.log("隐藏底部"); console.log("隐藏底部");
......
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