askbot-dragon 1.3.69 → 1.3.70

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "askbot-dragon",
3
- "version": "1.3.69",
3
+ "version": "1.3.70",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -887,7 +887,7 @@ export default {
887
887
  // 记住使用的缩放值
888
888
  that.displacement.scale = newScale;
889
889
  // 图像应用缩放效果
890
- this.pages.forEach(item =>{
890
+ that.pages.forEach(item =>{
891
891
  if(item.dom) {
892
892
  item.dom.children.forEach( childDom =>{
893
893
  if(childDom.tagName == 'CANVNS') {