|
@@ -136,7 +136,6 @@
|
|
|
this.mescroll.resetUpScroll()
|
|
|
}
|
|
|
this.height = uni.getSystemInfoSync().windowWidth/2.35;
|
|
|
-
|
|
|
this.width = uni.getSystemInfoSync().windowWidth;
|
|
|
if(this.detailedAddress=='正在定位...'){
|
|
|
this.isdingwei()
|
|
@@ -145,7 +144,7 @@
|
|
|
methods: {
|
|
|
delSearchVal(){
|
|
|
this.searchVal = ''
|
|
|
- uni.setStorageSync("search_val",'')
|
|
|
+ uni.removeStorageSync("search_val")
|
|
|
that.mescroll.resetUpScroll()
|
|
|
},
|
|
|
search() {
|