去掉退出登录的取消按钮
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user