From 5cf8958313e70e2fc75e6ce50bd2f349a4c93dc2 Mon Sep 17 00:00:00 2001 From: wangjia <809946525@qq.com> Date: Sat, 18 Jul 2026 07:53:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(prototype):=20=E7=99=BB=E8=AE=B0=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E7=8A=B6=E6=80=81=E5=9B=BE=E6=A0=87=20=E5=BE=85?= =?UTF-8?q?=E6=94=AF=E4=BB=98/=E5=B7=B2=E6=94=AF=E4=BB=98/=E5=B7=B2?= =?UTF-8?q?=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ds-flow 原型单源:BADGE_ICON 补三个支付状态图标,先登记再供页面使用。 Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01P9G7E3wmAYL9KeYCVZVsqu --- design/prototype/screens/icons.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/design/prototype/screens/icons.js b/design/prototype/screens/icons.js index 0b7b93a..ee379bd 100644 --- a/design/prototype/screens/icons.js +++ b/design/prototype/screens/icons.js @@ -17,7 +17,8 @@ '在线':'i-wifi','离线':'i-wifi-off', '进行中':'i-ic04','已完成':'i-check', '未使用':'i-tag','已兑换':'i-check','作废':'i-close', - '未结清':'i-ic04','已结清':'i-check','收款':'i-download','付款':'i-upload' + '未结清':'i-ic04','已结清':'i-check','收款':'i-download','付款':'i-upload', + '待支付':'i-ic04','已支付':'i-check','已关闭':'i-close' }; window.BADGE_ICON = BADGE_ICON; function enhanceBadges(){