|
@@ -144,7 +144,7 @@
|
|
|
const ret = [false,false]
|
|
|
ret[0]= res.data.shelf_cost_show == '1'
|
|
|
ret[1]= res.data.shelf_price_show == '1'
|
|
|
- this.showPriceSet = ret.filter(item => !!item).length > 1
|
|
|
+ this.showPriceSet = ret.filter(item => !!item).length > 0
|
|
|
})
|
|
|
},
|
|
|
// 去扫描
|