mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-22 06:58:24 +00:00
修正面板请求时的错误提示
This commit is contained in:
parent
c5367f30fd
commit
d0c2d1df16
@ -76,7 +76,7 @@ export default class ProfileReq extends Base {
|
||||
// 若3秒后还未响应则返回提示
|
||||
setTimeout(() => {
|
||||
if (self._isReq) {
|
||||
this.e.msg(`开始获取uid:${uid}的数据,可能会需要一定时间~`)
|
||||
this.e.reply(`开始获取uid:${uid}的数据,可能会需要一定时间~`)
|
||||
}
|
||||
}, 2000)
|
||||
// 发起请求
|
||||
|
Loading…
Reference in New Issue
Block a user