对接问卷调查、投诉建议接口

This commit is contained in:
zhouyanli
2026-05-11 17:29:57 +08:00
parent 10505e8000
commit 78c69cdb10
20 changed files with 1143 additions and 1531 deletions

View File

@@ -181,7 +181,7 @@
}
}).catch(err => {
uni.showToast({
title: err.msg,
title: err.msg || '网络异常',
icon: 'error'
});
})
@@ -223,7 +223,7 @@
}
}).catch((err) => {
uni.showToast({
title: err.msg,
title: err.msg || '网络异常',
icon: 'error'
});
})