uni.chooseLocation android 一切正常 ios端 可定位 显示没有搜索到相关数据
[JS Framework] Failed to execute the callback function:
TypeError: undefined is not an object (evaluating 'this.$refs.nearListLoadmore.resetLoadmore')
我也遇到这个问题了iOS上不显示列表, 然后报一个错误[JS Framework] Failed to execute the callback function:TypeError: undefined is not an object (evaluating 'this.$refs.nearListLoadmore.resetLoadmore') __ERROR
5***@qq.com
chooseLocation() {
uni.chooseLocation({
success: (res) => {
this.updateProjectLocation(res)
}
})
},
一张图片添加点击事件触发这个方法就行,ios显示不了相关数据,android正常
2023-02-27 19:12
DCloud_UNI_WZF
回复 5***@qq.com: 提供一个可运行的测试工程
2023-02-27 22:25