Merge branch 'bd-dev' of 47.94.45.65:angelo/web-base-h5 into bd-test

This commit is contained in:
woody 2025-09-24 09:50:33 +08:00
commit c0af6ff148
1 changed files with 10 additions and 8 deletions

View File

@ -588,8 +588,10 @@ export default {
this.shopCarList = res.data
if (this.newShareMember) {
if (this.shopCarList) {
this.shopCarList = this.shopCarList.filter(car => car.specialArea === 41);
let subCar = this.shopCarList.find(car => car.specialArea === 41)
this.shopCarList = this.shopCarList.filter(
car => car.specialArea === 1
)
let subCar = this.shopCarList.find(car => car.specialArea === 1)
this.$set(subCar, 'specialAreaVal', '会员专区')
}
}