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
0bc3e88d
Commit
0bc3e88d
authored
Apr 27, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
判断和个人中心
parent
8692d8eb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
postbar.vue
pages/blindDate/postbar.vue
+1
-1
blinddate-user.vue
pages/user-center/components/blinddate-user.vue
+4
-4
No files found.
pages/blindDate/postbar.vue
View file @
0bc3e88d
...
...
@@ -61,7 +61,7 @@
</scroll-view>
</view>
<view
class=
"release"
@
click
.
stop=
"gopublishing()"
>
<view
class=
"release"
v-if=
'isAttestation==1 && isFaTie==1'
@
click
.
stop=
"gopublishing()"
>
<!--
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/pp-fabu.png"
style=
"width: 100%;height: 100%;"
></image>
-->
<!-- 发布动态按钮 -->
<view
class=
"fbanniu"
>
...
...
pages/user-center/components/blinddate-user.vue
View file @
0bc3e88d
...
...
@@ -68,19 +68,19 @@
<view
class=
"buyvip"
v-if=
"user_info.identity.is_member_vipbuy== true && user_info.identity.member_vipgrade_Id>0 && user_info.identity.member_level==0"
@
click=
"gobuyvip(user_info.identity.member_vipgrade_Id)"
>
<image
:src=
'meueData.user_center.member_buy_vip_url'
style=
"width: 100%;height: auto;"
mode=
"widthFix"
></image>
</view>
<view
class=
"order_bar paike"
style=
""
@
click=
"gopointBalance"
>
<
!--
<
view
class=
"order_bar paike"
style=
""
@
click=
"gopointBalance"
>
<view
style=
"display: flex;align-items: center;"
>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/base-xx.png"
style=
"width: 22px;height: auto"
mode=
'widthFix'
></image>
<span
style=
'font-size: 14px;color: #555555;margin-left: 15px'
>
我的星星值:
</span>
</view>
<view
style=
"display: flex;align-items: center;"
>
<span
style=
'font-size: 12px;color: #A5A4AC;font-family: aa;margin-right:
20
px;'
>
{{
PointNum
}}
</span>
<span
style=
'font-size: 12px;color: #A5A4AC;font-family: aa;margin-right:
6
px;'
>
{{
PointNum
}}
</span>
<u-icon
name=
"arrow"
color=
"#A5A4AC"
size=
"20"
></u-icon>
</view>
</view>
</view>
-->
<template
v-if=
"meueData.user_center&&meueData.user_center.nar_menus.length>0"
>
<view
v-if=
"meueData.user_center && meueData.user_center.is_menu_status == 1"
v-for=
"(mItem,mIndex) in meueData.user_center.nar_menus"
:key=
"mIndex"
:style=
"
{'marginTop':mIndex==0
&&
(meueData.user_center.is_foot_bar_status==1||meueData.user_center.is_account_status==1)?'15px':''}"
:key=
"mIndex"
:style=
"
{'marginTop':mIndex==0
&&
(meueData.user_center.is_foot_bar_status==1||meueData.user_center.is_account_status==1)?'15px':'
10px
'}"
class="headCommon">
<view
style=
"margin:10px;"
v-if=
"mItem.MenuNavTitle!=''"
>
{{
mItem
.
MenuNavTitle
}}
</view>
<view
:class=
"mItem.MenuNavStyle == 1 ? 'xq-menus' : 'xq-menus2'"
style=
"width:100%;"
>
...
...
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