Commit fd6f0e99 authored by leiqingsong's avatar leiqingsong

修改设置界面的bug

parent 62e805e7
......@@ -65,16 +65,8 @@ class bridgeToAppFun {
if (this.userAgent === "android") {
console.log("an");
try {
const referrer = document.referrer;
if (referrer !== "") {
console.log("reffer不为空", referrer);
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;
} else {
console.log("调用navigateBack");
window.android.navigateBack();
}
} catch {
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