From 6a1bf3b5bc27e6b74561327ca4f4e7db40bee134 Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Wed, 31 Dec 2025 15:59:07 +0800 Subject: [PATCH] =?UTF-8?q?fix(diy-text):=20=E4=BF=AE=E5=A4=8D=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E6=A0=87=E9=A2=98=E7=BB=84=E4=BB=B6=EF=BC=8C=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E8=B7=B3=E8=BD=AC=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components-diy/diy-text.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components-diy/diy-text.vue b/components-diy/diy-text.vue index 313822d..ce9b4c4 100644 --- a/components-diy/diy-text.vue +++ b/components-diy/diy-text.vue @@ -324,7 +324,7 @@ export default { await this.__$emitEvent({ eventName: 'text-tap', data: link, promiseCallback: (event, handler, awaitedResult) => { if (!awaitedResult) return; - $util.diyRedirectTo(link); + this.$util.diyRedirectTo(link); } }) }