@@ -196,6 +196,11 @@
},
onShow() {
var that = this
+ try {
+ this.position = uni.getStorageSync('position');
+ } catch (e) {
+ // error
+ }
uni.getStorage({
key: 'setPosition',
success: (res) => {