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
Email Patches
Plain Diff
Browse Files
Authored by
TaoHuang
2019-02-27 14:49:20 +0800
Commit
a717bbfefe808abe09ff093c93893eb9a2cfe248
1 parent
73d925f2
fix size
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
apps/pages/article/components/detail/recommend-product-item.vue
apps/pages/article/components/detail/recommend-product-list.vue
apps/pages/article/components/detail/zan-bar.vue
config/api-map.js
apps/pages/article/components/detail/recommend-product-item.vue
View file @
a717bbf
...
...
@@ -81,7 +81,6 @@ export default {
font-size: 20px;
color: #444;
/*height: 58px;*/
word-break: break-all;
white-space: normal;
}
}
...
...
apps/pages/article/components/detail/recommend-product-list.vue
View file @
a717bbf
...
...
@@ -27,8 +27,10 @@ export default {
.product-list {
width: 100%;
overflow: scroll;
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
display: flex;
}
.item + .item {
...
...
apps/pages/article/components/detail/zan-bar.vue
View file @
a717bbf
<template>
<div class="flex">
<WidgetAvatarGroup :avatars="praiseHeadIco"></WidgetAvatarGroup>
<span class="v-center">{{praiseCount}}人喜欢</span>
<span class="v-center"
v-if="praiseCount"
>{{praiseCount}}人喜欢</span>
<span class="time v-center text-right">{{publish_time | formatTime}}</span>
</div>
</template>
...
...
config/api-map.js
View file @
a717bbf
...
...
@@ -113,6 +113,7 @@ module.exports = {
},
'/api/guang/article/queryGoods'
:
{
api
:
'app.search.recomandLi'
,
cache
:
true
,
params
:
{
query
:
{
type
:
String
,
require
:
false
},
order
:
{
type
:
String
,
require
:
false
},
...
...
Please
register
or
login
to post a comment