Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node-activity
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
邱骏
2019-11-25 09:54:48 +0800
Commit
3412e62b5d98be83fe86d83faaaaad55d290870a
1 parent
51309d76
update
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/activity/feature.page.js
public/js/activity/feature.page.js
View file @
3412e62
...
...
@@ -223,7 +223,7 @@ function initWxShare(data) {
title
:
data
.
title
,
imgUrl
:
data
.
imgUrl
,
desc
:
data
.
desc
,
link
:
data
.
link
.
replace
(
'https'
,
'http'
)
,
link
:
data
.
link
,
success
:
function
()
{
setTimeout
(
getCoupon
,
500
);
}
...
...
Please
register
or
login
to post a comment