Commit 0aacceb1 authored by leiqingsong's avatar leiqingsong

修改设置界面的bug

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