gongyucheng

Results 6 comments of gongyucheng

if I load a fbx file, and I traverse the scene , add mesh.on ,it does not work, get the error "load error!TypeError: mesh.on is not a function"

我加载了一个fbx模型模型,然后添加mesh.on事件,但是提示没有这个方法

> @gongyucheng 我在ios上试了一下是可以的,能提供下相关代码和调试机型吗 一加8T手机,安卓11系统,试过了几个安卓机型都不行的 ![Uploading image.png…]()

import React, { Component } from "react"; import { View } from "@tarojs/components"; import { EChart } from "echarts-taro3-react"; import "./index.scss"; export default class Bar extends Component { componentDidMount() {...

> 不出来 我直接clone了这个项目,然后直接真机调试也是一样的问题

> @gongyucheng 怀疑是ide在真机调试模式下特有的报错,应该是对canvas的报错,预览都是可以的,真机调试确实不行 有什么办法解决吗