联调接口

This commit is contained in:
xuli3099
2025-08-12 13:43:21 +08:00
parent 74596473ab
commit f5717959ae
15 changed files with 293 additions and 114 deletions

View File

@@ -20,7 +20,7 @@ export const showToast = (msg, icon = 'none', mask = false) => {
* @param title
* @returns
*/
export const showAlert = (content, title = '提示',showCancel=true,succFun) => {
export const showAlert = (content, title = '提示',showCancel=false,succFun) => {
return uni.showModal({
title: title,
content: content,