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
Email Patches
Plain Diff
Browse Files
Authored by
huangyi
2018-10-18 16:28:57 +0800
Commit
0962496fa8d7ffdd1b6e39bcb2c86bfc9edfdd74
1 parent
d11ca74e
去除console.log
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
public/js/home/new-home.page.js
public/js/home/new-home.page.js
View file @
0962496
...
...
@@ -52,7 +52,6 @@ class NewHome extends Page {
method
:
'get'
,
url
:
'/home/getCodeUrl'
,
success
:
(
data
)
=>
{
console
.
log
(
data
);
this
.
selector
.
$wxcs
.
attr
(
'data-url'
,
data
.
data
);
}
});
...
...
Please
register
or
login
to post a comment