去掉退出登录的取消按钮
This commit is contained in:
parent
38d13d33ce
commit
7c46a3487a
2
App.vue
2
App.vue
@ -61,6 +61,7 @@
|
||||
if (ret.code == 0) {
|
||||
uni.showModal({
|
||||
title: '提示',
|
||||
showCancel: false,
|
||||
content: '您已退出登录!',
|
||||
success: function (res) {
|
||||
if (res.confirm) {
|
||||
@ -83,6 +84,7 @@
|
||||
if(!checkTokenCallBackFlag){
|
||||
uni.showModal({
|
||||
title: '提示',
|
||||
showCancel: false,
|
||||
content: '您已退出登录',
|
||||
success: function (res) {
|
||||
if (res.confirm) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user