- map组件中 设置了circles但是没有与show-location的定位点居中?
代码如下: <map id="map" :style="{width: deviceWidth +'px',height: deviceHeight +'px'}" :show-location="true" :enable-traffic="false" :latitude="latitude" :longitude="longitude" :circles="circleList" :markers="markerList" :enable-rotate="true" :scale="14"> onLoad(options) { this.getSystemInfo() this.longitude = Number(options.lng) this.latitude = Number(options.lat) this.circleList = [{ latitude: this.latitude, longitude: this.longitude, color: '#1CC4C15C', fillColor: '#1CC4C126', radius: 150, strokeWidth :1 }] }, 效果图: [图片] 那个定位点并没有显示在圈儿中心 如何可以让你定位点在圈儿的中心显示?
2023-08-01 - 配置普通链接二维码规则 一直提示"不可配置此规则"?
[图片] 一直提示 “不可配置此规则” 域名: www.xstore.vip
2022-01-10 - 微信小程序中scrollview的滚动惯性能够去除吗?
如何才能去除scroll-view里的惯性运动,在滑动的时,我手指离开屏幕,上一个view自动对齐下一个view,scroll-into-view貌似不好使。
2020-05-21 - scroll-view的滚动问题?
小伙伴儿们,我有这样一个需求,可以向下滚动加载内容信息,也可以向右滚动加载内容信息,scoll-view组件能不能胜任这个需求?不仅要在scroll-y上滚动加载,也要在scroll-x上滚动加载?
2020-05-18 - 申请待确认状态?
[图片] 什么时候能通过
2020-05-16