美文网首页
微信小程序调用微信地图

微信小程序调用微信地图

作者: 郭的妻 | 来源:发表于2020-01-15 15:38 被阅读0次
    wx.startLocationUpdateBackground();
    wx.chooseLocation({
      success(res) {
        // console.log(res);
        that.Setdata('address', res.address + res.name);
        that.Setdata('lat', res.latitude);
        that.Setdata('lng', res.longitude);
      }
    });

    相关文章

      网友评论

          本文标题:微信小程序调用微信地图

          本文链接:https://www.haomeiwen.com/subject/jemtzctx.html