@@ -70,11 +70,12 @@ export default {
_that.checkedUser()
},
fail(err) {
- uni.showToast({
- title: err
- })
+ _that.$util.msg(err, 2000)
}
})
+ },
+ fail() {
+ _that.$util.msg('授权失败', 2000)