From 7d90bc8b108e9d9c938c690926d5c9b1b0e07153 Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Mon, 25 Dec 2023 22:22:10 +0800 Subject: [PATCH] yh --- public/account.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/account.html b/public/account.html index de609d9..4d6e83f 100644 --- a/public/account.html +++ b/public/account.html @@ -454,7 +454,7 @@ }, handleClick(tab, event) { console.log(tab) - if (tab === 'orders') { + if (tab.name === 'orders') { this.searchList(1) } }