Commit 82302030 authored by yzl's avatar yzl

修改添加界面bug

parent bdbcddd0
...@@ -284,8 +284,7 @@ ...@@ -284,8 +284,7 @@
notification.success({ notification.success({
message: '问题反馈成功', message: '问题反馈成功',
description: description:
'我们将会对您的问题进行处理,页面会将在3秒后跳转到首页', '我们将会对您的问题进行处理,页面将在3秒后跳转到首页',
duration: 3
}); });
setTimeout(() => { setTimeout(() => {
...@@ -296,7 +295,7 @@ ...@@ -296,7 +295,7 @@
notification.success({ notification.success({
message: '问题反馈失败', message: '问题反馈失败',
description: description:
'请重新提交相关信息', '请重新提交相关信息',
}); });
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment