From d0c2d1df168674f0d761afea44c56d0c3d8fa28f Mon Sep 17 00:00:00 2001 From: Kokomi <592981798@qq.com> Date: Tue, 4 Apr 2023 15:59:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E9=9D=A2=E6=9D=BF=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E6=97=B6=E7=9A=84=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/ProfileReq.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/ProfileReq.js b/models/ProfileReq.js index b73ebd77..9f516ee9 100644 --- a/models/ProfileReq.js +++ b/models/ProfileReq.js @@ -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) // 发起请求