Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
zhangzl
/
nsgk_mobile
Observar
2
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
宅基地调查
wulanhaote
nsgkyjk
3 anos atrás
pai
86711f705c
commit
13ae8416c3
2 arquivos alterados
com
8 adições
e
8 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+4
-4
src/views/homesteadSurvey/add.vue
+4
-4
src/views/homesteadSurvey/list.vue
+ 4
- 4
src/views/homesteadSurvey/add.vue
Ver arquivo
@@ -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
Ver arquivo
@@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar