<view class="form-box" bindtap="getLocal">
<view class="form-content-left">
选择位置
</view>
<view class="form-content-right">
<input type="text" name="addressPath" id="addressPath" value="{{addressPath == null || addressPath == '' ? '请选择地址': addressPath }}" readonly />
</view>
</view>
getLocal: function(e){
console.log('调用选择位置')
wx.chooseLocation({
success: (res) => {
this.setData({
addressPath : res.address
})
},
fail: (res)=>{
console.log(res)
},
complete: function (res) {
console.log(res)
}
})
},
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
哈哈哈哈哈哈笑死了
模拟器不行,真机可以