From fbad7d82de145608672e6df2895bf97730afc8b2 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 24 四月 2023 18:00:01 +0800 Subject: [PATCH] 2023-04-24 --- src/tabviews/custom/index.jsx | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/index.jsx b/src/tabviews/custom/index.jsx index 1074471..81aec40 100644 --- a/src/tabviews/custom/index.jsx +++ b/src/tabviews/custom/index.jsx @@ -697,6 +697,8 @@ return group }) + } else if (item.subtype === 'voucher') { + item.wrap.supModule = item.wrap.supModule.pop() } return true -- Gitblit v1.8.0