diff --git a/src/mods/AppSupermarket/AppSupermarket.vue b/src/mods/AppSupermarket/AppSupermarket.vue index 0f58bf9..4eaf2a8 100644 --- a/src/mods/AppSupermarket/AppSupermarket.vue +++ b/src/mods/AppSupermarket/AppSupermarket.vue @@ -146,7 +146,7 @@ export default { getList() { this.$instance.post(`/app/appvillagerintegralmerchandise/listByIntegral`, null, { params: { - areaId: this.user?.areaId + areaId: this.user?.currentAreaId } }).then(res => { if (res && res.data) {