1***@163.com
1***@163.com
  • 发布:2024-01-30 14:24
  • 更新:2024-01-30 14:24
  • 阅读:115

u-draw

分类:uni-app

const url = '../../static/bg-far.png'
let i =370
draw(async (ctx) => {
await ctx.drawRoundImage(url, i, 0, 150, 150, 100)
})
const stop = renderAnimation(() => {
console.log(222);
i--
if (i == 0){
stop()
}
})
this.imgUrl = await create()

2024-01-30 14:24 负责人:无 分享
已邀请:

要回复问题请先登录注册