Commit f08f3e28 authored by youjie's avatar youjie

no message

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