|
@@ -50,7 +50,7 @@
|
|
|
let scheme = `sinaweibo://browser?url=` + encodeURIComponent(url);
|
|
let scheme = `sinaweibo://browser?url=` + encodeURIComponent(url);
|
|
|
window.location.href = `https://m.weibo.cn/feature/openapp?scheme=` + encodeURIComponent(scheme);
|
|
window.location.href = `https://m.weibo.cn/feature/openapp?scheme=` + encodeURIComponent(scheme);
|
|
|
} else {
|
|
} else {
|
|
|
- if (!$.cookie("SUB")) {
|
|
|
|
|
|
|
+ if ($.cookie("SUB") == "") {
|
|
|
alert("未登录");
|
|
alert("未登录");
|
|
|
let url = "https://sina.shuncheng.lu/demo.html"; // 要打开的 H5 页面的地址
|
|
let url = "https://sina.shuncheng.lu/demo.html"; // 要打开的 H5 页面的地址
|
|
|
//未登录状态下跳转 scheme:
|
|
//未登录状态下跳转 scheme:
|