优化测试
This commit is contained in:
@@ -183,17 +183,12 @@
|
||||
this.albumId = query.albumId
|
||||
}
|
||||
|
||||
uni.setStorageSync('address', {
|
||||
lat: '',
|
||||
lng: '',
|
||||
address: '',
|
||||
weather: '',
|
||||
cityCode: ``
|
||||
})
|
||||
this.img = decodeURIComponent(query.url)
|
||||
this.height = uni.getSystemInfoSync().windowHeight
|
||||
|
||||
this.getLocation()
|
||||
if (uni.getStorageSync('address').address) {
|
||||
this.getLocation()
|
||||
}
|
||||
|
||||
this.$nextTick(() => {
|
||||
this.getWatermarkList()
|
||||
|
||||
Reference in New Issue
Block a user