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
c6e51dca
Commit
c6e51dca
authored
Apr 30, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
7dec3c49
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
persondetails.vue
pages/blindDate/persondetails.vue
+2
-2
No files found.
pages/blindDate/persondetails.vue
View file @
c6e51dca
...
...
@@ -211,7 +211,7 @@
<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>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/fabupyq.png"
style=
"height: 26rpx;
width: 26rpx;
"
mode=
"aspectFit"
></image>
<text
style=
"font-size: 10px;color: #FFF;"
>
编辑
</text>
</view>
...
...
@@ -332,9 +332,9 @@
<view
class=
"bubble"
v-if=
"dataList.Moblie && mall_UserInfo.UserId == dataList.Id"
>
电话号码:
{{
dataList
.
Moblie
}}
</view>
<view
class=
"bubble"
v-if=
"dataList.WechatNo && mall_UserInfo.UserId == dataList.Id"
>
微信号:
{{
dataList
.
WechatNo
}}
</view>
<view
class=
"bubble"
v-if=
"dataList.SexStr"
>
{{
dataList
.
SexStr
}}
</view>
<view
class=
"bubble"
v-if=
"dataList.Age"
>
{{
dataList
.
Age
}}
岁
</view>
<!--
<view
class=
"bubble"
v-if=
"dataList.Birthday"
>
{{
dataList
.
Birthday
}}
</view>
-->
<view
class=
"bubble"
v-if=
"dataList.Birthday"
>
出生年份:
{{
dataList
.
BirthdayYear
}}
年
</view>
<view
class=
"bubble"
v-if=
"dataList.Age"
>
{{
dataList
.
Age
}}
岁
</view>
<!--
<view
class=
"bubble"
v-if=
"dataList.ShenXiao"
>
{{
dataList
.
ShenXiao
}}
</view>
-->
<view
class=
"bubble"
v-if=
"dataList.ConoldBaseInfostellation"
>
{{
dataList
.
ConoldBaseInfostellation
}}
</view>
<view
class=
"bubble"
v-if=
"dataList.Height"
>
{{
dataList
.
Height
}}
cm
</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