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-23 15:10:43 +0800
Commit
54d324c619b9cf1d5ff88d9f19d3883c6ccb146f
1 parent
b1e02471
modify channel styles
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
apps/pages/home/channel/channel.vue
apps/store/home/channel.js
apps/pages/home/channel/channel.vue
View file @
54d324c
...
...
@@ -368,8 +368,12 @@ export default {
} else {
list[key] = data[key];
}
if (!data.product_list) {
this.productList.list = [];
}
}
this.productList = list;
}
} catch (e) {
// console.log(e);
...
...
apps/store/home/channel.js
View file @
54d324c
...
...
@@ -58,7 +58,7 @@ export default function() {
list
&&
list
.
map
((
item
)
=>
{
if
(
item
.
unReadCount
>
0
)
{
state
.
showMsg
=
true
;
}
}
});
},
},
...
...
Please
register
or
login
to post a comment