loginBtnClick : function () {
app.globalData.userinfo = {
username: this.data.username, password: this.data.password
}
console.log(app.globalData.userinfo)
wx.redirectTo({
url: '../index/index',
})
},
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
wx.navigateTo/wx.redirectTo只能用在非tabBar页面的跳转,要跳转到tabBar页面,需要使用wx.switchTab