231
This commit is contained in:
parent
736a62a44b
commit
8f3eb92cc4
|
|
@ -130,7 +130,7 @@ export const defaultFieldConfig: GoodsTypeFieldConfig = {
|
||||||
showLingzhu: false,
|
showLingzhu: false,
|
||||||
showLianji: false,
|
showLianji: false,
|
||||||
showTimeConfig: false,
|
showTimeConfig: false,
|
||||||
showAutoXiajia: true,
|
showAutoXiajia: false,
|
||||||
showCoupon: true,
|
showCoupon: true,
|
||||||
showIntegral: true,
|
showIntegral: true,
|
||||||
showDescription: false,
|
showDescription: false,
|
||||||
|
|
@ -148,7 +148,7 @@ export const GoodsTypeFieldConfigs: Record<number, GoodsTypeFieldConfig> = {
|
||||||
[GoodsType.YiFanShang]: {
|
[GoodsType.YiFanShang]: {
|
||||||
showStock: true, showLock: true, showDailyLimit: true,
|
showStock: true, showLock: true, showDailyLimit: true,
|
||||||
showRage: false, showItemCard: false, showLingzhu: false,
|
showRage: false, showItemCard: false, showLingzhu: false,
|
||||||
showLianji: false, showTimeConfig: false, showAutoXiajia: true,
|
showLianji: false, showTimeConfig: false, showAutoXiajia: false,
|
||||||
showCoupon: true, showIntegral: true, showDescription: false,
|
showCoupon: true, showIntegral: true, showDescription: false,
|
||||||
showQuanjuXiangou: false, showShowIs: true, showUnlockAmount: true,
|
showQuanjuXiangou: false, showShowIs: true, showUnlockAmount: true,
|
||||||
},
|
},
|
||||||
|
|
@ -156,7 +156,7 @@ export const GoodsTypeFieldConfigs: Record<number, GoodsTypeFieldConfig> = {
|
||||||
[GoodsType.WuXianShang]: {
|
[GoodsType.WuXianShang]: {
|
||||||
showStock: false, showLock: false, showDailyLimit: false,
|
showStock: false, showLock: false, showDailyLimit: false,
|
||||||
showRage: true, showItemCard: true, showLingzhu: false,
|
showRage: true, showItemCard: true, showLingzhu: false,
|
||||||
showLianji: false, showTimeConfig: false, showAutoXiajia: true,
|
showLianji: false, showTimeConfig: false, showAutoXiajia: false,
|
||||||
showCoupon: true, showIntegral: true, showDescription: false,
|
showCoupon: true, showIntegral: true, showDescription: false,
|
||||||
showQuanjuXiangou: false, showShowIs: false, showUnlockAmount: true,
|
showQuanjuXiangou: false, showShowIs: false, showUnlockAmount: true,
|
||||||
},
|
},
|
||||||
|
|
@ -164,7 +164,7 @@ export const GoodsTypeFieldConfigs: Record<number, GoodsTypeFieldConfig> = {
|
||||||
[GoodsType.LeiTaiShang]: {
|
[GoodsType.LeiTaiShang]: {
|
||||||
showStock: false, showLock: false, showDailyLimit: false,
|
showStock: false, showLock: false, showDailyLimit: false,
|
||||||
showRage: false, showItemCard: false, showLingzhu: false,
|
showRage: false, showItemCard: false, showLingzhu: false,
|
||||||
showLianji: false, showTimeConfig: false, showAutoXiajia: true,
|
showLianji: false, showTimeConfig: false, showAutoXiajia: false,
|
||||||
showCoupon: true, showIntegral: true, showDescription: false,
|
showCoupon: true, showIntegral: true, showDescription: false,
|
||||||
showQuanjuXiangou: false, showShowIs: false, showUnlockAmount: true,
|
showQuanjuXiangou: false, showShowIs: false, showUnlockAmount: true,
|
||||||
},
|
},
|
||||||
|
|
@ -172,7 +172,7 @@ export const GoodsTypeFieldConfigs: Record<number, GoodsTypeFieldConfig> = {
|
||||||
[GoodsType.FuDai]: {
|
[GoodsType.FuDai]: {
|
||||||
showStock: true, showLock: false, showDailyLimit: false,
|
showStock: true, showLock: false, showDailyLimit: false,
|
||||||
showRage: false, showItemCard: false, showLingzhu: false,
|
showRage: false, showItemCard: false, showLingzhu: false,
|
||||||
showLianji: false, showTimeConfig: false, showAutoXiajia: true,
|
showLianji: false, showTimeConfig: false, showAutoXiajia: false,
|
||||||
showCoupon: false, showIntegral: false, showDescription: false,
|
showCoupon: false, showIntegral: false, showDescription: false,
|
||||||
showQuanjuXiangou: false, showShowIs: false, showUnlockAmount: true,
|
showQuanjuXiangou: false, showShowIs: false, showUnlockAmount: true,
|
||||||
},
|
},
|
||||||
|
|
@ -180,7 +180,7 @@ export const GoodsTypeFieldConfigs: Record<number, GoodsTypeFieldConfig> = {
|
||||||
[GoodsType.XingYunShang]: {
|
[GoodsType.XingYunShang]: {
|
||||||
showStock: true, showLock: true, showDailyLimit: true,
|
showStock: true, showLock: true, showDailyLimit: true,
|
||||||
showRage: false, showItemCard: false, showLingzhu: false,
|
showRage: false, showItemCard: false, showLingzhu: false,
|
||||||
showLianji: false, showTimeConfig: false, showAutoXiajia: true,
|
showLianji: false, showTimeConfig: false, showAutoXiajia: false,
|
||||||
showCoupon: true, showIntegral: true, showDescription: false,
|
showCoupon: true, showIntegral: true, showDescription: false,
|
||||||
showQuanjuXiangou: false, showShowIs: true, showUnlockAmount: true,
|
showQuanjuXiangou: false, showShowIs: true, showUnlockAmount: true,
|
||||||
},
|
},
|
||||||
|
|
@ -188,7 +188,7 @@ export const GoodsTypeFieldConfigs: Record<number, GoodsTypeFieldConfig> = {
|
||||||
[GoodsType.LingZhuShang]: {
|
[GoodsType.LingZhuShang]: {
|
||||||
showStock: false, showLock: false, showDailyLimit: false,
|
showStock: false, showLock: false, showDailyLimit: false,
|
||||||
showRage: false, showItemCard: false, showLingzhu: true,
|
showRage: false, showItemCard: false, showLingzhu: true,
|
||||||
showLianji: false, showTimeConfig: false, showAutoXiajia: true,
|
showLianji: false, showTimeConfig: false, showAutoXiajia: false,
|
||||||
showCoupon: true, showIntegral: true, showDescription: false,
|
showCoupon: true, showIntegral: true, showDescription: false,
|
||||||
showQuanjuXiangou: false, showShowIs: true, showUnlockAmount: true,
|
showQuanjuXiangou: false, showShowIs: true, showUnlockAmount: true,
|
||||||
},
|
},
|
||||||
|
|
@ -196,7 +196,7 @@ export const GoodsTypeFieldConfigs: Record<number, GoodsTypeFieldConfig> = {
|
||||||
[GoodsType.LianJiShang]: {
|
[GoodsType.LianJiShang]: {
|
||||||
showStock: false, showLock: false, showDailyLimit: false,
|
showStock: false, showLock: false, showDailyLimit: false,
|
||||||
showRage: false, showItemCard: false, showLingzhu: false,
|
showRage: false, showItemCard: false, showLingzhu: false,
|
||||||
showLianji: true, showTimeConfig: false, showAutoXiajia: true,
|
showLianji: true, showTimeConfig: false, showAutoXiajia: false,
|
||||||
showCoupon: true, showIntegral: true, showDescription: false,
|
showCoupon: true, showIntegral: true, showDescription: false,
|
||||||
showQuanjuXiangou: false, showShowIs: true, showUnlockAmount: true,
|
showQuanjuXiangou: false, showShowIs: true, showUnlockAmount: true,
|
||||||
},
|
},
|
||||||
|
|
@ -204,7 +204,7 @@ export const GoodsTypeFieldConfigs: Record<number, GoodsTypeFieldConfig> = {
|
||||||
[GoodsType.MangHe]: {
|
[GoodsType.MangHe]: {
|
||||||
showStock: true, showLock: false, showDailyLimit: false,
|
showStock: true, showLock: false, showDailyLimit: false,
|
||||||
showRage: false, showItemCard: false, showLingzhu: false,
|
showRage: false, showItemCard: false, showLingzhu: false,
|
||||||
showLianji: false, showTimeConfig: false, showAutoXiajia: true,
|
showLianji: false, showTimeConfig: false, showAutoXiajia: false,
|
||||||
showCoupon: false, showIntegral: false, showDescription: true,
|
showCoupon: false, showIntegral: false, showDescription: true,
|
||||||
showQuanjuXiangou: false, showShowIs: false, showUnlockAmount: true,
|
showQuanjuXiangou: false, showShowIs: false, showUnlockAmount: true,
|
||||||
},
|
},
|
||||||
|
|
@ -212,7 +212,7 @@ export const GoodsTypeFieldConfigs: Record<number, GoodsTypeFieldConfig> = {
|
||||||
[GoodsType.XingYunShangNew]: {
|
[GoodsType.XingYunShangNew]: {
|
||||||
showStock: true, showLock: true, showDailyLimit: true,
|
showStock: true, showLock: true, showDailyLimit: true,
|
||||||
showRage: false, showItemCard: false, showLingzhu: false,
|
showRage: false, showItemCard: false, showLingzhu: false,
|
||||||
showLianji: false, showTimeConfig: false, showAutoXiajia: true,
|
showLianji: false, showTimeConfig: false, showAutoXiajia: false,
|
||||||
showCoupon: true, showIntegral: true, showDescription: false,
|
showCoupon: true, showIntegral: true, showDescription: false,
|
||||||
showQuanjuXiangou: false, showShowIs: true, showUnlockAmount: true,
|
showQuanjuXiangou: false, showShowIs: true, showUnlockAmount: true,
|
||||||
},
|
},
|
||||||
|
|
@ -228,7 +228,7 @@ export const GoodsTypeFieldConfigs: Record<number, GoodsTypeFieldConfig> = {
|
||||||
[GoodsType.FanBeiShang]: {
|
[GoodsType.FanBeiShang]: {
|
||||||
showStock: false, showLock: false, showDailyLimit: false,
|
showStock: false, showLock: false, showDailyLimit: false,
|
||||||
showRage: true, showItemCard: true, showLingzhu: false,
|
showRage: true, showItemCard: true, showLingzhu: false,
|
||||||
showLianji: false, showTimeConfig: false, showAutoXiajia: true,
|
showLianji: false, showTimeConfig: false, showAutoXiajia: false,
|
||||||
showCoupon: true, showIntegral: true, showDescription: false,
|
showCoupon: true, showIntegral: true, showDescription: false,
|
||||||
showQuanjuXiangou: false, showShowIs: false, showUnlockAmount: true,
|
showQuanjuXiangou: false, showShowIs: false, showUnlockAmount: true,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user