Commit f08f3e28 authored by youjie's avatar youjie

no message

parent 4463ffbf
......@@ -60,6 +60,7 @@
border: 1px solid #AAAAAA;
text-align: center;
outline: none;
font-size: 14px;
}
button.bg-accent{
background: linear-gradient(90deg, #C91727, #C91727) !important;
......@@ -91,10 +92,6 @@
<img src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1654136886000_860.png"
mode="widthFix" class="examList-popup-icon"></img>
<div class="examList-popup-content">
<!-- <q-input rounded outlined
class="examList-popup-name"
v-model="uploadParm.ExamName"
label="请输入考试名称" /> -->
<input v-model="uploadParm.ExamName" class="examList-popup-name" placeholder="请输入考试名称"/>
<div class="diy-upload-class">
<el-upload class="avatar-uploader"
......@@ -110,17 +107,6 @@
<q-btn color="accent" size="sm" class="q-mr-md" icon="cloud_upload" label="选择文件"></q-btn>
</el-upload>
</div>
<!-- <van-uploader
class="examList-popup-fil-box flex"
accept="file"
preview-size="120px"
:before-read="beforeRead"
@after-read="customUpload"
>
<button round color='#C91727' icon="add-o" custom-style='width: 360px;margin:0 auto;' block>选择文件</button>
</van-uploader> -->
</div>
</div>
</div>
......@@ -174,10 +160,8 @@
message: '请填写考试名称',
position: "top"
});
console.log('......')
return false;
}
console.log('0000000000000')
Loading.show({
message:"正在上传文件"
})
......@@ -185,7 +169,7 @@
},
uploadFileSuccess(res,file,fileList){
Loading.hide()
if(res.data.Code!=1){
if(res.Code!=1){
Notify.create({
icon: "error",
color: "dark",
......@@ -197,7 +181,6 @@
delta:1
})
}
}
// closepopup(){
// this.show = false
......
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