对接公告以及详情接口

This commit is contained in:
zhouyanli
2026-04-23 11:30:54 +08:00
parent 057758772e
commit 347917e40a
6 changed files with 235 additions and 401 deletions

View File

@@ -68,6 +68,7 @@ export default function request(url, data = {}, method = "GET") {
},
fail: (err) => {
uni.hideLoading(); // 关闭加载提示
const errMsg = err.msg || '网络请求失败';
uni.showToast({ title: errMsg, icon: "none", duration: 2000 });
reject(err);
}