dqmmpb

Results 4 comments of dqmmpb

https://github.com/yzrobot/cloud_annotation_tool/issues/4#issuecomment-416995311 use this

1. 直接使用 https://github.com/dntzhang/cax/tree/master/packages/cax-weapp/cax 中的模块,按照 https://nervjs.github.io/taro/docs/mini-third-party.html 中的方式 2. 引入cax组件 ├── cax │   ├── cax.js │   ├── cax.json │   ├── cax.wxml │   ├── cax.wxss │   └── index.js 3. demo代码 ``` import Taro,...

> Cannot read property 'setData' of null;at "pages/index/index" page lifeCycleMethod onReady function @zhangchenna 我这里没出现setData为空的情况 cax 我放置的位置是 ``` ├── src │   ├── lib │   │   ├── cax │   │   │   ├──...

迁移自 [wechart中SVG的example](https://github.com/dntzhang/wechart/tree/master/packages/path/examples/man)的例子 ``` import Taro, {Component, Config} from '@tarojs/taro' import {View} from '@tarojs/components' import Cax from '@/lib/cax' import pasition from "./pasition"; import {getLength} from "./bezier"; import Pen from "./pen"; export...