This commit is contained in:
xiaozhiyong
2024-08-13 09:44:50 +08:00
parent a38c60bdc4
commit d330091b19
5 changed files with 83 additions and 34 deletions

View File

@@ -83,7 +83,8 @@
</view>
</view>
<msg-models :showAuthFrror="showAuthFrror" @hideOneModal="hideModel"></msg-models>
<three-sites @hideOneModal="showThreeSites=false" :showThreeSites="showThreeSites"></three-sites>
<three-sites v-if="showThreeSites" @hideOneModal="showThreeSites=false"
:showThreeSites="showThreeSites"></three-sites>
</view>
</template>
@@ -237,7 +238,8 @@
},
onPullDownRefresh() {
// this.refreshLocation()
this.refreshLocation()
setTimeout(function() {
uni.stopPullDownRefresh()
}, 800);
@@ -306,6 +308,7 @@
type: 'wgs84',
success: (res) => {
uni.setStorageSync('location', res)
this.getSiteList()
},
fail: () => {
uni.getSetting({
@@ -318,25 +321,23 @@
success: (resSec) => {
if (resSec.confirm) {
uni.openSetting({
success: (resThird) => {
if (resThird
.authSetting[
'scope.userLocation'
]) {
this.refreshLocation()
}
}
})
}
}
})
} else {
uni.showToast({
title: '获取定位失败,请稍后再试!',
icon: 'none'
})
}
}
})
},
complete: () => {
this.getSiteList()
},
// complete: () => {
// this.getSiteList()
// },
});
},
@@ -443,14 +444,16 @@
currentPage: 1,
pageSize: 10,
params: {
longitude: 117.157817,
latitude: 31.802472,
// longitude: 117.157817,
// latitude: 31.802472,
clientBelong: 'ZHONGPIN',
comprehensiveSort: 1,
zpDisable: 'ENABLE',
sort: "juli",
...uni.getStorageSync('location'),
...this.filterData,
// latitude: '37.38808',
// longitude: '112.40546'
}
};