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
8d36ff6f
Commit
8d36ff6f
authored
Apr 24, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式问题 相亲
parent
69bcbc56
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
40 additions
and
33 deletions
+40
-33
index.vue
components/gridnav/index.vue
+2
-2
circleNews.vue
pages/blindDate/circleNews.vue
+2
-2
editData.vue
pages/blindDate/editData.vue
+24
-22
persondetails.vue
pages/blindDate/persondetails.vue
+2
-2
postPublishing.vue
pages/blindDate/postPublishing.vue
+3
-3
visitor.vue
pages/blindDate/visitor.vue
+7
-2
No files found.
components/gridnav/index.vue
View file @
8d36ff6f
...
...
@@ -18,10 +18,10 @@
mode=
"widthFix"
style=
"width: 90rpx; height: 90rpx;"
/>
<text
:style=
"
{'color':navs.color}" style="font-size:26rpx;margin-top:
2
0rpx;">
{{
c
.
name
}}
</text>
<text
:style=
"
{'color':navs.color}" style="font-size:26rpx;margin-top:
1
0rpx;">
{{
c
.
name
}}
</text>
</u-grid-item>
</u-grid>
</view>
</view>
</swiper-item>
</swiper>
</div>
...
...
pages/blindDate/circleNews.vue
View file @
8d36ff6f
...
...
@@ -9,7 +9,7 @@
:style=
"
{ height: '100%' }">
<view
class=
"ftBox"
v-if=
"type==1"
>
<view
class=
"interDList"
v-for=
"(x, i) in g"
:key=
"i"
>
<view
class=
"box-top"
>
<view
class=
"box-top"
@
click=
"goUserinfo(x)"
>
<view
class=
"box-top-l"
>
<u-avatar
:src=
"x.Photo"
size=
"80"
></u-avatar>
<image
class=
"gstyle"
v-if=
"x.Sex==1"
...
...
@@ -67,7 +67,7 @@
</view>
<view
class=
"ftBox"
v-if=
"type==2"
>
<view
class=
"interDList"
v-for=
"(x, i) in g"
:key=
"i"
>
<view
class=
"box-top"
>
<view
class=
"box-top"
@
click=
"goUserinfo(x)"
>
<view
class=
"box-top-l"
>
<u-avatar
:src=
"x.Photo"
size=
"80"
></u-avatar>
<image
class=
"gstyle"
v-if=
"x.Sex==1"
...
...
pages/blindDate/editData.vue
View file @
8d36ff6f
...
...
@@ -338,28 +338,30 @@
field
:
"HopeYou"
,
placehloder
:
"希望心中的TA是一个什么样的人"
,
type
:
3
},{
name
:
"约会档期"
,
tip2
:
"(方便约见的时间和地点)"
,
field
:
""
,
// placehloder:"希望心中的TA是一个什么样的人",
type
:
2
,
childDataList
:[{
name
:
"时间"
,
field
:
"Appointment"
,
placehloder
:
"请选择约见的时间"
,
subType
:
2
,
array
:[],
mode
:
"date"
},{
name
:
"地点"
,
field
:
"AppointmentAddress"
,
placehloder
:
"请填写方便的地点"
,
subType
:
1
,
showType
:
"text"
},
]
},{
},
// {
// name:"约会档期",
// tip2:"(方便约见的时间和地点)",
// field:"",
// // placehloder:"希望心中的TA是一个什么样的人",
// type:2,
// childDataList:[{
// name:"时间",
// field:"Appointment",
// placehloder:"请选择约见的时间",
// subType:2,
// array:[],
// mode:"date"
// },{
// name:"地点",
// field:"AppointmentAddress",
// placehloder:"请填写方便的地点",
// subType:1,
// showType:"text"
// },
// ]
// },
{
name
:
"活动区域"
,
field
:
"ActivityRegion"
,
placehloder
:
"自己最近的活动区域"
,
...
...
pages/blindDate/persondetails.vue
View file @
8d36ff6f
...
...
@@ -440,11 +440,11 @@
<rich-text
v-if=
"dataList.HopeYou!=''"
:nodes=
"dataList.HopeYou"
style=
"font-size: 12px;color: #000;"
></rich-text>
</u-read-more>
</view>
<view
class=
"pd-title"
>
约会档期
</view>
<
!--
<
view
class=
"pd-title"
>
约会档期
</view>
<view
class=
"pd-abouthim"
>
<view>
时间:
{{
dataList
.
Appointment
!=
''
?
dataList
.
Appointment
:
'无'
}}
</view>
<view
style=
"margin-top: 5px;"
>
地点:
{{
dataList
.
AppointmentAddress
!=
''
?
dataList
.
AppointmentAddress
:
'无'
}}
</view>
</view>
</view>
-->
<view
style=
"font-size: 17px;color:#111111;font-weight: bold;margin-top: 10px;"
v-if=
"mall_UserInfo.UserId == dataList.Id"
>
身份证正反面
</view>
<view
class=
"sfz"
v-if=
"mall_UserInfo.UserId == dataList.Id"
>
<view>
...
...
pages/blindDate/postPublishing.vue
View file @
8d36ff6f
...
...
@@ -307,7 +307,7 @@ export default {
day
:
true
,
hour
:
true
,
minute
:
true
,
second
:
tru
e
second
:
fals
e
},
kqlist
:[{
id
:
1
,
name
:
'开启'
},{
id
:
2
,
name
:
'不开启'
}],
ForumName
:
''
,
...
...
@@ -419,7 +419,7 @@ export default {
this
.
addMsg
.
ImageList
.
push
(
r
.
data
);
},
confirm
(
val
){
let
time
=
val
.
year
+
'-'
+
val
.
month
+
'-'
+
val
.
day
+
' '
+
val
.
hour
+
':'
+
val
.
minute
+
':'
+
val
.
second
;
let
time
=
val
.
year
+
'-'
+
val
.
month
+
'-'
+
val
.
day
+
' '
+
val
.
hour
+
':'
+
val
.
minute
;
if
((
new
Date
()).
getTime
()
>=
(
new
Date
(
time
)).
getTime
()){
uni
.
showToast
({
title
:
'时间需要大于当前时间'
,
...
...
@@ -499,7 +499,7 @@ export default {
let
beforePage
=
pages
[
pages
.
length
-
2
];
// 前一个页面
uni
.
showLoading
({
title
:
'发布中~'
})
})
this
.
request2
(
{
url
:
'/api/AppletMiai/SetActivityInfo'
,
...
...
pages/blindDate/visitor.vue
View file @
8d36ff6f
...
...
@@ -45,7 +45,7 @@
{{
item
.
date
.
slice
(
0
,
10
)
}}
</view>
<view
v-if=
"item.list"
v-for=
"(subItem,subIndex) in item.list"
:key=
"subIndex"
>
<view
class=
"subItemBox"
>
<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>
...
...
@@ -203,7 +203,12 @@
}
}
);
}
},
goUserinfo
(
x
){
uni
.
navigateTo
({
url
:
'/pages/blindDate/persondetails?UserId='
+
x
.
UserId
});
},
},
created
()
{
this
.
mainColor
=
this
.
$uiConfig
.
mainColor
;
...
...
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