feat: 售后信息接口对接

This commit is contained in:
2025-08-31 23:59:51 +08:00
parent 9e87dfee1b
commit eb2b24ebac
8 changed files with 1741 additions and 923 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ function request(options) {
}
} else {
uni.showToast({
title: data.msg,
title: data.msg || "系统错误,请稍后再试",
icon: 'none', // 可选 success/loading/none
duration: 2000, // 持续时长,单位ms
});