梁婉玲krysliang
Results
3
comments of
梁婉玲krysliang
trafficstars
` draw(animationData,assetsPath,animationSpeed,loop,autoplay){ wx.createSelectorQuery().select('#c1').node(res => { const canvas = res.node context = canvas.getContext('2d') let rate = 750/1334 canvas.width = (_that.data.width) * _that.data.pixelRatio canvas.height = (_that.data.width * rate ) * _that.data.pixelRatio canvas.top...
https://help.aliyun.com/knowledge_detail/39998.html?spm=a2c6h.13066369.0.0.59924697EOzwJp 阿里云官方有这个文档,但是这个怎么运用在react-native-aliyun-push里面进行修改呢?