feat(prototype): 登记支付状态图标 待支付/已支付/已关闭
Design Source Checks / design-source (push) Has been cancelled
Design Source Checks / design-source (push) Has been cancelled
ds-flow 原型单源:BADGE_ICON 补三个支付状态图标,先登记再供页面使用。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01P9G7E3wmAYL9KeYCVZVsqu
This commit is contained in:
Vendored
+2
-1
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user