张泽亮 1 ano atrás
pai
commit
33ed20fdc2
1 arquivos alterados com 5 adições e 0 exclusões
  1. +5
    -0
      src/views/project/signUp.vue

+ 5
- 0
src/views/project/signUp.vue Ver arquivo

@@ -350,6 +350,11 @@ export default {
})
},
onRead (file) {
this.$toast.loading({
message: "正在提交...",
forbidClick: true,
duration: 0,
});
let data = {};
let f = []
for (let i of file){


Carregando…
Cancelar
Salvar