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
李靖
2017-12-13 16:17:51 +0800
Commit
e2c0372e1a74cbecac766fa5741e65bc09e150f2
2 parents
cff07293
9e49830d
Merge branch 'feature/guangV3' into 'release/6.3'
修改资源位,加载首屏逛 See merge request
!1154
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
apps/guang/models/guang-new.js
public/js/guang/guang-new.page.js
apps/guang/models/guang-new.js
View file @
e2c0372
...
...
@@ -11,7 +11,7 @@ class newGuang extends global.yoho.BaseModel {
let
options
=
{
url
:
'/operations/api/v5/resource/get'
,
data
:
{
content_code
:
'
a6d7d4bfa20b0892e2ebff76099a58b
8'
,
content_code
:
'
5523199f921ee2297b509397a224d9e
8'
,
gender
:
params
.
gender
},
api
:
global
.
yoho
.
ServiceAPI
...
...
public/js/guang/guang-new.page.js
View file @
e2c0372
...
...
@@ -37,6 +37,7 @@ class GuangNew extends Page {
this
.
fixed
();
this
.
fixedRetop
();
this
.
list
();
this
.
doMore
();
}
list
()
{
...
...
Please
register
or
login
to post a comment