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
2252d965
Commit
2252d965
authored
Aug 25, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
21259d77
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
548 additions
and
40 deletions
+548
-40
index.vue
components/pubu/index.vue
+36
-2
releasePosts.vue
pages/blindDate/releasePosts.vue
+511
-12
index.vue
pages/index/index.vue
+1
-26
No files found.
components/pubu/index.vue
View file @
2252d965
...
...
@@ -53,6 +53,13 @@
</view>
</view>
</view>
<view
class=
"choosetype"
>
</view>
<view
class=
"fabuBtn"
@
click=
"jumpfabu"
>
发布
</view>
</view>
</
template
>
...
...
@@ -88,7 +95,12 @@
uni
.
navigateTo
({
url
:
"/pages/blindDate/persondetails?UserId="
+
item
.
CreateById
})
}
},
jumpfabu
(){
uni
.
navigateTo
({
url
:
"/pages/blindDate/releasePosts"
})
},
},
mounted
()
{
this
.
mainColor
=
this
.
$uiConfig
.
mainColor
;
...
...
@@ -181,5 +193,27 @@
.list-item-img
{
width
:
100%
;
}
.choosetype
{
position
:
fixed
;
right
:
30rpx
;
bottom
:
190rpx
;
width
:
480rpx
;
height
:
100rpx
;
border-radius
:
50rpx
;
}
.fabuBtn
{
position
:
fixed
;
right
:
30rpx
;
bottom
:
130rpx
;
width
:
100rpx
;
height
:
100rpx
;
background-color
:
#00C6C1
;
border-radius
:
50%
;
text-align
:
center
;
line-height
:
99rpx
;
font-size
:
32rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#FFFFFF
;
}
</
style
>
pages/blindDate/releasePosts.vue
View file @
2252d965
This diff is collapsed.
Click to expand it.
pages/index/index.vue
View file @
2252d965
...
...
@@ -254,12 +254,6 @@
></orderPopup>
</view>
</view>
<!-- 发布按钮 -->
<view
v-if=
"AppletID==11"
>
<view
class=
"fabuBtn"
@
click=
"jumpfabu"
>
发布
</view>
</view>
</view>
</template>
...
...
@@ -1547,11 +1541,6 @@ export default {
//选择取消地址
this
.
$refs
.
city
[
0
].
getPickcar
(
Name
);
},
jumpfabu
(){
uni
.
navigateTo
({
url
:
"/pages/blindDate/releasePosts"
})
},
yj
()
{
uni
.
navigateTo
({
// url: '/pages/blindDate/persondetails?UserId=123978'
...
...
@@ -1650,19 +1639,5 @@ export default {
font-size: 36rpx;
color: #8f8f94;
} */
.fabuBtn
{
position
:
fixed
;
right
:
30
rpx
;
bottom
:
130
rpx
;
width
:
100
rpx
;
height
:
100
rpx
;
background-color
:
#00C6C1
;
border-radius
:
50%
;
text-align
:
center
;
line-height
:
99
rpx
;
font-size
:
32
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#FFFFFF
;
}
</
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