caner 1 year ago
parent
commit
b799b7200d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index/index.js

+ 1 - 1
index/index.js

@@ -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() {