Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-activity-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
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
2016-04-07 15:17:13 +0800
Commit
eabd685925be429ebe5307344a98c3ca7c605c81
1 parent
312a2503
增加夏日领券
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
10 deletions
.eslintignore
public/coupon/summer-1/dist/js/main.js
public/coupon/summer-1/dist/js/main.js.map
public/coupon/summer-1/src/js/weixin.js
.eslintignore
View file @
eabd685
public/*/dist/
gulpfile.js
\ No newline at end of file
dist/
gulpfile.js
node_modules
...
...
public/coupon/summer-1/dist/js/main.js
View file @
eabd685
...
...
@@ -10806,16 +10806,16 @@ webpackJsonp([0,1],[
}
};
//分享给朋友
//
分享给朋友
wx
.
onMenuShareAppMessage
(
shareData
);
//分享到朋友圈
//
分享到朋友圈
wx
.
onMenuShareTimeline
(
shareData
);
//分享到QQ
//
分享到QQ
wx
.
onMenuShareQQ
(
shareData
);
//分享到微博
//
分享到微博
wx
.
onMenuShareWeibo
(
shareData
);
});
}
...
...
public/coupon/summer-1/dist/js/main.js.map
View file @
eabd685
This diff could not be displayed because it is too large.
public/coupon/summer-1/src/js/weixin.js
View file @
eabd685
...
...
@@ -92,16 +92,16 @@ if (typeof wx !== 'undefined') {
}
};
//分享给朋友
//
分享给朋友
wx
.
onMenuShareAppMessage
(
shareData
);
//分享到朋友圈
//
分享到朋友圈
wx
.
onMenuShareTimeline
(
shareData
);
//分享到QQ
//
分享到QQ
wx
.
onMenuShareQQ
(
shareData
);
//分享到微博
//
分享到微博
wx
.
onMenuShareWeibo
(
shareData
);
});
}
...
...
Please
register
or
login
to post a comment