微信小程序 - 回到自己位置(map)

演示效果:

 

 

图片资源

 

 

 

 

index.js

1   /**
2    * 回到自己位置,在cover-image上绑定点击事件即可.
3    */
4   clickcontrol(e) {
5     let mpCtx = wx.createMapContext("map");
6     mpCtx.moveToLocation();
7   },

 

posted @ 2018-08-30 22:53  Sunsin  阅读(5025)  评论(0编辑  收藏  举报