Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
bc7d9dc4
Commit
bc7d9dc4
authored
Nov 19, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9c263c99
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
articleList.vue
public/appnew/src/components/businessCollege/articleList.vue
+2
-1
paginationLoad.vue
public/appnew/src/components/publicEg/paginationLoad.vue
+1
-2
No files found.
public/appnew/src/components/businessCollege/articleList.vue
View file @
bc7d9dc4
...
...
@@ -171,7 +171,8 @@
'isLoadOnce'
:
false
,
//是否请求过一次数据
'isStop'
:
false
,
//是否所有页的数据加载完毕
'noDataFlag'
:
false
,
//是否是无数据
'label'
:
_data
[
i
]
'label'
:
_data
[
i
],
'scrollHeight'
:
0
,
//距离文档顶部的高度
});
};
fn
&&
fn
();
...
...
public/appnew/src/components/publicEg/paginationLoad.vue
View file @
bc7d9dc4
...
...
@@ -40,8 +40,7 @@
data
()
{
return
{
dom
:
null
,
// 外部容器dom
timer
:
false
,
dom
:
null
// 外部容器dom
}
},
mounted
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment