BUG 27736
This commit is contained in:
@@ -94,7 +94,7 @@ export default {
|
||||
},
|
||||
onLoad(options) {
|
||||
if (uni.getStorageSync('areaId')) {
|
||||
this.areaId = uni.getStorageSync('areaId')
|
||||
this.areaId = uni.getStorageSync('areaId')||this.user.areaId
|
||||
} else {
|
||||
this.areaId = this.$areaId
|
||||
}
|
||||
|
||||
@@ -146,7 +146,7 @@ export default {
|
||||
getList() {
|
||||
this.$instance.post(`/app/appvillagerintegralmerchandise/listByIntegral`, null, {
|
||||
params: {
|
||||
areaId: this.user?.currentAreaId
|
||||
areaId: this.user?.areaId
|
||||
}
|
||||
}).then(res => {
|
||||
if (res && res.data) {
|
||||
|
||||
Reference in New Issue
Block a user