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
218605fc
Commit
218605fc
authored
Mar 18, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9cb7a2cc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
1 deletion
+30
-1
mydate.vue
pages/blindDate/personal/mydate.vue
+1
-1
blinddate-user.vue
pages/user-center/components/blinddate-user.vue
+29
-0
No files found.
pages/blindDate/personal/mydate.vue
View file @
218605fc
...
...
@@ -71,7 +71,7 @@
</
style
>
<
template
>
<view
class=
"mydate"
:style=
"
{ height: contentHeight }">
<u-empty
v-if=
"g.length == 0"
text=
"暂无约会记录"
mode=
"list"
></u-empty>
<view
class=
"getsize"
v-if=
"g.length == 0"
>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/mydate-bg.png"
style=
"width: 400rpx;height: auto;margin-bottom: 30px;"
mode=
"widthFix"
></image>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/mydate-text.png"
style=
"width: 466rpx;height: auto"
mode=
"widthFix"
></image>
...
...
pages/user-center/components/blinddate-user.vue
View file @
218605fc
...
...
@@ -85,9 +85,16 @@
{{
item
.
name
}}
</Text>
<view
v-if=
"mItem.MenuNavStyle!=1"
class=
"wangr"
>
<view
class=
"MenuNav-t"
:style=
"
{background:mainColor}" v-if="mItem.MenuNavStyle!=1
&&
item.link_url=='/pages/blindDate/message'
&&
user_info.messageNum>0">
<tetx>
{{
user_info
.
messageNum
}}
</tetx>
</view>
<u-icon
name=
"arrow"
color=
"#A5A4AC"
size=
"20"
></u-icon>
</view>
<button
open-type=
"contact"
class=
"contButton"
v-if=
"item.link_url == 'contact' && item.name == '客服'"
></button>
<!-- 消息的条数 -->
<view
class=
"MenuNav-o"
:style=
"
{background:mainColor}" v-if="mItem.MenuNavStyle==1
&&
item.link_url=='/pages/blindDate/message'
&&
user_info.messageNum>0">
<tetx>
{{
user_info
.
messageNum
}}
</tetx>
</view>
</view>
</view>
</view>
...
...
@@ -226,4 +233,26 @@
.renzhen
{
width
:
40px
;
height
:
15px
;
font-size
:
10px
;
margin-top
:
10px
;
color
:
#555555
;
border-radius
:
7px
;
border
:
1px
solid
#999999
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
}
.MenuNav-o
{
position
:
absolute
;
top
:
0
;
right
:
20
rpx
;
height
:
30
rpx
;
font-size
:
20
rpx
;
color
:
#FFFFFF
;
border-radius
:
15
rpx
;
padding
:
0
12
rpx
;
line-height
:
30
rpx
;
}
.MenuNav-t
{
height
:
30
rpx
;
font-size
:
20
rpx
;
color
:
#FFFFFF
;
border-radius
:
15
rpx
;
padding
:
0
12
rpx
;
line-height
:
30
rpx
;
margin-right
:
10px
;
}
</
style
>
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