5***@qq.com
5***@qq.com
  • 发布:2022-01-07 09:32
  • 更新:2023-12-29 14:39
  • 阅读:505

求助android4.4.4 pda uni.showLoading uni.showToast无效,是什么问题呢?

分类:uni-app

android4.4.4 pda uni.showLoading uni.showToast等无效

uni.showLoading({
mask:true,
title: "登录中"
})
this.login(this.loginParam).then(res => {
uni.reLaunch({
url: "/pages/index/index",
})
}).catch(err => {
// this.errMsg = err;
// this.$refs['toast'].show()
uni.showToast({
title: '用户名或密码错误',
duration: 2000,
icon: 'none'
})
this.removeLocalAll();
}).finally(() => {
uni.hideLoading()
})

2022-01-07 09:32 负责人:无 分享
已邀请:
1***@qq.com

1***@qq.com

解决了吗

要回复问题请先登录注册