Commit 775a8a75 authored by 张冬's avatar 张冬

更新

parent 080f5af5
<template>
<div>
<div class="content">
<upload @onsuccess="\"></upload>
<upload @onsuccess="get"></upload>
<div @click="up">上传</div>
</div>
</div>
......@@ -27,6 +27,9 @@ export default {
getimg(val) {
console.log(val)
},
get(val){
console.log(val)
},
async up() {
try {
const {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment