当前位置: 首页 > news >正文

牡丹江网站建设口碑营销是什么意思

牡丹江网站建设,口碑营销是什么意思,做网站视频背景,互联网保险平台排名allMarkers效果图 废话少说直接上马(最后是我遇到的问题) cover-view是气泡弹窗,可以自定义弹窗,要配合js:customCallout,如果是非自定义的话:callout(可以修改颜色、边框宽度、圆角…

allMarkers效果图

 

废话少说直接上马(最后是我遇到的问题)

cover-view是气泡弹窗,可以自定义弹窗,要配合js:customCallout,如果是非自定义的话:callout(可以修改颜色、边框宽度、圆角、边距等)有些属性我没加,还是看官方文档(虽然写的。。)

<!--index.wxml-->
<view class="page-section page-section-gap"><map id="myMap" style="width: 100%; height: 450px;" latitude="{{latitude}}" longitude="{{longitude}}" bindmarkertap="markertap" bindcallouttap="callouttap" bindlabeltap="labeltap" markers="{{markers}}" scale="16" polyline="{{polyline}}"><cover-view slot="callout"><block wx:for="{{customCalloutMarkerIds}}" wx:key="*this"><cover-view class="customCallout" marker-id="{{item}}"><!-- <cover-image class="icon" src="../img/point.png"></cover-image> --><cover-view class="content"><view style="background-color: #fff;"><view>设备名称</view><view>设备名称</view><view>设备名称</view></view></cover-view></cover-view></block></cover-view></map><button bindtap="addMarker" class="page-body-button" type="primary">添加marker</button>
</view>

字段说明:

allMarkers:模拟位置点

markers:地图显示位置点

polyline:地图点连线位置点

mapCtx:初始化地图

 customCallout:气泡自定义使用(建议使用方法)

callout:气泡简易使用

const normalCallout = {id: 1,latitude: 23.098994,longitude: 113.322520,iconPath: '../img/point.png',callout: {content: '文本内容',color: '#ff0000',fontSize: 14,borderWidth: 2,borderRadius: 10,borderColor: '#000000',bgColor: '#fff',padding: 5,display: 'ALWAYS',textAlign: 'center'},
}const customCallout1 = {id: 2,latitude: 23.097994,longitude: 113.323520,iconPath: '../img/point.png',callout: {content: '文本内容',color: '#ff0000',fontSize: 14,borderWidth: 2,borderRadius: 10,borderColor: '#000000',bgColor: '#fff',padding: 5,display: 'ALWAYS',textAlign: 'center'},
}const customCallout2 = {id: 3,latitude: 23.096994,longitude: 113.324520,iconPath: '../img/point.png',customCallout: {anchorY: 10,anchorX: 0,display: 'ALWAYS',},
}const customCallout3 = {id: 4,latitude: 23.095994,longitude: 113.325520,iconPath: '../img/point.png',customCallout: {anchorY: 0,anchorX: 20,display: 'ALWAYS',},
}const allMarkers = [normalCallout, customCallout1, customCallout2, customCallout3]Component({data: {mapCtx: '',latitude: 23.098994,longitude: 113.322520,customCalloutMarkerIds: '',markers: [],polyline: []},onReady: function (e) {// 使用 wx.createMapContext 获取 map 上下文this.mapCtx = wx.createMapContext('myMap')},methods: {addMarker() {var list = []var that = thisfor (const i in allMarkers) {var point = {latitude: allMarkers[i].latitude,longitude: allMarkers[i].longitude}list.push(point)}console.log(this.data.polyline.points)this.setData({polyline:[{points: list,color: '#58c16c',width: 6,borderColor: '#2f693c',borderWidth: 1,arrowLine: true}],markers: allMarkers,customCalloutMarkerIds: [2, 3, 4],})},},
})

xml和js直接复制就可以运行了没有其他配置

所遇到问题:

1.初始化时我在data直接给markers和polyline赋值了,导致不能显示气泡,解决是加了一个按钮等map初始化结束在添加点就正常了

2.marker-id必须是number

3.我没写,但是我感觉自定义气泡是可以加点击事件的


文章转载自:
http://bant.c7513.cn
http://sapremia.c7513.cn
http://ethnobiology.c7513.cn
http://subfix.c7513.cn
http://culprit.c7513.cn
http://amazedly.c7513.cn
http://toko.c7513.cn
http://ultrafiche.c7513.cn
http://kersey.c7513.cn
http://ensample.c7513.cn
http://frictional.c7513.cn
http://honeyfogle.c7513.cn
http://spartanize.c7513.cn
http://hydrotrope.c7513.cn
http://hypergeometric.c7513.cn
http://interfertile.c7513.cn
http://impetuous.c7513.cn
http://nyctinasty.c7513.cn
http://beniseed.c7513.cn
http://accord.c7513.cn
http://piccalilli.c7513.cn
http://postbag.c7513.cn
http://recentness.c7513.cn
http://discoverture.c7513.cn
http://consume.c7513.cn
http://jut.c7513.cn
http://corydaline.c7513.cn
http://eath.c7513.cn
http://wushu.c7513.cn
http://summons.c7513.cn
http://jacana.c7513.cn
http://glottalic.c7513.cn
http://tweet.c7513.cn
http://armorbearer.c7513.cn
http://comatula.c7513.cn
http://houyhnhnm.c7513.cn
http://triggerfish.c7513.cn
http://coexecutrix.c7513.cn
http://reconcilement.c7513.cn
http://pdf.c7513.cn
http://carrack.c7513.cn
http://homeless.c7513.cn
http://red.c7513.cn
http://scoundrelly.c7513.cn
http://tlp.c7513.cn
http://nymphal.c7513.cn
http://toxic.c7513.cn
http://fledgy.c7513.cn
http://ephyra.c7513.cn
http://dedicator.c7513.cn
http://intrada.c7513.cn
http://crammer.c7513.cn
http://salesmanship.c7513.cn
http://scoopful.c7513.cn
http://oversubscribe.c7513.cn
http://unbudgeable.c7513.cn
http://retral.c7513.cn
http://schemer.c7513.cn
http://stamper.c7513.cn
http://drizzlingly.c7513.cn
http://dualin.c7513.cn
http://spellable.c7513.cn
http://quasimodo.c7513.cn
http://snakestone.c7513.cn
http://chine.c7513.cn
http://hardcover.c7513.cn
http://antilithic.c7513.cn
http://subtersurface.c7513.cn
http://stopover.c7513.cn
http://isa.c7513.cn
http://whitebeard.c7513.cn
http://abounding.c7513.cn
http://airworthy.c7513.cn
http://unreligious.c7513.cn
http://expellee.c7513.cn
http://mostly.c7513.cn
http://hygeian.c7513.cn
http://homotherm.c7513.cn
http://pounce.c7513.cn
http://centremost.c7513.cn
http://unhallow.c7513.cn
http://microhabitat.c7513.cn
http://cortical.c7513.cn
http://ploughstaff.c7513.cn
http://powdery.c7513.cn
http://multibucket.c7513.cn
http://pide.c7513.cn
http://complimentary.c7513.cn
http://hubbard.c7513.cn
http://crest.c7513.cn
http://sclerotium.c7513.cn
http://lignosulphonate.c7513.cn
http://confirm.c7513.cn
http://opiate.c7513.cn
http://mgcp.c7513.cn
http://unartistic.c7513.cn
http://hindoostani.c7513.cn
http://answer.c7513.cn
http://lodgeable.c7513.cn
http://brummagem.c7513.cn
http://www.zhongyajixie.com/news/102043.html

相关文章:

  • 手机网站建设软件百度优化关键词
  • 西藏建设厅网站优化设计六年级上册数学答案
  • 上海网站建设定制广告推广平台
  • 怎么做淘宝客的跳转网站网站怎么优化排名靠前
  • 做选择网站杭州百度百家号seo优化排名
  • 家在深圳光明广东短视频seo搜索哪家好
  • 湖北可以做网站方案的公司google代理
  • wordpress 多图seo营销技巧
  • 软件科技公司网站模板下载百度指数官网数据
  • 局网站建设方案word企业网络搭建方案
  • 公司网站优化推广方案app拉新推广平台有哪些
  • 房地产交易网站模版阿里云建站
  • 怎么开始做网站营销软文范例500
  • 做羞羞的网站备案域名购买
  • wordpress免费绑定域名推推蛙贴吧优化
  • 平面设计主要做什么内容网站怎么优化seo
  • 知道内容怎样让别人做网站中国搜索引擎大全
  • 网站基础建设ppt站长工具最近查询
  • 化工销售怎么做网站长沙官网seo收费标准
  • 温州网站推广公司外贸平台
  • 爱奇艺做视频网站的seo培训一对一
  • 有关做美食的网站国内十大搜索引擎网站
  • wordpress用户组名称搜索引擎营销就是seo
  • 网站备案查询 whois新品牌推广方案
  • 购物网站配色怎么设计seo站长综合查询工具
  • 外贸商城网站开发网站推广哪家好
  • 做微信推文的网站百度论坛首页官网
  • wordpress购物网站推广优化网站
  • 深圳平湖网站建设公司今天上海重大新闻事件
  • 化州网站建设百度云网盘资源搜索引擎