Merge branch 'bd-dev' of gitee.com:cabbage_qd/web-base-h5 into bd-test

This commit is contained in:
woody 2025-08-06 12:56:16 +08:00
commit 70c8e39554
2 changed files with 4 additions and 17 deletions

View File

@ -635,7 +635,6 @@ export default {
if (
this.specialArea == 3 ||
this.specialArea == 12 ||
this.specialArea == 14 ||
this.specialArea == 22 ||
this.specialArea == 26
) {
@ -643,7 +642,7 @@ export default {
} else if (this.specialArea == 13) {
str = '福利专区'
} else if (this.specialArea == 14) {
str = '直播专区'
str = '秒杀专区'
} else if (this.specialArea == 11) {
str = '积分专区'
} else if (this.specialArea == 10) {
@ -654,23 +653,11 @@ export default {
this.specialArea == 27
) {
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) {
str = '续约专区'
this.isSpace = true
} else if (this.specialArea == 14) {
str = '秒杀专区'
}
uni.setNavigationBarTitle({
title: str,

View File

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