feat(shoppingUpgrade): 加购升级升级专区获取商品列表问题修复

This commit is contained in:
woody 2025-10-22 17:39:59 +08:00
parent 3716ad53ab
commit 2142466b86
1 changed files with 1 additions and 7 deletions

View File

@ -167,13 +167,7 @@ export default {
setArea(val) { setArea(val) {
this.isArea = val this.isArea = val
api this.getData()
.waresList({
specialArea: this.isArea
})
.then((res) => {
this.allGoods = res.data
})
}, },
reduceRow(index) { reduceRow(index) {