Ver a proveniência

宅基地调查

wulanhaote
nsgkyjk há 3 anos
ascendente
cometimento
2b274ac8dc
1 ficheiros alterados com 4 adições e 4 eliminações
  1. +4
    -4
      src/views/homesteadSurvey/list.vue

+ 4
- 4
src/views/homesteadSurvey/list.vue Ver ficheiro

@@ -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


Carregando…
Cancelar
Guardar