Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Регистрация
Вход
zhangzl
/
nsgk_mobile
Следить
2
В избранное
0
Форкнуть
0
Код
Задачи
0
Pull Request'ы
0
Релизы
0
Вики
Активность
Просмотр исходного кода
宅基地调查
wulanhaote
nsgkyjk
3 лет назад
Родитель
86711f705c
Сommit
13ae8416c3
2 измененных файлов
:
8 добавлений
и
8 удалений
Разделённый вид
Опции Diff
Показать статистику
Скачать Patch файл
Скачать Diff файл
+4
-4
src/views/homesteadSurvey/add.vue
+4
-4
src/views/homesteadSurvey/list.vue
+ 4
- 4
src/views/homesteadSurvey/add.vue
Просмотреть файл
@@ -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
Просмотреть файл
@@ -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
Редактирование
Предпросмотр
Загрузка…
Отмена
Сохранить