浏览代码

commit -m

zhengjinyi 4 年之前
父节点
当前提交
85f50ac6cc
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      pages/authorization/authorization.vue

+ 4 - 3
pages/authorization/authorization.vue

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