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