👍 bug处理

This commit is contained in:
2023-11-27 16:46:45 +08:00
parent 3a33d65d6b
commit 9c0105f141
9 changed files with 801 additions and 846 deletions
+1 -3
View File
@@ -37,10 +37,8 @@
},
methods: {
test(res) {
console.log("res",res)
let that = this;
if (res.type == "end") {
console.log(this._mapContext)
this._mapContext.getCenterLocation({
success(res){
that.refresh(res)
@@ -51,7 +49,7 @@
refresh(location){
let that = this;
getFishIndex(location).then(res => {
console.log(res.data)
// console.log(res.data)
if (res.data) {
res.data.forEach(e => {
// 需要判断不存在对应标点才继续新增,另外太近标点需要做marker聚合