• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

微信小程序-导航

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

 

 

wxml
<view class="content">
<view class="loginTitle" style=\'height:80rpx\'>
<view class="{{currentTab==0?\'select\':\'default\'}}" data-current="0" bindtap="switchNav">登录</view>
<view class="{{currentTab==1?\'select\':\'default\'}}" data-current="1" bindtap="switchNav">注册</view>
</view>
<view class=\'hr\'></view>
<swiper current="{{currentTab}}" style=\'height:{{winHeight}}rpx\'>
<swiper-item>1
</swiper-item>
<swiper-item>2
</swiper-item>
</swiper>
 
js
const app=getApp();
Page({
/**
* 页面的初始数据
*/
data: {
// 当前标签 登录/注册
currentTab: 0,
// 宽高
winWidth: 0,
winHeight: 0
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {

this.setData({
winWidth: app.globalData.winWidth,
winHeight: app.globalData.winHeight,
});
console.log("h:" + this.data.winHeight + " w:" + this.data.winWidth) ;
},
// 导航
switchNav: function (e) {
var page = this;
if (this.data.currentTab == e.target.dataset.current) {
return false;
} else {
page.setData({ currentTab: e.target.dataset.current });
}
console.log(page.data.currentTab)
},
css


.loginTitle {
display: flex;
flex-direction: row;
width: 100%;
 
height: 130rpx;
top: 0rpx;
z-index: 1;
}

.select {
font-size: 35rpx;
color: rgb(51, 165, 38);
width: 50%;
text-align: center;
height: 45px;
line-height: 45px;
border-bottom: 5rpx solid rgb(51, 165, 38);
}

.default {
font-size: 35rpx;
margin: 0 auto;
padding: 15px;
}

.hr {
border: lpx solid#cccccc;
opacity: 0.2;
}

鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
小程序 组件通信发布时间:2022-07-18
下一篇:
微信小程序:WXSS 样式发布时间:2022-07-18
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap