This commit is contained in:
xiaozhiyong
2023-09-04 14:04:28 +08:00
parent 20728f6e13
commit 3d13ebb01d
3 changed files with 55 additions and 50 deletions

View File

@@ -152,7 +152,6 @@
},
methods: {
showSite() {
console.log('footerScroll this.markers',this.markers)
let markers = encodeURIComponent(JSON.stringify(this.markers))
uni.navigateTo({
url:`/BagStation/pages/newRoutePlanning/siteList?markers=${markers}`