feat(feedback): 实现反馈表单提交功能并清空表单数据

在反馈页面中,新增了表单提交功能,用户提交反馈后,表单数据将被清空。同时,处理了提交成功和失败的场景,并显示相应的提示信息。
This commit is contained in:
8vd8
2025-05-06 14:04:50 +08:00
parent 1f264393b9
commit 28c61385da
8 changed files with 402 additions and 339 deletions
+2 -2
View File
@@ -6874,9 +6874,9 @@ function initOnError() {
};
}
function initRuntimeSocketService() {
const hosts = "127.0.0.1,192.168.10.22,10.8.0.5";
const hosts = "127.0.0.1,192.168.10.9";
const port = "8090";
const id = "mp-weixin_PMV8-V";
const id = "mp-weixin_F5FmSr";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();