Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
Plain Diff
Browse Files
Authored by
杨延青
2018-11-13 14:28:12 +0800
Commit
8dc3e54c9cc3ef5aa092322ee59b84c9e323e625
2 parents
51af7bba
6f2724d6
Merge branch 'feature/wechat_redpack2' into 'release/6.8.1'
微信客服红包 See merge request
!1581
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/activity/redbag-user.page.js
public/js/activity/redbag-user.page.js
View file @
8dc3e54
...
...
@@ -27,7 +27,7 @@ $(() => {
const
showResult
=
function
(
result
)
{
$
(
'.reward-name'
).
text
(
result
);
$
(
'.received-wrapper'
).
fadeIn
(
5
00
,
function
()
{
$
(
'.received-wrapper'
).
fadeIn
(
10
00
,
function
()
{
$
(
this
).
addClass
(
'show'
);
$
(
document
).
on
(
'click'
,
'.go-use'
,
()
=>
{
tip
.
show
(
'请下载Yoho!Buy有货官方App,查看/使用优惠券'
);
...
...
Please
register
or
login
to post a comment