Przeglądaj źródła

宅基地调查

wulanhaote
nsgkyjk 3 lat temu
rodzic
commit
13ae8416c3
2 zmienionych plików z 8 dodań i 8 usunięć
  1. +4
    -4
      src/views/homesteadSurvey/add.vue
  2. +4
    -4
      src/views/homesteadSurvey/list.vue

+ 4
- 4
src/views/homesteadSurvey/add.vue Wyświetl plik

@@ -3740,8 +3740,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
@@ -3785,8 +3785,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


+ 4
- 4
src/views/homesteadSurvey/list.vue Wyświetl plik

@@ -1520,8 +1520,8 @@
img.onload = () => {
/*const h = img.height
const w = img.width*/
let ch = img.height/6
let cw = img.width/6
let ch = img.height/1
let cw = img.width/1
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/6
let cw = img.width/6
let ch = img.height/1
let cw = img.width/1
let canvas = document.createElement('canvas')
let ctx = canvas.getContext('2d')
canvas.height = ch


Ładowanie…
Anuluj
Zapisz