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
5459131e
Commit
5459131e
authored
Mar 29, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4d02ad0f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
15 deletions
+26
-15
persondetails.vue
pages/blindDate/persondetails.vue
+15
-6
postbar.vue
pages/blindDate/postbar.vue
+1
-1
index.vue
pages/index/index.vue
+10
-8
No files found.
pages/blindDate/persondetails.vue
View file @
5459131e
...
@@ -152,13 +152,26 @@
...
@@ -152,13 +152,26 @@
justify-content
:
center
;
justify-content
:
center
;
}
}
.bwytBtn
{
.bwytBtn
{
position
:
fixed
;
right
:
20
rpx
;
bottom
:
140
rpx
;
z-index
:
50
;
font-size
:
16
rpx
;
border-radius
:
50%
;
color
:
#FFFFFF
;
width
:
42px
;
height
:
42px
;
text-align
:
center
;
vertical-align
:
middle
;
background-color
:
#40766E
;
padding
:
5
rpx
;
}
}
</
style
>
</
style
>
<
template
>
<
template
>
<scroll-view
:scroll-y=
"true"
@
scroll=
"scrollHandler"
@
scrolltoupper=
"scrollTopHandler"
style=
"height: 100vh;position: relative;"
>
<scroll-view
:scroll-y=
"true"
@
scroll=
"scrollHandler"
@
scrolltoupper=
"scrollTopHandler"
style=
"height: 100vh;position: relative;"
>
<button
open-type=
"contact"
:send-message-title=
"dataList.Name"
:send-message-path=
"path"
:send-message-img=
"dataList.Photo"
:show-message-card=
"true"
class=
"bwytBtn"
>
帮我约TA
</button>
<view
class=
"persondetails"
>
<view
class=
"persondetails"
>
<button
open-type=
"contact"
send-message-title=
"dataList.Name"
:send-message-path=
"path"
:send-message-img=
"dataList.Photo"
:show-message-card=
"true"
class=
"bwytBtn"
>
帮我
<br/>
约TA
</button>
<view
class=
"headStatus"
v-if=
"scrollTop > 50"
:style=
"[headStyle,
<view
class=
"headStatus"
v-if=
"scrollTop > 50"
:style=
"[headStyle,
{
{
zIndex: scrollTop
<
10
?
'
unset
'
:
2
,
zIndex: scrollTop
<
10
?
'
unset
'
:
2
,
...
@@ -442,10 +455,6 @@
...
@@ -442,10 +455,6 @@
url
:
'/pages/blindDate/basicdata'
url
:
'/pages/blindDate/basicdata'
})
})
},
},
// 帮我约ta
yueta
(){
}
}
}
}
}
</
script
>
</
script
>
...
...
pages/blindDate/postbar.vue
View file @
5459131e
...
@@ -436,7 +436,7 @@
...
@@ -436,7 +436,7 @@
border-radius
:
21px
;
border-radius
:
21px
;
position
:
fixed
;
position
:
fixed
;
right
:
20
rpx
;
right
:
20
rpx
;
bottom
:
1
7
0
rpx
;
bottom
:
1
4
0
rpx
;
background
:
#40766E
;
background
:
#40766E
;
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
...
...
pages/index/index.vue
View file @
5459131e
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<u-icon
name=
"arrow-left"
size=
"44"
></u-icon>
<u-icon
name=
"arrow-left"
size=
"44"
></u-icon>
</view>
</view>
</view>
</view>
<
view
@
click=
'yj'
style=
"width: 200px;height: 50px;"
>
活动
</view
>
<
!--
<view
@
click=
'yj'
style=
"width: 200px;height: 50px;"
>
活动
</view>
--
>
<u-tabs
v-if=
"myPageData.home_pages && myPageData.home_pages.navs.length > 1"
name=
"name"
:list=
"myPageData.home_pages.navs"
<u-tabs
v-if=
"myPageData.home_pages && myPageData.home_pages.navs.length > 1"
name=
"name"
:list=
"myPageData.home_pages.navs"
:is-scroll=
"true"
:active-color=
"mainColor"
:current=
"active"
:bar-width=
"80"
:font-size=
"32"
:bold=
"false"
@
change=
"changeHandler"
></u-tabs>
:is-scroll=
"true"
:active-color=
"mainColor"
:current=
"active"
:bar-width=
"80"
:font-size=
"32"
:bold=
"false"
@
change=
"changeHandler"
></u-tabs>
<template
v-for=
"(item, i) in myPageData.home_pages.navs"
>
<template
v-for=
"(item, i) in myPageData.home_pages.navs"
>
...
@@ -725,6 +725,8 @@
...
@@ -725,6 +725,8 @@
console
.
log
(
e
)
console
.
log
(
e
)
}
}
uni
.
navigateTo
({
url
:
"/pages/reserve/goodsDetails?GoodsId="
+
that
.
GoodsId
});
uni
.
navigateTo
({
url
:
"/pages/reserve/goodsDetails?GoodsId="
+
that
.
GoodsId
});
}
else
if
(
that
.
JumpType
==
11
){
uni
.
navigateTo
({
url
:
"/pages/blindDate/persondetails?UserId="
+
that
.
GoodsId
});
}
}
},
500
);
},
500
);
...
@@ -1132,12 +1134,12 @@
...
@@ -1132,12 +1134,12 @@
this
.
$refs
.
city
[
0
].
getPickcar
(
Name
)
this
.
$refs
.
city
[
0
].
getPickcar
(
Name
)
},
},
yj
(){
//
yj(){
uni
.
navigateTo
({
//
uni.navigateTo({
url
:
'/pages/blindDate/userList
'
// url: '/pages/blindDate/editData
'
// url: '/pages/kotra/carrier/list'
//
// url: '/pages/kotra/carrier/list'
})
//
})
}
//
}
},
},
};
};
</
script
>
</
script
>
...
...
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