|
@@ -316,19 +316,20 @@ Page({
|
|
|
latitude: latitude,
|
|
|
longitude: longitude,
|
|
|
iconPath: 'https://file-cloud.fmode.cn/13WZ0W7u3l/20240724/7ebg0k104325941.png?imageView2/1/w/200/h/200', // 自定义标记图标
|
|
|
- width: 30,
|
|
|
- height: 30,
|
|
|
+ width: 20,
|
|
|
+ height: 20,
|
|
|
callout: {
|
|
|
content: this.data.storeList[0].storeName, // 可以显示解析出的地址
|
|
|
color: '#ffffff',
|
|
|
bgColor: '#7F56B2',
|
|
|
- padding: 10,
|
|
|
+ padding: 2,
|
|
|
+ fontSize:12,
|
|
|
borderRadius: 5,
|
|
|
display: 'ALWAYS'
|
|
|
}
|
|
|
}]
|
|
|
});
|
|
|
- console.log(this.data.address);
|
|
|
+ // console.log(this.data.address);
|
|
|
},
|
|
|
fail: function (resq) {
|
|
|
wx.showModal({
|