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
48759ec4
Commit
48759ec4
authored
Sep 17, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改个人详情资料
parent
c4ca4be1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
persondetails.vue
pages/blindDate/persondetails.vue
+10
-9
No files found.
pages/blindDate/persondetails.vue
View file @
48759ec4
...
@@ -189,7 +189,8 @@
...
@@ -189,7 +189,8 @@
<
template
>
<
template
>
<view
class=
"newpersondetails"
>
<view
class=
"newpersondetails"
>
<view
class=
"box"
>
<view
class=
"box"
>
<!--
<view
class=
"box-photo"
>
整个页面 用MallBaseId==14 是因为在小程序橙孀 要显示最详情的个人中心
<view
class=
"box-photo"
v-if=
"mall_UserInfo.MallBaseId==14"
>
<u-swiper
<u-swiper
:list=
"dataList.imgs"
:list=
"dataList.imgs"
:effect3d=
"swipers.style == 2"
:effect3d=
"swipers.style == 2"
...
@@ -199,7 +200,7 @@
...
@@ -199,7 +200,7 @@
name=
'url'
name=
'url'
@
click=
"previewphoto"
@
click=
"previewphoto"
></u-swiper>
></u-swiper>
</view>
-->
</view>
<view
class=
"box-jc"
>
<view
class=
"box-jc"
>
<view
class=
"box-jc-top"
>
<view
class=
"box-jc-top"
>
<view
class=
"box-jc-t-l"
>
<view
class=
"box-jc-t-l"
>
...
@@ -341,7 +342,7 @@
...
@@ -341,7 +342,7 @@
</view>
</view>
</view>
</view>
<!-- 身份认证 -->
<!-- 身份认证 -->
<
!--
<view
class=
"box-sf
"
>
<
view
class=
"box-sf"
v-if=
"mall_UserInfo.MallBaseId==14
"
>
<text
style=
"font-size: 13px;font-weight: bold;"
>
身份认证
</text>
<text
style=
"font-size: 13px;font-weight: bold;"
>
身份认证
</text>
<view
class=
"box-sf-item"
@
click=
"gosfzrenz"
v-if=
"dataList.IsAttestation!=1"
>
<view
class=
"box-sf-item"
@
click=
"gosfzrenz"
v-if=
"dataList.IsAttestation!=1"
>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/pd-sfr-n.png"
style=
"width: 50px;height: 50px;margin-bottom: 5px;"
></image>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/pd-sfr-n.png"
style=
"width: 50px;height: 50px;margin-bottom: 5px;"
></image>
...
@@ -351,7 +352,7 @@
...
@@ -351,7 +352,7 @@
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/pd-sfr.png"
style=
"width: 50px;height: 50px;margin-bottom: 5px;"
></image>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/pd-sfr.png"
style=
"width: 50px;height: 50px;margin-bottom: 5px;"
></image>
已认证
已认证
</view>
</view>
</view>
-->
</view>
<!-- 个人动态 -->
<!-- 个人动态 -->
<view
<view
class=
"box-grdt"
class=
"box-grdt"
...
@@ -462,7 +463,7 @@
...
@@ -462,7 +463,7 @@
</view>
</view>
</view>
</view>
<!-- 关于我 -->
<!-- 关于我 -->
<
!--
<view
class=
"box-grdt"
style=
"margin-bottom: 100px;
"
>
<
view
class=
"box-grdt"
style=
"margin-bottom: 100px;"
v-if=
"mall_UserInfo.MallBaseId==14
"
>
<view
style=
"display: flex;align-items: center;justify-content: space-between;"
>
<view
style=
"display: flex;align-items: center;justify-content: space-between;"
>
<text
style=
"font-size: 13px;font-weight: bold;"
>
关于我
</text>
<text
style=
"font-size: 13px;font-weight: bold;"
>
关于我
</text>
<view
class=
"box-jc-t-r"
@
click=
"goedit(2)"
v-if=
"mall_UserInfo.UserId == dataList.Id"
>
<view
class=
"box-jc-t-r"
@
click=
"goedit(2)"
v-if=
"mall_UserInfo.UserId == dataList.Id"
>
...
@@ -528,10 +529,10 @@
...
@@ -528,10 +529,10 @@
<text
v-if=
"dataList.HopeYou!=''"
>
{{
dataList
.
HopeYou
}}
</text>
<text
v-if=
"dataList.HopeYou!=''"
>
{{
dataList
.
HopeYou
}}
</text>
<view
v-else
class=
"box-grdt-i-c-w"
>
暂无
</view>
<view
v-else
class=
"box-grdt-i-c-w"
>
暂无
</view>
</view>
</view>
</view>
-->
</view>
<!-- TODO字段不确定 -->
<!-- TODO字段不确定 -->
<
!--
<
view>
<view>
<view
class=
"box-grdt-i-box"
>
<view
class=
"box-grdt-i-box"
>
<span
class=
"box-grdt-i-t"
>
<span
class=
"box-grdt-i-t"
>
<view
class=
"box-grdt-i-ty"
:style=
"
{background:mainColor}">
</view>
<view
class=
"box-grdt-i-ty"
:style=
"
{background:mainColor}">
</view>
...
@@ -578,9 +579,9 @@
...
@@ -578,9 +579,9 @@
<text
v-if=
"dataList.IdealLove!=''"
>
{{
dataList
.
IdealLove
}}
</text>
<text
v-if=
"dataList.IdealLove!=''"
>
{{
dataList
.
IdealLove
}}
</text>
<view
v-else
class=
"box-grdt-i-c-w"
>
暂无
</view>
<view
v-else
class=
"box-grdt-i-c-w"
>
暂无
</view>
</view>
</view>
</view>
-->
</view>
<
!--
</view>
--
>
<
/view
>
</view>
</view>
<view
class=
"boxfixed"
>
<view
class=
"boxfixed"
>
<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