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
shuaiguo
2019-11-04 14:47:18 +0800
Commit
7abb7074227fa679d974be2228a9cdf144ee31ff
1 parent
5b2635bf
feat: 删除废弃代码,更新npm 版本
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
5 deletions
package.json
public/js/activity/xianyu/index.js
package.json
View file @
7abb707
{
"name"
:
"yohobuywap-node-activity"
,
"version"
:
"6.9.15-
1
"
,
"version"
:
"6.9.15-
2
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
public/js/activity/xianyu/index.js
View file @
7abb707
import
$
from
'yoho-jquery'
;
function
XianyuLinkHandle
()
{
const
cookie
=
require
(
'yoho-cookie'
);
cookie
.
set
(
'aaa'
,
'123'
);
$
(
document
).
delegate
(
'a:not(.yoho-coin, .yoho-conpon, .web-share-button, .button-ok)'
,
'click'
,
event
=>
{
...
...
Please
register
or
login
to post a comment