Browse Source

宅基地调查

wulanhaote
nsgkyjk 3 years ago
parent
commit
2b274ac8dc
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/views/homesteadSurvey/list.vue

+ 4
- 4
src/views/homesteadSurvey/list.vue View File

@@ -1520,8 +1520,8 @@
img.onload = () => {
/*const h = img.height
const w = img.width*/
let ch = img.height/1
let cw = img.width/1
let ch = img.height/5
let cw = img.width/5
let canvas = document.createElement('canvas')
let ctx = canvas.getContext('2d')
canvas.height = ch
@@ -1560,8 +1560,8 @@
img.onload = () => {
/*const h = img.height
const w = img.width*/
let ch = img.height/1
let cw = img.width/1
let ch = img.height/5
let cw = img.width/5
let canvas = document.createElement('canvas')
let ctx = canvas.getContext('2d')
canvas.height = ch


Loading…
Cancel
Save