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

1

parent 21259d77
......@@ -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>
This diff is collapsed.
......@@ -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: 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>
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