Browse Source

裁图按钮放上面

lzm_web
Linzm 6 months ago
parent
commit
898e0cef4d
  1. 6
      src/views/badge/index.vue

6
src/views/badge/index.vue

@ -250,7 +250,7 @@ const option = ref({ @@ -250,7 +250,7 @@ const option = ref({
canScale: true,
autoCropWidth: 1024,
autoCropHeight: 1024,
ceilbutton: false,
ceilbutton: true,
infoTrue: true,
fixed: false,
fixedNumber: [3, 4],
@ -287,8 +287,8 @@ const openApp = () => { @@ -287,8 +287,8 @@ const openApp = () => {
option.value.ceilbutton = false
options.value.ceilbutton = false
} else {
option.value.ceilbutton = false
options.value.ceilbutton = false
option.value.ceilbutton = true
options.value.ceilbutton = true
}
}
const imgurl = ref('')

Loading…
Cancel
Save