Commit 89a8ced8 by liangjianmin

调整操作成功提示的持续时间,从2000ms增加至2500ms,以改善用户体验

parent c98d8cb6
Showing with 1 additions and 1 deletions
...@@ -364,7 +364,7 @@ ...@@ -364,7 +364,7 @@
uni.showToast({ uni.showToast({
title: '操作成功', title: '操作成功',
icon: 'success', icon: 'success',
duration: 2000, duration: 2500,
mask: true mask: true
}); });
setTimeout(() => { setTimeout(() => {
......
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 sign in to comment