Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-community-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
杨延青
2019-04-30 15:08:06 +0800
Commit
6164293354aecbbee68604367365275a72bd2f41
2 parents
61f7b566
4390fca8
Merge branch 'feature/0430' into 'release/6.9.2'
fix See merge request
!54
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
apps/components/products/product-group-item.vue
apps/pages/article/article-detail.vue
apps/components/products/product-group-item.vue
View file @
6164293
...
...
@@ -114,7 +114,7 @@ export default {
}
&.single {
width: 6
7
0px;
width: 6
9
0px;
}
}
...
...
apps/pages/article/article-detail.vue
View file @
6164293
...
...
@@ -71,7 +71,8 @@ export default {
const result = await this.fetchArticleList({
articleId,
page: this.page,
limit: 1
limit: 1,
columnType: 1002
});
if (result.code === 200) {
...
...
Please
register
or
login
to post a comment