Explorar o código

修改上传坐标文字回显

wangchao %!s(int64=3) %!d(string=hai) anos
pai
achega
d19977e382
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      pages/grain_pulse/enter.vue

+ 5 - 0
pages/grain_pulse/enter.vue

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