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
515a4738
Commit
515a4738
authored
Mar 30, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6623d6a4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
15 deletions
+14
-15
persondetails.vue
pages/blindDate/persondetails.vue
+8
-10
visitor.vue
pages/blindDate/visitor.vue
+6
-5
No files found.
pages/blindDate/persondetails.vue
View file @
515a4738
...
...
@@ -156,21 +156,19 @@
right
:
20
rpx
;
bottom
:
140
rpx
;
z-index
:
50
;
font-size
:
16
rpx
;
border-radius
:
50%
;
color
:
#FFFFFF
;
width
:
42px
;
height
:
42px
;
text-align
:
center
;
vertical-align
:
middle
;
background-color
:
#40766E
;
padding
:
5
rpx
;
width
:
63px
;
height
:
63px
;
}
</
style
>
<
template
>
<scroll-view
:scroll-y=
"true"
@
scroll=
"scrollHandler"
@
scrolltoupper=
"scrollTopHandler"
style=
"height: 100vh;position: relative;"
>
<view
class=
"persondetails"
>
<button
v-if=
"mall_UserInfo.UserId != dataList.Id"
open-type=
"contact"
send-message-title=
"dataList.Name"
:send-message-path=
"path"
:send-message-img=
"dataList.Photo"
:show-message-card=
"true"
class=
"bwytBtn"
>
帮我
<br/>
约TA
</button>
<view
class=
"bwytBtn"
v-if=
"mall_UserInfo.UserId != dataList.Id"
>
<image
src=
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/blindDate_yueta.png'
style=
"width: 100%;height: 100%;"
></image>
<button
style=
'position: absolute;left: 0;top: 0;opacity: 0;width: 100%;height: 100%;'
open-type=
"contact"
send-message-title=
"dataList.Name"
:send-message-path=
"path"
:send-message-img=
"dataList.Photo"
:show-message-card=
"true"
></button>
</view>
<view
class=
"headStatus"
v-if=
"scrollTop > 50"
:style=
"[headStyle,
{
...
...
pages/blindDate/visitor.vue
View file @
515a4738
...
...
@@ -84,8 +84,9 @@
return
{
pageTitle
:
"访客"
,
sex
:
{
0
:
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv.png"
,
1
:
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan.png"
0
:
""
,
1
:
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan.png"
,
2
:
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv.png"
,
},
msg
:
{
pageIndex
:
1
,
...
...
@@ -119,6 +120,7 @@
changNav
(
index
){
this
.
activeNav
=
index
this
.
msg
.
VsisitorType
=
index
+
1
this
.
msg
.
pageIndex
=
1
this
.
visitorData
=
[]
this
.
getMiaiMessageVisitorPageList
();
},
...
...
@@ -215,11 +217,10 @@
uni
.
setNavigationBarTitle
({
title
:
this
.
pageTitle
,
});
this
.
setAllMsgSee
()
},
updated
()
{
if
(
this
.
visitorData
.
length
>
0
){
this
.
setAllMsgSee
()
}
}
}
</
script
>
...
...
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