84669 人が学習中
152542 人が学習中
20005 人が学習中
5487 人が学習中
7821 人が学習中
359900 人が学習中
3350 人が学習中
180660 人が学習中
48569 人が学習中
18603 人が学習中
40936 人が学習中
1549 人が学習中
1183 人が学習中
32909 人が学習中
loginBtnClick : function () {
app.globalData.userinfo = {
ユーザー名: this.data.username、パスワード: this.data.password
}
console.log(app.globalData.userinfo)
wx.redirectTo({
url: '../index/index',
})
#
wx.navigateTo/wx.redirectTo は、tabBar 以外のページにジャンプする場合にのみ使用できます。tabBar ページにジャンプするには、wx.switchTab を使用する必要があります。
wx.navigateTo/wx.redirectTo は、tabBar 以外のページにジャンプする場合にのみ使用できます。tabBar ページにジャンプするには、wx.switchTab を使用する必要があります。