代码拉取完成,页面将自动刷新
<script>
export default {
mounted() {
// uni.setTabBarItem({
// index: 2,
// text: '对话',
// iconPath: 'static/i1.png',
// selectedIconPath: 'static/i2.png'
// })
},
onLaunch: function() { //APP 初始化完成
uni.onTabBarMidButtonTap(function(e){
console.log("点击了")
uni.navigateTo({
url:"/pages/jiandang4/jiandang4"
})
})
console.log('App Launch')
},
}
</script>
<style lang="scss">
@import "colorui/main.css";
@import "colorui/icon.css";
.all_btn{
height:88rpx;
background:#4185F5;
border-radius:10rpx;
font-size:34rpx !important;
font-family:PingFang SC !important;
font-weight:500 !important;
color:rgba(255,255,255,1) !important;
display: flex;
justify-content: center !important;
align-items: center !important;
}
uni-swiper .uni-swiper-dot-active{
background-color: #6fa6ee;
width: 28rpx;
height: 16rpx;
border-radius: 20rpx;
}
page{
background: #FFFFFF;
}
</style>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。