Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
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
viitto
mallapp
Commits
c83ffea3
Commit
c83ffea3
authored
Sep 06, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
42af69ed
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
58 additions
and
24 deletions
+58
-24
index.vue
components/pubu/index.vue
+32
-5
postDetails2.vue
pages/blindDate/postDetails2.vue
+4
-4
postbar.vue
pages/blindDate/postbar.vue
+22
-15
No files found.
components/pubu/index.vue
View file @
c83ffea3
...
...
@@ -12,6 +12,9 @@
<view
v-for=
"(item, index) in curDataObj.goodsList"
:key=
"index"
v-if=
"index % 2 == 0"
class=
"left-item"
>
<image
:src=
"item.picUrl"
class=
"item-img"
mode=
"widthFix"
@
click=
"jumpPage(item)"
></image>
<view
class=
"item-title"
>
{{
item
.
name
}}
</view>
<view
class=
"flex between CreateByInfo"
>
<view
class=
"flex CreateByName"
@
click=
"jumpPagePerson(item)"
>
<image
:src=
"item.CreateByIco"
class=
"item-headimg"
mode=
"aspectFill"
></image>
...
...
@@ -32,6 +35,9 @@
<view
v-for=
"(item, index) in curDataObj.goodsList"
:key=
"index"
v-if=
"index % 2 == 1"
class=
"left-item"
>
<image
:src=
"item.picUrl"
class=
"item-img"
mode=
"widthFix"
@
click=
"jumpPage(item)"
></image>
<view
class=
"item-title"
>
{{
item
.
name
}}
</view>
<view
class=
"flex between CreateByInfo"
>
<view
class=
"flex CreateByName"
@
click=
"jumpPagePerson(item)"
>
<image
:src=
"item.CreateByIco"
class=
"item-headimg"
mode=
"aspectFill"
></image>
...
...
@@ -81,6 +87,12 @@
<view
class=
"left"
>
<view
v-for=
"(item, index) in dataList"
:key=
"index"
v-if=
"index % 2 == 0"
class=
"left-item"
>
<image
:src=
"item.picUrl"
class=
"item-img"
mode=
"widthFix"
@
click=
"jumpPage(item)"
></image>
<view
class=
"item-title"
>
{{
item
.
name
}}
</view>
<view
class=
"item-title"
>
{{
item
.
name
}}
</view>
<view
class=
"flex between CreateByInfo"
>
<view
class=
"flex CreateByName"
@
click=
"jumpPagePerson(item)"
>
<image
:src=
"item.CreateByIco"
class=
"item-headimg"
mode=
"aspectFill"
></image>
...
...
@@ -100,6 +112,9 @@
<view
class=
"right"
>
<view
v-for=
"(item, index) in dataList"
:key=
"index"
v-if=
"index % 2 == 1"
class=
"left-item"
>
<image
:src=
"item.picUrl"
class=
"item-img"
mode=
"widthFix"
@
click=
"jumpPage(item)"
></image>
<view
class=
"item-title"
>
{{
item
.
name
}}
</view>
<view
class=
"flex between CreateByInfo"
>
<view
class=
"flex CreateByName"
@
click=
"jumpPagePerson(item)"
>
<image
:src=
"item.CreateByIco"
class=
"item-headimg"
mode=
"aspectFill"
></image>
...
...
@@ -394,19 +409,31 @@
padding
:
30rpx
;
// background-color: #eaebec;
}
.item-title
{
font-family
:
PingFang
SC
;
font-size
:
28rpx
;
font-weight
:
bold
;
color
:
#111111
;
box-sizing
:
border-box
;
padding
:
20rpx
20rpx
0
20rpx
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
display
:
-
webkit-box
;
-webkit-line-clamp
:
2
;
-webkit-box-orient
:
vertical
;
}
.CreateByInfo
{
background-color
:
#fff
;
height
:
90rpx
;
box-sizing
:
border-box
;
padding
:
0
3
0rpx
;
padding
:
0
2
0rpx
;
}
.CreateByName
,
.zanNum
{
font-size
:
2
4
rpx
;
font-size
:
2
2
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
//
font-weight: 500;
color
:
#111111
;
}
...
...
@@ -439,7 +466,7 @@
width
:
100%
;
height
:
auto
;
margin-bottom
:
30rpx
;
border-radius
:
30
rpx
;
border-radius
:
8
rpx
;
overflow
:
hidden
;
box-shadow
:
0rpx
10rpx
30rpx
0rpx
rgba
(
36
,
36
,
36
,
0
.2
);
// display: flex;
...
...
pages/blindDate/postDetails2.vue
View file @
c83ffea3
...
...
@@ -641,13 +641,13 @@
style=
"width: 24rpx; height: 26rpx; margin-right: 10rpx"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/weizan.png"
v-if=
"x.DianZanId == 0"
@
click=
"dianzan(x)"
@
click
.
stop
=
"dianzan(x)"
></image>
<image
style=
"width: 24rpx; height: 26rpx; margin-right: 10rpx"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/yizan.png"
v-if=
"x.DianZanId > 0"
@
click=
"quxiaodianzan(x)"
@
click
.
stop
=
"quxiaodianzan(x)"
></image>
{{
x
.
DianZanNum
}}
</view>
...
...
@@ -876,7 +876,7 @@
"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/weizan.png"
v-if=
"twodata.DianZanId == 0"
@
click=
"dianzan(twodata)"
@
click
.
stop
=
"dianzan(twodata)"
></image>
<image
style=
"
...
...
@@ -886,7 +886,7 @@
"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/yizan.png"
v-if=
"twodata.DianZanId > 0"
@
click=
"quxiaodianzan(twodata)"
@
click
.
stop
=
"quxiaodianzan(twodata)"
></image>
{{
twodata
.
DianZanNum
}}
</view>
...
...
pages/blindDate/postbar.vue
View file @
c83ffea3
...
...
@@ -164,8 +164,8 @@
style=
"
width: 100%;
height: 100%;
border-top-left-radius:
30
rpx;
border-top-right-radius:
30
rpx;
border-top-left-radius:
8
rpx;
border-top-right-radius:
8
rpx;
"
></image>
</view>
...
...
@@ -179,12 +179,17 @@
<view
class=
"Content"
v-if=
"x.textContent"
>
{{
x
.
textContent
}}
</view>
<view
class=
"Content"
v-html=
"x.Content"
v-if=
"!x.textContent"
></view>
<view
class=
"hot"
>
<view
class=
"hotTag"
>
<image
mode=
"widthFix"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/renqidianping.png"
></image>
<view
class=
"hotTag"
v-if=
"x.HotCommentList.length > 0"
>
<!--
<image
mode=
"widthFix"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/renqidianping.png"
></image>
-->
<image
:src=
"x.HotCommentList[0].UserPhoto"
style=
"width: 100%;height: 100%;"
mode=
"aspectFill"
></image>
</view>
<view
class=
"hotCon"
>
<text
v-if=
"x.HotCommentList.length > 0"
>
{{
x
.
HotCommentList
[
0
].
Comment
}}
</text><text
v-if=
"x.HotCommentList.length == 0"
>
暂无热评
</text></view>
<view
class=
"hotCon"
>
<text
v-if=
"x.HotCommentList.length > 0"
>
{{
`"`
}}{{
x
.
HotCommentList
[
0
].
Comment
}}{{
`"`
}}
</text><text
v-if=
"x.HotCommentList.length == 0"
>
暂无热评
</text></view>
</view>
<view
class=
"hotCon2"
v-if=
"x.HotCommentList.length > 1"
>
{{
<view
class=
"hotCon2"
v-if=
"x.HotCommentList.length > 1"
>
<view
style=
"width: 30rpx;height: 30rpx;border-radius: 50%;margin-right: 10rpx;overflow: hidden;"
>
<image
:src=
"x.HotCommentList[1].UserPhoto"
style=
"width: 100%;height: 100%;"
mode=
"aspectFill"
></image>
</view>
{{
x
.
HotCommentList
[
1
].
Comment
}}
</view>
</view>
...
...
@@ -683,13 +688,13 @@ export default {
.img-box
{
width
:
188rpx
;
height
:
188rpx
;
border-radius
:
30
rpx
;
border-radius
:
8
rpx
;
overflow
:
hidden
;
margin-bottom
:
10rpx
;
}
.creatManInfo
{
display
:
flex
;
justify-content
:
center
;
//
justify-content: center;
align-items
:
center
;
font-size
:
24rpx
;
font-family
:
PingFang
SC
;
...
...
@@ -698,10 +703,11 @@ export default {
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
padding
:
0
20rpx
;
.headimg
{
width
:
44rpx
;
height
:
44rpx
;
border-radius
:
50%
;
border-radius
:
8rpx
;
margin-right
:
10rpx
;
}
}
...
...
@@ -743,15 +749,14 @@ export default {
display
:
flex
;
margin
:
20rpx
0
;
.hotTag
{
width
:
98
rpx
;
width
:
30
rpx
;
height
:
30rpx
;
background-color
:
#00c6c1
;
border-radius
:
6rpx
0rpx
0rpx
6rpx
;
box-sizing
:
border-box
;
padding
:
4rpx
6rpx
;
border-radius
:
50%
;
// background-color: #00c6c1;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
overflow
:
hidden
;
margin-right
:
10rpx
;
}
.hotCon
{
width
:
375rpx
;
...
...
@@ -760,6 +765,7 @@ export default {
box-sizing
:
border-box
;
padding
:
0
10rpx
;
display
:
flex
;
flex-grow
:
1
;
align-items
:
center
;
font-size
:
20rpx
;
font-family
:
PingFang
SC
;
...
...
@@ -772,6 +778,7 @@ export default {
}
}
.hotCon2
{
display
:
flex
;
font-size
:
20rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
...
...
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