this.$refs.sotpost.initAmap(this.gps)
- 发布:2021-04-22 09:10
- 更新:2022-01-28 18:14
- 阅读:794
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: 20H2
HBuilderX类型: 正式
HBuilderX版本号: 3.1.9
手机系统: Android
手机系统版本号: Android 11
手机厂商: 小米
手机机型: 小米10
页面类型: vue
打包方式: 云端
项目创建方式: HBuilderX
操作步骤:
预期结果:
预期就是APP端无法实现,而h5页面就可以
预期就是APP端无法实现,而h5页面就可以
实际结果:
this.$refs.sotpost.initAmap is not a function
this.$refs.sotpost.initAmap is not a function
bug描述:
this.$refs.sotpost.initAmap is not a function,我使用父组件的点击事件控制子组件的事件,在h5页面是生效的,但是到了app端就报错,说我的r$efs.sotpost.initAmap is not a funtion不是一个方法
2 个回复
英短小布偶 (作者)
应该是$refs获取不到的问题
uniapp_wujw - 。
有解决了吗