BUG 27633
This commit is contained in:
@@ -47,7 +47,7 @@ export default {
|
|||||||
},
|
},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
if (uni.getStorageSync('areaId')) {
|
if (uni.getStorageSync('areaId')) {
|
||||||
this.areaId = uni.getStorageSync('areaId')
|
this.areaId = uni.getStorageSync('areaId')||this.user.areaId
|
||||||
}
|
}
|
||||||
this.getDetail()
|
this.getDetail()
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user