中秋更新
This commit is contained in:
@@ -151,8 +151,6 @@
|
||||
value:''
|
||||
});
|
||||
[this.menuList[0],this.menuList[1],this.menuList[2]]=[this.menuList[2],this.menuList[0],this.menuList[1]]
|
||||
// [this.menuList[0],this.menuList[1],this.menuList[2],this.menuList[3]] = [this.menuList[0],this.menuList[3],this.menuList[1],this.menuList[2]];
|
||||
console.log(this.menuList, '***')
|
||||
})
|
||||
},
|
||||
datassFn(){
|
||||
@@ -160,7 +158,6 @@
|
||||
this.menuList.forEach((item,index)=>{
|
||||
data[item.field] = item.value?item.value.split('/')[1]:''
|
||||
})
|
||||
console.log(data,'***************')
|
||||
return data
|
||||
},
|
||||
seleFilter(e, w) {
|
||||
@@ -172,10 +169,6 @@
|
||||
this.$emit('closeFooterScroll')
|
||||
},
|
||||
chooseLocation(e) {
|
||||
console.log(this.Route,'******')
|
||||
// uni.navigateTo({
|
||||
// url:'/BagStation/pages/newRoutePlanning/chooseLocation=' + `${e}/${this.Route.start.latitude},${this.Route.start.longitude}`
|
||||
// })
|
||||
uni.navigateTo({
|
||||
url: '/BagStation/pages/newRoutePlanning/chooseLocation?type=' +
|
||||
`${e}/${this.Route.start.latitude},${this.Route.start.longitude}`,
|
||||
|
||||
@@ -200,7 +200,7 @@
|
||||
});
|
||||
},
|
||||
closeFooterScroll() {
|
||||
// this.$refs.footerScroll.screenClose();
|
||||
// this.$refs.footerScroll.screenClose(); /oilSiteInfo/getSiteByGeoHashNewA
|
||||
// this.$refs.footerScroll.mapIconClose();
|
||||
},
|
||||
getMarks() {
|
||||
@@ -663,7 +663,7 @@
|
||||
height: 20,
|
||||
// joinCluster: true,
|
||||
callout: {
|
||||
content: `${Number(item.price).toFixed(2)}`,
|
||||
content: `${this.moneyIntercept(item.price) }`,
|
||||
color: '#FFFFFF',
|
||||
fontSize: '25rpx',
|
||||
bgColor: '#FF4A4A',
|
||||
|
||||
Reference in New Issue
Block a user