演示效果:图片资源index.js /** * 回到自己位置,在cover-image上绑定点击事件即可. */ clickcontrol(e) { let mpCtx = wx.createMapContext("map"); mpCtx.moveToLocation(); },