Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
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
Tao
2019-10-16 16:02:10 +0800
Commit
9f1d4403435eb379e9b7ce057ea73785427640fe
1 parent
cd058ed5
delete news tips
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
15 deletions
apps/pages/home/news/news.vue
apps/pages/home/news/newsDetail.vue
apps/store/home/channel.js
apps/pages/home/news/news.vue
View file @
9f1d440
...
...
@@ -31,13 +31,15 @@ export default {
return {
msg: '消息',
options: {
pullUpLoad: {
threshold: 100,
txt: {
txt: '加载中...',
noMore: '~ 已经到底啦 ~'
}
}
pullUpLoad: true,
// pullUpLoad: {
// threshold: 100,
// txt: {
// txt: '加载中...',
// noMore: '~ 已经到底啦 ~',
// visible: false,
// }
// }
},
newsList: {
list: [],
...
...
apps/pages/home/news/newsDetail.vue
View file @
9f1d440
...
...
@@ -28,13 +28,14 @@ export default {
data() {
return {
options: {
pullUpLoad: {
threshold: 100,
txt: {
more: '加载中...',
noMore: '~ 已经到底啦 ~'
}
}
pullUpLoad: true,
// pullUpLoad: {
// threshold: 100,
// txt: {
// more: '加载中...',
// noMore: '~ 已经到底啦 ~'
// }
// }
},
title: '',
type: '',
...
...
apps/store/home/channel.js
View file @
9f1d440
...
...
@@ -57,7 +57,6 @@ export default function() {
console
.
log
(
"resultresultresult"
);
if
(
result
.
code
===
200
)
{
commit
(
Types
.
FETCH_CHANNEL
,
{
list
:
result
.
data
});
return
result
.
data
;
}
}
...
...
Please
register
or
login
to post a comment