Commit 2252d965 authored by 罗超's avatar 罗超

1

parent 21259d77
...@@ -53,6 +53,13 @@ ...@@ -53,6 +53,13 @@
</view> </view>
</view> </view>
</view> </view>
<view class="choosetype">
</view>
<view class="fabuBtn" @click="jumpfabu">
发布
</view>
</view> </view>
</template> </template>
...@@ -88,7 +95,12 @@ ...@@ -88,7 +95,12 @@
uni.navigateTo({ uni.navigateTo({
url:"/pages/blindDate/persondetails?UserId="+item.CreateById url:"/pages/blindDate/persondetails?UserId="+item.CreateById
}) })
} },
jumpfabu(){
uni.navigateTo({
url:"/pages/blindDate/releasePosts"
})
},
}, },
mounted() { mounted() {
this.mainColor = this.$uiConfig.mainColor; this.mainColor = this.$uiConfig.mainColor;
...@@ -181,5 +193,27 @@ ...@@ -181,5 +193,27 @@
.list-item-img{ .list-item-img{
width: 100%; 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> </style>
This diff is collapsed.
...@@ -254,12 +254,6 @@ ...@@ -254,12 +254,6 @@
></orderPopup> ></orderPopup>
</view> </view>
</view> </view>
<!-- 发布按钮 -->
<view v-if="AppletID==11">
<view class="fabuBtn" @click="jumpfabu">
发布
</view>
</view>
</view> </view>
</template> </template>
...@@ -1547,11 +1541,6 @@ export default { ...@@ -1547,11 +1541,6 @@ export default {
//选择取消地址 //选择取消地址
this.$refs.city[0].getPickcar(Name); this.$refs.city[0].getPickcar(Name);
}, },
jumpfabu(){
uni.navigateTo({
url:"/pages/blindDate/releasePosts"
})
},
yj() { yj() {
uni.navigateTo({ uni.navigateTo({
// url: '/pages/blindDate/persondetails?UserId=123978' // url: '/pages/blindDate/persondetails?UserId=123978'
...@@ -1650,19 +1639,5 @@ export default { ...@@ -1650,19 +1639,5 @@ export default {
font-size: 36rpx; font-size: 36rpx;
color: #8f8f94; color: #8f8f94;
} */ } */
.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> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment