改成5秒

Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
java110 2025-01-14 02:32:31 +00:00 committed by Gitee
parent 2da9597ad5
commit 91f9e38eb5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -400,7 +400,7 @@ export function authOwner(_data) {
wx.showToast({ wx.showToast({
title: _json.msg, title: _json.msg,
icon: 'none', icon: 'none',
duration: 2000 duration: 5000
}); });
if (_json.code != 0) { if (_json.code != 0) {
reject(_json.msg); reject(_json.msg);