Compare commits
No commits in common. "c0af6ff14827847adabd28a22cdbc24c6171954f" and "6ea155c07d4305055bdf71c60277bf925b6c0d5e" have entirely different histories.
c0af6ff148
...
6ea155c07d
|
|
@ -588,10 +588,8 @@ export default {
|
||||||
this.shopCarList = res.data
|
this.shopCarList = res.data
|
||||||
if(this.newShareMember){
|
if(this.newShareMember){
|
||||||
if(this.shopCarList){
|
if(this.shopCarList){
|
||||||
this.shopCarList = this.shopCarList.filter(
|
this.shopCarList = this.shopCarList.filter(car => car.specialArea === 41);
|
||||||
car => car.specialArea === 1
|
let subCar = this.shopCarList.find(car => car.specialArea === 41)
|
||||||
)
|
|
||||||
let subCar = this.shopCarList.find(car => car.specialArea === 1)
|
|
||||||
this.$set(subCar, 'specialAreaVal', '会员专区')
|
this.$set(subCar, 'specialAreaVal', '会员专区')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue