Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
S'inscrire
Connexion
zhangzl
/
nsgk_mobile
Suivre
2
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Parcourir la source
宅基地调查
wulanhaote
nsgkyjk
il y a 3 ans
Parent
86711f705c
révision
13ae8416c3
2 fichiers modifiés
avec
8 ajouts
et
8 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+4
-4
src/views/homesteadSurvey/add.vue
+4
-4
src/views/homesteadSurvey/list.vue
+ 4
- 4
src/views/homesteadSurvey/add.vue
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Écrire
Aperçu
Chargement…
Annuler
Enregistrer