todolist
This commit is contained in:
20
index.html
20
index.html
@@ -36,15 +36,15 @@
|
||||
const appid = "wx718c4a40911b7837"
|
||||
const host = "https://huodong2.lzlj.com/iceSip/"
|
||||
|
||||
// if (isWeixinPlatform && !isLogin && !code) {
|
||||
// let url = encodeURIComponent(host)
|
||||
// if (fromid) {
|
||||
// url = encodeURIComponent(host + "?fromid=" + fromid)
|
||||
// }
|
||||
// window.location.href = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=" + appid + "&redirect_uri=" + url + "&response_type=code&scope=snsapi_userinfo#wechat_redirect"
|
||||
// }
|
||||
if (isWeixinPlatform && !isLogin && !code) {
|
||||
let url = encodeURIComponent(host)
|
||||
if (fromid) {
|
||||
url = encodeURIComponent(host + "?fromid=" + fromid)
|
||||
}
|
||||
window.location.href = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=" + appid + "&redirect_uri=" + url + "&response_type=code&scope=snsapi_userinfo#wechat_redirect"
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
<!-- <script type="text/javascript">
|
||||
(function () {
|
||||
window._fmOpt = {
|
||||
partner: 'lzlj',
|
||||
@@ -58,7 +58,7 @@
|
||||
var s = document.getElementsByTagName('script')[0];
|
||||
s.parentNode.insertBefore(fm, s);
|
||||
})();
|
||||
</script>
|
||||
</script> -->
|
||||
<style>
|
||||
.hackpreload {
|
||||
display: none;
|
||||
@@ -110,7 +110,7 @@
|
||||
title: document.title,
|
||||
desc: document.title,
|
||||
link: "https://huodong2.lzlj.com/iceSip/",
|
||||
imgUrl: "https://huodong2.lzlj.com/iceSip/share.png"
|
||||
imgUrl: "https://huodong2.lzlj.com/iceSip/share.webp"
|
||||
}
|
||||
wx.updateAppMessageShareData({
|
||||
title: shareData.title, // 分享标题
|
||||
|
||||
Reference in New Issue
Block a user