Commit 80d3ee3e authored by leiqingsong's avatar leiqingsong

Merge branch 'dev_lqs' into 'master'

修改设置界面的bug

See merge request !112
parents 7c619e34 fd6f0e99
......@@ -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