This commit is contained in:
changjinpeng
2022-03-09 09:13:28 +08:00
parent 74dfc82cfd
commit 6d7442ec37

View File

@@ -61,7 +61,7 @@ export default {
current: this.current, current: this.current,
size: 15, size: 15,
// areaId: uni.getStorageSync('areaId'), // areaId: uni.getStorageSync('areaId'),
areaId: this.$areaId, areaId: this.user.areaId,
}, },
}) })
.then((res) => { .then((res) => {