Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
X
xy-ads
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tf-boys
xy-ads
Commits
d492b665
Commit
d492b665
authored
Jun 29, 2017
by
coolfish
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
e80165e1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
28 deletions
+30
-28
wx.jpg
public/images/wx.jpg
+0
-0
index.ejs
views/index.ejs
+30
-28
No files found.
public/images/
hjy@
wx.jpg
→
public/images/wx.jpg
View file @
d492b665
File moved
views/index.ejs
View file @
d492b665
...
@@ -4,7 +4,6 @@
...
@@ -4,7 +4,6 @@
<title>
红椒易X小云蜂巢新媒体广告平台
</title>
<title>
红椒易X小云蜂巢新媒体广告平台
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
>
<link
rel=
'stylesheet'
href=
'/css/style.css'
/>
<link
rel=
'stylesheet'
href=
'/css/style.css'
/>
<script
src=
"http://res.wx.qq.com/open/js/jweixin-1.2.0.js"
></script>
<script
src=
"js/jquery.min.js"
></script>
<script
src=
"js/jquery.min.js"
></script>
<script
src=
"js/particles.js"
></script>
<script
src=
"js/particles.js"
></script>
<script
src=
"js/main.js"
></script>
<script
src=
"js/main.js"
></script>
...
@@ -177,33 +176,36 @@
...
@@ -177,33 +176,36 @@
</div>
</div>
</div>
</div>
</body>
</body>
<script
src=
"http://res.wx.qq.com/open/js/jweixin-1.2.0.js"
></script>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
shareData
=
{
window
.
onload
=
function
()
{
title
:
'红椒易X小云蜂巢新媒体广告平台'
,
var
shareData
=
{
desc
:
'整合内容资源,提升广告主的品牌曝光能力,只需四步,即可完成广告投放需求。'
,
title
:
'红椒易X小云蜂巢新媒体广告平台'
,
link
:
'http://hfads.apps.xiaoyun.com/'
,
desc
:
'整合内容资源,提升广告主的品牌曝光能力,只需四步,即可完成广告投放需求。'
,
imgUrl
:
'http://hfads.apps.xiaoyun.com/images/hjy@wx.png'
link
:
'http://hfads.apps.xiaoyun.com/'
,
};
imgUrl
:
'http://hfads.apps.xiaoyun.com/images/wx.png'
wx
.
config
({
};
debug
:
false
,
wx
.
config
({
appId
:
'<%= appid || '' %>'
,
debug
:
false
,
timestamp
:
<%=
timestamp
||
''
%>
,
appId
:
'<%= appid || '' %>'
,
nonceStr
:
'<%= nonceStr || '' %>'
,
timestamp
:
<%=
timestamp
||
''
%>
,
signature
:
'<%= signature || '' %>'
,
nonceStr
:
'<%= nonceStr || '' %>'
,
jsApiList
:
[
signature
:
'<%= signature || '' %>'
,
'onMenuShareTimeline'
,
jsApiList
:
[
'onMenuShareAppMessage'
,
'onMenuShareTimeline'
,
'onMenuShareQQ'
,
'onMenuShareAppMessage'
,
'onMenuShareWeibo'
,
'onMenuShareQQ'
,
'onMenuShareQZone'
'onMenuShareWeibo'
,
]
'onMenuShareQZone'
});
]
wx
.
ready
(
function
()
{
});
wx
.
onMenuShareTimeline
(
shareData
);
wx
.
ready
(
function
()
{
wx
.
onMenuShareAppMessage
(
shareData
);
wx
.
onMenuShareTimeline
(
shareData
);
wx
.
onMenuShareQQ
(
shareData
);
wx
.
onMenuShareAppMessage
(
shareData
);
wx
.
onMenuShareWeibo
(
shareData
);
wx
.
onMenuShareQQ
(
shareData
);
wx
.
onMenuShareQZone
(
shareData
);
wx
.
onMenuShareWeibo
(
shareData
);
});
wx
.
onMenuShareQZone
(
shareData
);
});
}
</script>
</script>
</html>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment