CitrusLimonc

Results 1 comments of CitrusLimonc

我这边用的是rax,您看下,我这边看了下没看出来rax底层有什么问题 ` import { createElement, render, Component } from 'rax'; export default class Test extends Component { constructor(props) { super(props); } getImage = () => { console.log(window.__weex_env__); this.refs.img1.save((res)=>{ console.log('this.refs.img1', res);...