feat(special): 直播专区->秒杀专区

This commit is contained in:
woody 2025-08-06 11:59:03 +08:00
parent 4aa22a8fee
commit 81c3030a2f
2 changed files with 4 additions and 17 deletions

View File

@ -635,7 +635,6 @@ export default {
if ( if (
this.specialArea == 3 || this.specialArea == 3 ||
this.specialArea == 12 || this.specialArea == 12 ||
this.specialArea == 14 ||
this.specialArea == 22 || this.specialArea == 22 ||
this.specialArea == 26 this.specialArea == 26
) { ) {
@ -643,7 +642,7 @@ export default {
} else if (this.specialArea == 13) { } else if (this.specialArea == 13) {
str = '福利专区' str = '福利专区'
} else if (this.specialArea == 14) { } else if (this.specialArea == 14) {
str = '直播专区' str = '秒杀专区'
} else if (this.specialArea == 11) { } else if (this.specialArea == 11) {
str = '积分专区' str = '积分专区'
} else if (this.specialArea == 10) { } else if (this.specialArea == 10) {
@ -654,23 +653,11 @@ export default {
this.specialArea == 27 this.specialArea == 27
) { ) {
str = '升级专区' str = '升级专区'
} else if (this.specialArea == 7 || this.specialArea == 101) {
str = '嗨粉专区'
} else if (this.specialArea == 18) {
str = '创客礼包'
this.isSpace = true
} else if (this.specialArea == 19) {
str = '赋能礼包'
this.isSpace = true
} else if (this.specialArea == 28) {
str = '创客空间专区'
} else if (this.specialArea == 31) {
str = '专供专区'
this.isSpace = true
} else if (this.specialArea == 30) { } else if (this.specialArea == 30) {
str = '续约专区' str = '续约专区'
this.isSpace = true this.isSpace = true
} else if (this.specialArea == 14) {
str = '秒杀专区'
} }
uni.setNavigationBarTitle({ uni.setNavigationBarTitle({
title: str, title: str,

View File

@ -129,7 +129,7 @@ export default {
isShow: true, isShow: true,
}, },
{ {
label: '直播专区', label: '秒杀专区',
value: 14, value: 14,
name: 'live', name: 'live',
isShow: true, isShow: true,