Commit 2e2e9de0 authored by wildfirecode13's avatar wildfirecode13

Merge branch 'master' of gitlab2.dui88.com:wanghongyuan/new_taobao

parents 8d7ceca7 4afb13ac
# hello_taobao2
# canvas开发
http://gitlab2.dui88.com/wanghongyuan/hello_canvas
# 注意的点
- 不要一次性预加载整个项目的图片,只预加载canvas game需要的。
- 复杂动效用Lottie
- project/src/canvas/game/resCanvasList.js里URL要https开头
# 打开弹窗
```js
sendTbNet(TbNetName.showModal, {name:'ruleModal'}, (s, res) => { })
```
# 切换场景
```js
sendTbNet(TbNetName.navigateToPage, {name:'pageshop'}, (s, res) => { })
```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment