收藏
回答

怎么获得location 里面的数据呢?

onShow() {

var that = this

const chooseLocation = requirePlugin('chooseLocation');

const location = chooseLocation.getLocation(); // 如果点击确认选点按钮,则返回选点结果对象,否则返回null

console.log(location.name);  //这样就出错

}


怎么获得location 里面的数据呢?


回答关注问题邀请回答
收藏

2 个回答

  • Charb
    Charb
    2019-09-10

    chooseLocation.getLocation(location=>

       {

         console.log(location)

       })

    chooseLocation.getLocation()这个方法要改,location需要通过回调方法传值

    2019-09-10
    有用 1
    回复 2
    • 宝岛航拍
      宝岛航拍
      2019-09-11
      这样好像也得不到结果呀
      2019-09-11
      回复
    • Charb
      Charb
      2019-09-11回复宝岛航拍
      那你只能打印一下chooseLocation.getLocation()这个方法了,看看能不能打印到location 信息
      2019-09-11
      回复
  • 侯衍超
    侯衍超
    2019-09-10

    chooseLocation.getLocation()里面写回调

    2019-09-10
    有用
    回复 2
登录 后发表内容
问题标签