我这里是 Android 和 h5 都是指向父级,在小程序中指向组件。请问有解决方案吗? hotTeacherList() { console.log(this) return this.$sendHttp({ url: 'xxxxxxxx', data: { schoolAreaId: this.locationInfo.schoolAreaId, } }) },
5 个回复
t***@gmail.com
是官方的问题吗?已遇到同样问题! APP上会出现这种问题, 小程序和H5不会出现, 对象中有fn, 传递到组件后, 对象已不存在fn
kongderay
我也出现这种问题,当props的值是函数的时候,函数中的this指向错误,跟网页不一致,在H5端函数中的this是指向父组件实例对象,app端this不指向父组件
1***@qq.com
我这里是 Android 和 h5 都是指向父级,在小程序中指向组件。请问有解决方案吗?
hotTeacherList() {
console.log(this)
return this.$sendHttp({
url: 'xxxxxxxx',
data: {
schoolAreaId: this.locationInfo.schoolAreaId,
}
})
},
w***@126.com
没有
2020-02-04 17:41
1***@qq.com
参考这个问题:https://ask.dcloud.net.cn/question/70659
uniapp
不支持props
传递对象里的属性有函数therNoY - haahh
有解决办法
https://blog.csdn.net/qq_40445661/article/details/118539610