Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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
ccbikai
9 years ago
Commit
4b8d3ee7428bac6e35aa4eafa49ae56e5f80a23a
2 parents
ce18f671
50f100db
Merge branch 'develop' into release/1.0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
apps/news/models/list-api.js
public/vue/channel/index.vue
public/vue/channel/tab.vue
apps/news/models/list-api.js
View file @
4b8d3ee
...
...
@@ -26,7 +26,7 @@ module.exports = {
getNewsListData
(
params
)
{
return
serviceAPI
.
get
(
'guang/api/v2/article/getList'
,
{
sort_id
:
''
,
gender
:
yhChannel
[
params
.
channel
].
channel
,
gender
:
yhChannel
[
params
.
channel
||
'all'
].
channel
,
uid
:
params
.
uid
||
'0'
,
page
:
params
.
page
,
limit
:
'10'
...
...
public/vue/channel/index.vue
View file @
4b8d3ee
...
...
@@ -31,5 +31,7 @@
</script>
<style>
#channel {
padding-top: 90px;
}
</style>
...
...
public/vue/channel/tab.vue
View file @
4b8d3ee
...
...
@@ -69,6 +69,10 @@
<style>
.channel-tab {
position: fixed;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 90px;
font-size: 24px;
...
...
Please
register
or
login
to post a comment