if (wx.chooseAddress) {
wx.chooseAddress({
success: function (res) {
console.log(JSON.stringify(res))
},
fail: function (err) {
console.log(JSON.stringify(err))
wx.redirectTo({
url: '../personal_center/personal_center',
})
}
})
} else {
console.log('当前微信版本不支持chooseAddress');

}


小程序 调用地址api小程序 调用地址api小程序 调用地址api小程序 调用地址api

相关文章:

  • 2021-04-24
  • 2022-01-20
  • 2021-12-04
  • 2021-10-14
  • 2022-12-23
  • 2021-12-04
  • 2021-12-18
  • 2021-05-13
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-21
  • 2021-06-14
  • 2022-12-23
  • 2022-02-06
  • 2021-05-28
相关资源
相似解决方案