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
253c9a0c
Commit
253c9a0c
authored
Apr 15, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
1354d15d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
2 deletions
+20
-2
persondetails.vue
pages/blindDate/persondetails.vue
+20
-2
No files found.
pages/blindDate/persondetails.vue
View file @
253c9a0c
...
...
@@ -160,6 +160,20 @@
height
:
63px
;
}
.fbanniu
{
width
:
42px
;
height
:
42px
;
border-radius
:
21px
;
position
:
fixed
;
right
:
20
rpx
;
bottom
:
180
rpx
;
background
:
#40766E
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
justify-content
:
center
;
z-index
:
99
;
}
</
style
>
<
template
>
<scroll-view
:scroll-y=
"true"
@
scroll=
"scrollHandler"
@
scrolltoupper=
"scrollTopHandler"
style=
"height: 100vh;position: relative;"
>
...
...
@@ -168,6 +182,10 @@
<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=
"fbanniu"
:style=
"
{background:mainColor}" @click="goedit" v-if="mall_UserInfo.UserId == dataList.Id">
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/fabupyq.png"
style=
"height: 26rpx;"
mode=
"aspectFit"
></image>
<text
style=
"font-size: 10px;color: #FFF;"
>
编辑
</text>
</view>
<view
class=
"headStatus"
v-if=
"scrollTop > 50"
:style=
"[headStyle,
...
...
@@ -391,14 +409,14 @@
</view>
-->
</view>
<template
v-if=
"isShowBtn"
>
<
!--
<
template
v-if=
"isShowBtn"
>
<view
class=
"edit"
v-if=
"dataList.IsAttestation==1"
:style=
"
{background:mainColor}" @click="goedit()">
编辑资料
</view>
<view
class=
"edit"
v-if=
"dataList.IsAttestation==0 && mall_UserInfo.UserId == dataList.Id"
:style=
"
{background:mainColor}" @click="gorenz()">
去认证
</view>
</
template
>
</
template
>
-->
</view>
</view>
</view>
...
...
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