邓洁 : 发布店铺转让接口

This commit is contained in:
邓洁
2023-11-18 21:52:08 +08:00
parent cbe7bdf60a
commit ed9078f912
3 changed files with 91 additions and 31 deletions

View File

@@ -162,6 +162,7 @@
watch: {
scale(newVal, oldVal) {
console.log('thisscale', newVal, Math.round(newVal));
this.showShop = false
let ra = ''
this.scaleM.forEach(item => {
if (item.scale == Math.round(newVal)) {
@@ -268,10 +269,12 @@
this.getDetail(1, markerId)
this.marker.forEach(item => {
if (markerId === item.id) {
console.log('变红');
item.iconPath = "../../../static/map/sp_icon_hdw.png"
item.width = '58rpx'
item.height = '72rpx'
} else {
console.log('变绿');
item.iconPath = "../../../static/map/sp_icon_dw.png"
item.width = '58rpx'
item.height = '72rpx'