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
d93a6530
Commit
d93a6530
authored
Apr 30, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改性别图片
parent
c6e51dca
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
159 additions
and
90 deletions
+159
-90
index.vue
components/matchmaking/index.vue
+4
-4
baomingList.vue
pages/blindDate/baomingList.vue
+4
-4
circleNews.vue
pages/blindDate/circleNews.vue
+4
-4
fanlist.vue
pages/blindDate/personal/fanlist.vue
+2
-2
followlist.vue
pages/blindDate/personal/followlist.vue
+2
-2
peoplescreen.vue
pages/blindDate/personal/peoplescreen.vue
+127
-58
persondetails.vue
pages/blindDate/persondetails.vue
+2
-2
postDetails.vue
pages/blindDate/postDetails.vue
+8
-8
postbar.vue
pages/blindDate/postbar.vue
+2
-2
visitor.vue
pages/blindDate/visitor.vue
+2
-2
blinddate-user.vue
pages/user-center/components/blinddate-user.vue
+2
-2
No files found.
components/matchmaking/index.vue
View file @
d93a6530
...
...
@@ -5,8 +5,8 @@
<view
v-for=
"(item, index) of navs.list"
:key=
"index"
slot=
"slot
{{
index
}}
">
<view
class=
"pb-box"
>
<u-avatar
:src=
"item.Photo"
size=
"72"
></u-avatar>
<image
class=
"gstyle2"
v-if=
"item.SexStr=='男'"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan
-b
.png"
></image>
<image
class=
"gstyle2"
v-if=
"item.SexStr=='女'"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv
-b
.png"
></image>
<image
class=
"gstyle2"
v-if=
"item.SexStr=='男'"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan
2
.png"
></image>
<image
class=
"gstyle2"
v-if=
"item.SexStr=='女'"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv
2
.png"
></image>
<view
class=
"boxt-center"
>
<view
class=
"row"
>
<view
class=
"box-name"
>
{{
item
.
name
}}
</view>
...
...
@@ -22,8 +22,8 @@
<view
class=
"matchmaking-box"
v-for=
"(item,index) in navs.list"
:key=
'index'
@
click=
"goDetail(item)"
v-if=
"navs.listStyle==-1 || navs.listStyle==0"
>
<view
class=
"box-top"
>
<u-avatar
:src=
"item.Photo"
size=
"80"
></u-avatar>
<image
class=
"gstyle"
v-if=
"item.SexStr=='男'"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan
-b
.png"
></image>
<image
class=
"gstyle"
v-if=
"item.SexStr=='女'"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv
-b
.png"
></image>
<image
class=
"gstyle"
v-if=
"item.SexStr=='男'"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan
2
.png"
></image>
<image
class=
"gstyle"
v-if=
"item.SexStr=='女'"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv
2
.png"
></image>
<view
class=
"boxt-center"
>
<view
class=
"row"
>
<view
class=
"box-name"
>
{{
item
.
name
}}
</view>
...
...
pages/blindDate/baomingList.vue
View file @
d93a6530
...
...
@@ -20,8 +20,8 @@
<view
class=
"interDList"
v-for=
"(x, i) in g"
:key=
"i"
>
<view
style=
"position: relative;"
@
click=
"goUserinfo(x)"
>
<u-avatar
:src=
"x.Photo"
size=
"80"
></u-avatar>
<image
v-if=
"x.Sex==1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan.png"
style=
"width: 32rpx;height: 32rpx;position: absolute;right: 0;bottom: 0;"
></image>
<image
v-if=
"x.Sex==2"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv.png"
style=
"width: 32rpx;height: 32rpx;position: absolute;right: 0;bottom: 0;"
></image>
<image
v-if=
"x.Sex==1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan
2
.png"
style=
"width: 32rpx;height: 32rpx;position: absolute;right: 0;bottom: 0;"
></image>
<image
v-if=
"x.Sex==2"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv
2
.png"
style=
"width: 32rpx;height: 32rpx;position: absolute;right: 0;bottom: 0;"
></image>
</view>
<view
:style=
"
{'width':(windowWidth-30-45-20-30)+'px','margin-left':'10px'}">
<view
class=
"teinfo"
>
{{
x
.
UserName
}}
</view>
...
...
@@ -46,8 +46,8 @@
<view
class=
"interDList"
style=
"border-bottom: none;"
>
<view
style=
"position: relative;"
@
click=
"goUserinfo(x)"
>
<u-avatar
:src=
"x.Photo"
size=
"80"
></u-avatar>
<image
v-if=
"x.Sex==1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan.png"
style=
"width: 32rpx;height: 32rpx;position: absolute;right: 0;bottom: 0;"
></image>
<image
v-if=
"x.Sex==2"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv.png"
style=
"width: 32rpx;height: 32rpx;position: absolute;right: 0;bottom: 0;"
></image>
<image
v-if=
"x.Sex==1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan
2
.png"
style=
"width: 32rpx;height: 32rpx;position: absolute;right: 0;bottom: 0;"
></image>
<image
v-if=
"x.Sex==2"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv
2
.png"
style=
"width: 32rpx;height: 32rpx;position: absolute;right: 0;bottom: 0;"
></image>
</view>
<view
class=
"interDList-r"
:style=
"
{'width':(windowWidth-30-45-20-30)+'px','margin-left':'10px'}">
<view
class=
"teinfo"
>
{{
x
.
UserName
}}
</view>
...
...
pages/blindDate/circleNews.vue
View file @
d93a6530
...
...
@@ -13,10 +13,10 @@
<view
class=
"box-top-l"
>
<u-avatar
:src=
"x.Photo"
size=
"80"
></u-avatar>
<image
class=
"gstyle"
v-if=
"x.Sex==1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan
-b
.png"
>
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan
2
.png"
>
</image>
<image
class=
"gstyle"
v-if=
"x.Sex==2"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv
-b
.png"
>
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv
2
.png"
>
</image>
</view>
<view
class=
"box-top-r"
>
...
...
@@ -71,10 +71,10 @@
<view
class=
"box-top-l"
>
<u-avatar
:src=
"x.Photo"
size=
"80"
></u-avatar>
<image
class=
"gstyle"
v-if=
"x.Sex==1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan
-b
.png"
>
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan
2
.png"
>
</image>
<image
class=
"gstyle"
v-if=
"x.Sex==2"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv
-b
.png"
>
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv
2
.png"
>
</image>
</view>
<view
class=
"box-top-r"
>
...
...
pages/blindDate/personal/fanlist.vue
View file @
d93a6530
...
...
@@ -20,8 +20,8 @@
<view
class=
"interDList"
v-for=
"(x, i) in g"
:key=
"i"
>
<view
style=
"position: relative;"
@
click=
"goUserinfo(x)"
>
<u-avatar
:src=
"x.Photo"
size=
"80"
></u-avatar>
<image
v-if=
"x.Sex==1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan.png"
style=
"width: 32rpx;height: 32rpx;position: absolute;right: 0;bottom: 0;"
></image>
<image
v-if=
"x.Sex==1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv.png"
style=
"width: 32rpx;height: 32rpx;position: absolute;right: 0;bottom: 0;"
></image>
<image
v-if=
"x.Sex==1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan
2
.png"
style=
"width: 32rpx;height: 32rpx;position: absolute;right: 0;bottom: 0;"
></image>
<image
v-if=
"x.Sex==1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv
2
.png"
style=
"width: 32rpx;height: 32rpx;position: absolute;right: 0;bottom: 0;"
></image>
</view>
<view
:style=
"
{'width':(windowWidth-30-45-20-30)+'px','margin-left':'10px'}">
<view
class=
"teinfo"
>
{{
x
.
Name
}}
</view>
...
...
pages/blindDate/personal/followlist.vue
View file @
d93a6530
...
...
@@ -20,8 +20,8 @@
<view
class=
"interDList"
v-for=
"(x, i) in g"
:key=
"i"
>
<view
style=
"position: relative;"
@
click=
"goUserinfo(x)"
>
<u-avatar
:src=
"x.Photo"
size=
"80"
></u-avatar>
<image
v-if=
"x.Sex==1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan.png"
style=
"width: 32rpx;height: 32rpx;position: absolute;right: 0;bottom: 0;"
></image>
<image
v-if=
"x.Sex==2"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv.png"
style=
"width: 32rpx;height: 32rpx;position: absolute;right: 0;bottom: 0;"
></image>
<image
v-if=
"x.Sex==1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan
2
.png"
style=
"width: 32rpx;height: 32rpx;position: absolute;right: 0;bottom: 0;"
></image>
<image
v-if=
"x.Sex==2"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv
2
.png"
style=
"width: 32rpx;height: 32rpx;position: absolute;right: 0;bottom: 0;"
></image>
</view>
<view
:style=
"
{'width':(windowWidth-30-45-20-30)+'px','margin-left':'10px'}">
<view
class=
"teinfo"
>
{{
x
.
Name
}}
</view>
...
...
pages/blindDate/personal/peoplescreen.vue
View file @
d93a6530
...
...
@@ -10,14 +10,25 @@
font-size
:
12px
;
color
:
#999999
;
}
.vipbtn
{
.
userListstyle
.
vipbtn
{
width
:
150
rpx
;
height
:
50
rpx
;
border-radius
:
30
rpx
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
color
:
#FFF
;
background
:
linear-gradient
(
270deg
,
#f7796b
0%
,
#e85c69
100%
);
}
.userListstyle
.subpicker
{
width
:
100%
;
height
:
45px
;
display
:
flex
;
align-items
:
center
;
justify-content
:
space-between
;
padding
:
0
15px
;
font-size
:
14px
;
border-bottom
:
1px
solid
#E2E2E2
;
}
</
style
>
<
template
>
<div
:style=
"
{'background-color': '#FFF','height': '100vh','overflow': 'hidden'}" class='userListstyle'>
<view
style=
"display: flex; align-items: center;"
>
<view
style=
"display: flex; align-items: center;
border-bottom: 1px solid #E2E2E2;
"
>
<view
style=
"flex:1;overflow: hidden;"
>
<u-tabs
bg-color=
"#FFF"
:is-scroll=
"false"
name=
"Name"
:list=
"typeList"
:active-color=
"mainColor"
:current=
"active"
@
change=
"changeHandler"
:show-bar=
"true"
height=
"100"
font-size=
"28"
></u-tabs>
...
...
@@ -38,7 +49,19 @@
{{
item
.
Name
}}
</u-radio>
</u-radio-group>
</view>
-->
</view>
-->
<view
class=
"subpicker"
>
<text>
学历
</text>
<text>
{{
Educationstr
}}
</text>
<picker
mode =
"selector"
range-key=
'Name'
:range=
"education"
@
change=
"changPicker($event,1)"
>
<view
style=
"display: flex;align-items: center;"
>
<text
style=
"color: #686868;font-size: 12px; "
>
修改
</text>
<u-icon
size=
'32'
color=
'#999999'
name=
"arrow"
></u-icon>
</view>
</picker>
</view>
<view
class=
"popupbox_text"
style=
"margin-top: 15px;"
>
年龄
<text
style=
"margin-left: 15px;"
>
{{
msg
.
Age
}}
~
{{
msg
.
EndAge
}}
岁
</text>
</view>
...
...
@@ -47,18 +70,9 @@
<rangeSlider
:width=
"592"
:height=
"80"
:liveMode=
"true"
background-color=
"#DADCE6D9"
:block-size=
"36"
:active-color=
"mainColor"
min=
"0"
max=
"100"
@
rangechange=
"rangechange"
:values=
"ages"
></rangeSlider>
</view>
<view
class=
"popupbox_text"
style=
"margin-top: 0px;"
>
学历
</view>
<view
class=
"popup_item"
>
<text
v-if=
'education.length==0'
style=
"width: 100%;display: flex;align-items: center;justify-content: center;color: #999999;"
>
暂无数据
</text>
<u-radio-group
v-model=
"msg.EducationType"
v-if=
'education.length>0'
>
<u-radio
shape=
"circle"
style=
'margin-bottom: 5px;'
v-for=
"(item, index) in education"
:key=
"index"
:name=
"item.Id"
:active-color=
'mainColor'
>
{{
item
.
Name
}}
</u-radio>
</u-radio-group>
</view>
</view>
<view
class=
"titleh"
>
<text>
高级筛选(甄选会员功能)
</text>
...
...
@@ -97,21 +111,32 @@
:values=
"YearMoeys"
></rangeSlider>
</view>
<view
class=
"popupbox_text"
style=
"margin-top: 10px;"
>
婚姻
</view>
<view
class=
"popup_item"
>
<text
v-if=
'marriage.length==0'
style=
"width: 100%;display: flex;align-items: center;justify-content: center;color: #999999;"
>
暂无数据
</text>
<u-radio-group
v-model=
"msg.Marriage"
v-if=
'marriage.length>0'
>
<u-radio
shape=
"circle"
style=
'margin-bottom: 5px;'
v-for=
"(item, index) in marriage"
:disabled=
"true"
:key=
"index"
:name=
"item.Id"
:active-color=
'mainColor'
>
{{
item
.
Name
}}
</u-radio>
</u-radio-group>
<view
class=
"subpicker"
>
<text>
婚姻
</text>
<text>
{{
Marriagestr
}}
</text>
<picker
mode =
"selector"
range-key=
'Name'
:disabled=
"disabled"
:range=
"marriage"
@
change=
"changPicker($event,2)"
>
<view
style=
"display: flex;align-items: center;"
>
<text
style=
"color: #686868; font-size: 12px;"
>
{{
disabled
==
true
?
'无法修改'
:
'修改'
}}
</text>
<u-icon
size=
'32'
color=
'#999999'
name=
"arrow"
></u-icon>
</view>
</picker>
</view>
<view
class=
"subpicker"
>
<text>
房产
</text>
<text>
{{
HouseInfostr
}}
</text>
<picker
mode =
"selector"
range-key=
'Name'
:disabled=
"disabled"
:range=
"house"
@
change=
"changPicker($event,3)"
>
<view
style=
"display: flex;align-items: center;"
>
<text
style=
"color: #686868;font-size: 12px; "
>
{{
disabled
==
true
?
'无法修改'
:
'修改'
}}
</text>
<u-icon
size=
'32'
color=
'#999999'
name=
"arrow"
></u-icon>
</view>
</picker>
</view>
<view
class=
"popupbox_text"
style=
"margin-top: 10px;"
>
房产
</view>
<
!--
<
view
class=
"popupbox_text"
style=
"margin-top: 10px;"
>
房产
</view>
<view
class=
"popup_item"
>
<text
v-if=
'house.length==0'
style=
"width: 100%;display: flex;align-items: center;justify-content: center;color: #999999;"
>
暂无数据
</text>
...
...
@@ -124,20 +149,18 @@
</u-radio>
</u-radio-group>
</view>
<view
class=
"popupbox_text"
style=
"margin-top: 10px;"
>
车产
</view>
<view
class=
"popup_item"
style=
"margin-bottom: 10px;"
>
<text
v-if=
'car.length==0'
style=
"width: 100%;display: flex;align-items: center;justify-content: center;color: #999999;"
>
暂无数据
</text>
<u-radio-group
v-model=
"msg.CarInfo"
v-if=
'car.length>0'
>
<u-radio
shape=
"circle"
style=
'margin-bottom: 5px;'
v-for=
"(item, index) in car"
:disabled=
"true"
:key=
"index"
:name=
"item.Id"
:active-color=
'mainColor'
>
{{
item
.
Name
}}
</u-radio>
</u-radio-group>
</view>
-->
<view
class=
"subpicker"
>
<text>
车产
</text>
<text>
{{
CarInfostr
}}
</text>
<picker
mode =
"selector"
range-key=
'Name'
:disabled=
"disabled"
:range=
"car"
@
change=
"changPicker($event,4)"
>
<view
style=
"display: flex;align-items: center;"
>
<text
style=
"color: #686868;font-size: 12px; "
>
{{
disabled
==
true
?
'无法修改'
:
'修改'
}}
</text>
<u-icon
size=
'32'
color=
'#999999'
name=
"arrow"
></u-icon>
</view>
</picker>
</view>
</view>
...
...
@@ -206,7 +229,11 @@
HouseInfo
:
0
,
EducationType
:
0
,
Marriage
:
0
,
},
},
Educationstr
:
'无要求'
,
Marriagestr
:
'无要求'
,
HouseInfostr
:
'无要求'
,
CarInfostr
:
'无要求'
,
loadText
:
{
loadmore
:
"轻轻上拉,加载更多"
,
loading
:
"努力加载中"
,
...
...
@@ -225,7 +252,8 @@
marriage
:
[],
house
:
[],
car
:
[],
queryList
:
[],
//获取刷选的数据
queryList
:
[],
//获取刷选的数据
disabled
:
true
,
//true 不是会员
};
},
onLoad
(
options
)
{
...
...
@@ -273,11 +301,11 @@
},
methods
:
{
getmethod
(){
this
.
GetBaseInfoQueryList
()
//获取筛选数据
this
.
getEnumList
();
//学历
this
.
getMarriage
();
//婚姻
this
.
GetHouseList
()
//获取房屋枚举
this
.
GetCarList
()
//获取车辆枚举
//
this.getMarriage(); //婚姻
//
this.GetHouseList() //获取房屋枚举
//
this.GetCarList() //获取车辆枚举
},
GetBaseInfoQueryList
()
{
this
.
request2
({
...
...
@@ -308,7 +336,28 @@
this
.
msg
.
CarInfo
=
x
.
CarInfo
;
this
.
msg
.
HouseInfo
=
x
.
HouseInfo
;
this
.
msg
.
EducationType
=
x
.
EducationType
;
this
.
msg
.
Marriage
=
x
.
Marriage
;
this
.
msg
.
Marriage
=
x
.
Marriage
;
this
.
education
.
map
(
j
=>
{
if
(
j
.
Id
==
this
.
msg
.
EducationType
){
this
.
Educationstr
=
j
.
Name
}
})
this
.
marriage
.
map
(
j
=>
{
if
(
j
.
Id
==
this
.
msg
.
Marriage
){
this
.
Marriagestr
=
j
.
Name
}
})
this
.
house
.
map
(
j
=>
{
if
(
j
.
Id
==
this
.
msg
.
HouseInfo
){
this
.
HouseInfostr
=
j
.
Name
}
})
this
.
car
.
map
(
j
=>
{
if
(
j
.
Id
==
this
.
msg
.
CarInfo
){
this
.
CarInfostr
=
j
.
Name
}
})
this
.
ages
=
[
x
.
Age
,
x
.
EndAge
];
//年龄
this
.
Heights
=
[
x
.
Height
,
x
.
EndHeight
];
//身高
...
...
@@ -420,13 +469,14 @@
if
(
res
.
data
.
length
>
0
)
{
this
.
education
=
res
.
data
this
.
education
.
unshift
({
Name
:
'
不限
'
,
Name
:
'
无要求
'
,
'Id'
:
0
})
}
}
}
);
);
this
.
getMarriage
()
},
getMarriage
()
{
this
.
request2
({
...
...
@@ -438,13 +488,14 @@
if
(
res
.
data
.
length
>
0
)
{
this
.
marriage
=
res
.
data
this
.
marriage
.
unshift
({
Name
:
'
不限
'
,
Name
:
'
无要求
'
,
'Id'
:
0
})
}
}
}
);
);
this
.
GetHouseList
()
},
GetHouseList
()
{
this
.
request2
({
...
...
@@ -456,13 +507,14 @@
if
(
res
.
data
.
length
>
0
)
{
this
.
house
=
res
.
data
this
.
house
.
unshift
({
Name
:
'
不限
'
,
Name
:
'
无要求
'
,
'Id'
:
0
})
}
}
}
);
);
this
.
GetCarList
()
},
GetCarList
()
{
this
.
request2
({
...
...
@@ -474,13 +526,30 @@
if
(
res
.
data
.
length
>
0
)
{
this
.
car
=
res
.
data
this
.
car
.
unshift
({
Name
:
'
不限
'
,
Name
:
'
无要求
'
,
'Id'
:
0
})
}
}
}
);
);
this
.
GetBaseInfoQueryList
()
//获取筛选数据
},
changPicker
(
e
,
type
){
let
key
=
e
.
detail
.
value
if
(
type
==
1
){
this
.
msg
.
EducationType
=
this
.
education
[
key
].
Id
;
this
.
Educationstr
=
this
.
education
[
key
].
Name
;
}
else
if
(
type
==
2
){
this
.
msg
.
Marriage
=
this
.
marriage
[
key
].
Id
;
this
.
Marriagestr
=
this
.
marriage
[
key
].
Name
;
}
else
if
(
type
==
3
){
this
.
msg
.
HouseInfo
=
this
.
house
[
key
].
Id
;
this
.
HouseInfostr
=
this
.
house
[
key
].
Name
;
}
else
if
(
type
==
4
){
this
.
msg
.
CarInfo
=
this
.
car
[
key
].
Id
;
this
.
CarInfostr
=
this
.
car
[
key
].
Name
;
}
},
reloadUserinfo
()
{
this
.
u
=
uni
.
getStorageSync
(
"mall_UserInfo"
);
...
...
pages/blindDate/persondetails.vue
View file @
d93a6530
...
...
@@ -241,8 +241,8 @@
<view
class=
"pd-portrait"
>
<view
class=
"pd-portrait-l"
@
click=
"previewImage(0,[dataList.Photo])"
>
<u-avatar
v-if=
'dataList.Photo'
:src=
"dataList.Photo"
size=
"140"
></u-avatar>
<image
v-if=
"dataList.Sex==1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan.png"
style=
"width: 36rpx;height: 36rpx;position: absolute;right: 0;bottom: 0;"
></image>
<image
v-if=
"dataList.Sex==2"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv.png"
style=
"width: 36rpx;height: 36rpx;position: absolute;right: 0;bottom: 0;"
></image>
<image
v-if=
"dataList.Sex==1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan
2
.png"
style=
"width: 36rpx;height: 36rpx;position: absolute;right: 0;bottom: 0;"
></image>
<image
v-if=
"dataList.Sex==2"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv
2
.png"
style=
"width: 36rpx;height: 36rpx;position: absolute;right: 0;bottom: 0;"
></image>
</view>
<view
class=
"pd-portrait-c"
>
<view
class=
"pd-portrait-ct"
>
...
...
pages/blindDate/postDetails.vue
View file @
d93a6530
...
...
@@ -351,8 +351,8 @@
<view
class=
"details-info-l"
>
<view
style=
"width: 35px;height: 35px;border-radius: 50%;position: relative;"
@
click
.
native
.
stop=
"goUserinfo(details)"
>
<u-avatar
:src=
"details.Photo"
size=
"70"
></u-avatar>
<image
class=
"gstyle"
v-if=
"details.Sex==1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan
-b
.png"
></image>
<image
class=
"gstyle"
v-if=
"details.Sex==2"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv
-b
.png"
></image>
<image
class=
"gstyle"
v-if=
"details.Sex==1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan
2
.png"
></image>
<image
class=
"gstyle"
v-if=
"details.Sex==2"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv
2
.png"
></image>
</view>
<view
class=
"details-info-c"
>
<view
style=
"width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 14px;color: #111111;font-weight: bold;"
>
{{
details
.
UserName
}}
</view>
...
...
@@ -427,8 +427,8 @@
<view
style=
"display: flex;align-items: center;"
>
<view
style=
"width: 30px;height: 30px;border-radius: 50%;position: relative;"
@
click
.
native
.
stop=
"goUserinfo(x)"
>
<u-avatar
:src=
"x.Photo"
size=
"60"
></u-avatar>
<image
class=
"gstyle"
v-if=
"x.Sex==1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan
-b
.png"
></image>
<image
class=
"gstyle"
v-if=
"x.Sex==2"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv
-b
.png"
></image>
<image
class=
"gstyle"
v-if=
"x.Sex==1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan
2
.png"
></image>
<image
class=
"gstyle"
v-if=
"x.Sex==2"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv
2
.png"
></image>
</view>
<view
class=
"pl-top-name"
@
click
.
native
.
stop=
"goUserinfo(x)"
>
{{
x
.
UserName
}}
</view>
</view>
...
...
@@ -528,8 +528,8 @@
<view
style=
"display: flex;align-items: center;"
>
<view
style=
"width: 30px;height: 30px;border-radius: 50%;position: relative;"
@
click
.
native
.
stop=
"goUserinfo(twodata)"
>
<u-avatar
:src=
"twodata.Photo"
size=
"60"
></u-avatar>
<image
class=
"gstyle"
v-if=
"twodata.Sex==1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan
-b
.png"
></image>
<image
class=
"gstyle"
v-if=
"twodata.Sex==2"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv
-b
.png"
></image>
<image
class=
"gstyle"
v-if=
"twodata.Sex==1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan
2
.png"
></image>
<image
class=
"gstyle"
v-if=
"twodata.Sex==2"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv
2
.png"
></image>
</view>
<view
class=
"pl-top-name"
@
click
.
native
.
stop=
"goUserinfo(twodata)"
>
{{
twodata
.
UserName
}}
</view>
</view>
...
...
@@ -556,8 +556,8 @@
<view
style=
"width: 30px;height: 30px;border-radius: 50%;position: relative;"
@
click
.
native
.
stop=
"goUserinfo(x)"
>
<u-avatar
:src=
"x.Photo"
size=
"60"
></u-avatar>
<image
class=
"gstyle"
v-if=
"x.Sex==1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan
-b
.png"
></image>
<image
class=
"gstyle"
v-if=
"x.Sex==2"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv
-b
.png"
></image>
<image
class=
"gstyle"
v-if=
"x.Sex==1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan
2
.png"
></image>
<image
class=
"gstyle"
v-if=
"x.Sex==2"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv
2
.png"
></image>
</view>
<view
class=
"pl-top-name"
@
click
.
native
.
stop=
"goUserinfo(x)"
>
{{
x
.
UserName
}}
</view>
</view>
...
...
pages/blindDate/postbar.vue
View file @
d93a6530
...
...
@@ -34,10 +34,10 @@
<image
:src=
"x.Photo"
style=
"width: 100%;height: 100%;border-radius: 15px;"
>
</image>
<image
class=
"gstyle"
v-if=
"x.Sex==1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan
-b
.png"
>
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan
2
.png"
>
</image>
<image
class=
"gstyle"
v-if=
"x.Sex==2"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv
-b
.png"
>
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv
2
.png"
>
</image>
</view>
<view
style=
"width: 170rpx; margin-left: 20rpx;"
>
...
...
pages/blindDate/visitor.vue
View file @
d93a6530
...
...
@@ -48,8 +48,8 @@
<view
class=
"subItemBox"
@
click=
"goUserinfo(subItem)"
>
<view
class=
"avaBox"
>
<image
class=
"avatar"
:src=
"subItem.Photo"
></image>
<image
class=
"sex"
v-if=
"subItem.Sex==1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan.png"
></image>
<image
class=
"sex"
v-if=
"subItem.Sex==2"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv.png"
></image>
<image
class=
"sex"
v-if=
"subItem.Sex==1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan
2
.png"
></image>
<image
class=
"sex"
v-if=
"subItem.Sex==2"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv
2
.png"
></image>
</view>
<view
class=
"rightBox"
>
...
...
pages/user-center/components/blinddate-user.vue
View file @
d93a6530
...
...
@@ -17,8 +17,8 @@
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
<view
style=
"width: 140rpx;height: 140rpx;position: relative;margin-left: 50rpx;"
>
<u-avatar
:src=
"user_info.avatar"
size=
"140"
></u-avatar>
<image
v-if=
"user_info.Sex==1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan.png"
style=
"width: 32rpx;height: 32rpx;position: absolute;right: 0px;bottom: 0;"
></image>
<image
v-if=
"user_info.Sex==2"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv.png"
style=
"width: 32rpx;height: 32rpx;position: absolute;right: 0px;bottom: 0;"
></image>
<image
v-if=
"user_info.Sex==1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan
2
.png"
style=
"width: 32rpx;height: 32rpx;position: absolute;right: 0px;bottom: 0;"
></image>
<image
v-if=
"user_info.Sex==2"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv
2
.png"
style=
"width: 32rpx;height: 32rpx;position: absolute;right: 0px;bottom: 0;"
></image>
</view>
<view
style=
"display: flex;flex-direction: column;justify-content: center;max-height: 70px;margin-left: 20rpx"
>
...
...
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