Commit 5b9c1786 authored by chenkai@duiba.com.cn's avatar chenkai@duiba.com.cn

2123

parent 8fefda80
No preview for this file type
......@@ -821,9 +821,9 @@ const getBuyButtonText = (level) => {
const userLevelIndex = levelOrder.indexOf(props.userLevel * 1)
const diamondIndex = levelOrder.indexOf(2) // Diamond level is 2
// 如果用户等级不够,显示"去升级"(优先级最高)
// 如果用户等级不够,显示"待解锁"(优先级最高)
if (userLevelIndex < diamondIndex) {
return '去升级'
return '待解锁'
}
// 检查倒计时状态(其次)
......
......@@ -41,7 +41,7 @@ export const MONTH_GIFT_IMAGES = {
STATUS: `pointRights/MonthGift/${version}/diamond1BuyComTime4Status.png`
},
GOODS: {
BG: `pointRights/MonthGift/${version}/diamond1BuyComGoodsBg.png`,
BG: `pointRights/MonthGift/${version}/diamond1BuyComGoodsBg_1.png`,
LOCK_BTN: `pointRights/MonthGift/${version}/diamond1BuyComGoodsLockBtn.png`,
NOW_BTN: `pointRights/MonthGift/${version}/diamond1BuyComGoodsNowBtn.png`
}
......@@ -87,7 +87,7 @@ export const MONTH_GIFT_IMAGES = {
STATUS: `pointRights/MonthGift/${version}/starshine1BuyComTime4Status.png`
},
GOODS: {
BG: `pointRights/MonthGift/${version}/starshine1BuyComGoodsBg.png`,
BG: `pointRights/MonthGift/${version}/starshine1BuyComGoodsBg_1.png`,
LOCK_BTN: `pointRights/MonthGift/${version}/starshine1BuyComGoodsLockBtn.png`,
NOW_BTN: `pointRights/MonthGift/${version}/starshine1BuyComGoodsNowBtn.png`
}
......@@ -133,7 +133,7 @@ export const MONTH_GIFT_IMAGES = {
STATUS: `pointRights/MonthGift/${version}/startlight1BuyComTime4Status.png`
},
GOODS: {
BG: `pointRights/MonthGift/${version}/startlight1BuyComGoodsBg.png`,
BG: `pointRights/MonthGift/${version}/startlight1BuyComGoodsBg_1.png`,
LOCK_BTN: `pointRights/MonthGift/${version}/startlight1BuyComGoodsLockBtn.png`,
NOW_BTN: `pointRights/MonthGift/${version}/startlight1BuyComGoodsNowBtn.png`
}
......@@ -165,7 +165,10 @@ export const MONTH_GIFT_IMAGES = {
SEL4: `pointRights/MonthGift/${version}/gold1BuyComSel4.png`,
TIME1: {
TEXT: `pointRights/MonthGift/${version}/gold1BuyComTime1Text.png`,
STATUS: `pointRights/MonthGift/${version}/gold1BuyComTime1Status.png`
STATUS: `pointRights/MonthGift/${version}/gold1BuyComTime1Status.png`,
// STATUS1: `pointRights/MonthGift/${version}/gold1BuyComTime1Status1.png`,
// STATUS2: `pointRights/MonthGift/${version}/gold1BuyComTime1Status2.png`,
// STATUS3: `pointRights/MonthGift/${version}/gold1BuyComTime1Status3.png`
},
TIME2: {
TEXT: `pointRights/MonthGift/${version}/gold1BuyComTime2Text.png`,
......@@ -180,7 +183,7 @@ export const MONTH_GIFT_IMAGES = {
STATUS: `pointRights/MonthGift/${version}/gold1BuyComTime4Status.png`
},
GOODS: {
BG: `pointRights/MonthGift/${version}/gold1BuyComGoodsBg.png`,
BG: `pointRights/MonthGift/${version}/gold1BuyComGoodsBg_1.png`,
LOCK_BTN: `pointRights/MonthGift/${version}/gold1BuyComGoodsLockBtn.png`,
NOW_BTN: `pointRights/MonthGift/${version}/gold1BuyComGoodsNowBtn.png`
}
......@@ -227,7 +230,7 @@ export const MONTH_GIFT_IMAGES = {
STATUS: `pointRights/MonthGift/${version}/platinum1BuyComTime4Status.png`
},
GOODS: {
BG: `pointRights/MonthGift/${version}/platinum1BuyComGoodsBg.png`,
BG: `pointRights/MonthGift/${version}/platinum1BuyComGoodsBg_1.png`,
LOCK_BTN: `pointRights/MonthGift/${version}/platinum1BuyComGoodsLockBtn.png`,
NOW_BTN: `pointRights/MonthGift/${version}/platinum1BuyComGoodsNowBtn.png`
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment