mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
改成5秒
Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
parent
2da9597ad5
commit
91f9e38eb5
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user