-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (50 loc) · 1.88 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang=zh-CN>
<head>
<meta charset=utf-8>
<meta http-equiv=X-UA-Compatible content="IE=edge">
<title>追逐梵高 — 2020奥迪青少年艺术节</title>
<script type="text/javascript" src="http://third.izhida.cn/js?app_id=wx8e5787326363f877&v=1.2.0"></script>
<script>
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports(
'top: constant(a)'))
document.write(
'<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
(coverSupport ? ', viewport-fit=cover' : '') + '" />');
window.wx && wx.ready(function () {
wx.onMenuShareAppMessage({
title: '追逐梵高', // 分享标题
desc: '2020奥迪青少年艺术节', // 分享描述
link: 'http://audi.yyblog.vip:8084/', // 分享链接
imgUrl: 'http://h5.3ceng.cn/fanchuan/images/share.jpg', // 分享图标
success: function () {
// 用户确认分享后执行的回调函数
},
cancel: function () {
// 用户取消分享后执行的回调函数
}
});
wx.onMenuShareTimeline({
title: '追逐梵高 - 2020奥迪青少年艺术节', // 分享标题
link: 'http://audi.yyblog.vip:8084/', // 分享链接
imgUrl: 'http://h5.3ceng.cn/fanchuan/images/share.jpg', // 分享图标
success: function () {
// 用户确认分享后执行的回调函数
},
cancel: function () {
// 用户取消分享后执行的回调函数
}
});
});
</script>
<link rel=stylesheet href="./static/index.58d5e7ce.css">
</head>
<body>
<noscript>
<strong>Please enable JavaScript to continue.</strong>
</noscript>
<div id=app></div>
<script src="./static/js/chunk-vendors.cfb20cce.js"></script>
<script src="./static/js/index.3ead4970.js"></script>
</body>
</html>