去掉退出登录的取消按钮

This commit is contained in:
zoujiandong 2025-11-14 14:03:09 +08:00
parent 38d13d33ce
commit 7c46a3487a

View File

@ -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) {