优化上报弹出提示

This commit is contained in:
小朱 2025-04-18 18:07:48 +08:00
parent b362c2ff2f
commit a8756dfb1b

View File

@ -297,12 +297,14 @@
uni.showToast({
title: '提交成功',
icon: 'success',
duration: 2000
duration: 2000,
complete: function() {
//
uni.switchTab({
url: "/pages/user/mine/MePage"
});
}
});
//
uni.switchTab({
url: "/pages/user/mine/MePage"
})
} else {
uni.showToast({
title: '操作失败',