|
@@ -35,7 +35,7 @@ Page({
|
|
|
const width = res[0].width
|
|
const width = res[0].width
|
|
|
const height = res[0].height
|
|
const height = res[0].height
|
|
|
const canvas = res[0].node
|
|
const canvas = res[0].node
|
|
|
- this.drawCanvas._init({ width, height, canvas, dicTypePath: this.data.dicTypePath[1] })
|
|
|
|
|
|
|
+ this.drawCanvas._init({ width, height, canvas, dicTypePath: this.data.dicTypePath[2] })
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
start() {
|
|
start() {
|