mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-19 13:25:07 +08:00
营销:适配商城装修组件【优惠券】
This commit is contained in:
@ -111,7 +111,11 @@ export const PAGE_LIBS = [
|
||||
{
|
||||
name: '会员组件',
|
||||
extended: true,
|
||||
components: ['UserCard', 'OrderCard', 'WalletCard', 'CouponCard']
|
||||
components: ['UserCard', 'UserOrder', 'UserWallet', 'UserCoupon']
|
||||
},
|
||||
{ name: '营销组件', extended: true, components: ['Combination', 'Seckill', 'Point', 'Coupon'] }
|
||||
{
|
||||
name: '营销组件',
|
||||
extended: true,
|
||||
components: ['CombinationCard', 'SeckillCard', 'PointCard', 'CouponCard']
|
||||
}
|
||||
] as DiyComponentLibrary[]
|
||||
|
Reference in New Issue
Block a user