refactor: 注释掉多余的礼物信息显示代码
- 在 giftInfo.isLoginGift < 127 的条件下,移除了原本会添加到 e 数组中的一个对象 - 被注释掉的代码原本用于在礼物信息中显示某种文本 - 此修改可能是为了简化礼物信息的展示逻辑或移除不必要的功能
This commit is contained in:
@@ -12068,9 +12068,9 @@ function(t) {
|
||||
}), this.giftInfo.isLoginGift < 127 && e.push({
|
||||
index: 3,
|
||||
txt: t.CrmPU.language_Omission_txt119
|
||||
}), e.push({
|
||||
index: 4,
|
||||
txt: t.CrmPU.language_Omission_txt141
|
||||
// }), e.push({
|
||||
// index: 4,
|
||||
// txt: t.CrmPU.language_Omission_txt141
|
||||
})),
|
||||
this.tabBar.dataProvider = new eui.ArrayCollection(e),
|
||||
this.tabBar.selectedIndex = this._curIndex <= this.tabBar.dataProvider.length - 1 ? this._curIndex: 0
|
||||
|
||||
Reference in New Issue
Block a user