微信小程序提醒并延迟跳转

wx.showToast({
    title: "成功修改",
    icon: 'none'
})
wx.clearStorage();
setTimeout(function() {
    wx.reLaunch({
       url: '/pages/login/login',
    })
}, 2000)
发布了264 篇原创文章 · 获赞 98 · 访问量 87万+

猜你喜欢

转载自blog.csdn.net/lengyue1084/article/details/104701569
今日推荐