feat(feedback): 实现反馈表单提交功能并清空表单数据
在反馈页面中,新增了表单提交功能,用户提交反馈后,表单数据将被清空。同时,处理了提交成功和失败的场景,并显示相应的提示信息。
This commit is contained in:
+2
-2
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user