zhengjinyi 4 tahun lalu
induk
melakukan
85f50ac6cc
1 mengubah file dengan 4 tambahan dan 3 penghapusan
  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)
 				}
 			})
 		},