update
This commit is contained in:
32
index.html
32
index.html
@@ -9,7 +9,7 @@
|
||||
<meta content="telephone=no,email=no" name=format-detection>
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui" />
|
||||
<title>Ai在一起 金饼送给你</title>
|
||||
<title>金喜迎新年 码上有好运</title>
|
||||
<script>
|
||||
const isWeixinPlatform = /MicroMessenger/i.test(window.navigator.userAgent) || window.__wxjs_environment === 'miniprogram'
|
||||
if (isWeixinPlatform) {
|
||||
@@ -34,7 +34,7 @@
|
||||
const org_id = getParam("org_id")
|
||||
const code = getParam("code")
|
||||
const appid = "wx718c4a40911b7837"
|
||||
const host = "https://huodong2.lzlj.com/faceFamily/"
|
||||
const host = "https://huodong2.lzlj.com/zhaoma/"
|
||||
|
||||
if (isWeixinPlatform && !isLogin && !code) {
|
||||
let url = encodeURIComponent(host)
|
||||
@@ -80,12 +80,6 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="preload">
|
||||
<img src="./src/assets/images/generate/select-template-bg.webp" alt="">
|
||||
<img src="./src/assets/images/generate/generate-img-bg.webp" alt="">
|
||||
<img src="./src/assets/images/generate/photo-squarev2.webp" alt="">
|
||||
<img src="./src/assets/images/generate/my-photov2.webp" alt="">
|
||||
</div>
|
||||
<div id="app"></div>
|
||||
<script type="text/javascript" src="https://res2.wx.qq.com/open/js/jweixin-1.6.2.js"></script>
|
||||
<script type="text/javascript" src="https://res.wx.qq.com/t/wx_fed/weui.js/res/1.2.19/weui.min.js"></script>
|
||||
@@ -119,8 +113,8 @@
|
||||
const shareData = {
|
||||
title: document.title,
|
||||
desc: document.title,
|
||||
link: "https://huodong2.lzlj.com/faceFamily/",
|
||||
imgUrl: "https://huodong2.lzlj.com/faceFamily/share.webp"
|
||||
link: "https://huodong2.lzlj.com/zhaoma/",
|
||||
imgUrl: "https://huodong2.lzlj.com/zhaoma/share.webp"
|
||||
}
|
||||
wx.updateAppMessageShareData({
|
||||
title: shareData.title, // 分享标题
|
||||
@@ -141,15 +135,15 @@
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<script>
|
||||
var _hmt = _hmt || [];
|
||||
(function () {
|
||||
var hm = document.createElement("script");
|
||||
hm.src = "https://hm.baidu.com/hm.js?eea1d73562644a65f05fa3b1c04c3894";
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
})();
|
||||
</script>
|
||||
<script>
|
||||
var _hmt = _hmt || [];
|
||||
(function() {
|
||||
var hm = document.createElement("script");
|
||||
hm.src = "https://hm.baidu.com/hm.js?f7f64549797cc8d5800e9f7a9b93e7e4";
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
})();
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user