-- 好久没写文章了, 最近好忙好忙
input file选择文件, 但是有条件的话怎么办。怎么阻止。
哈哈 就是修改file
vue参考代码
nextPhotographCheck(){
let row = this.list.find(e => e.choice)
if(row.type == 2){
if(!Config.isNumber2(row.writeZhekou) && row.writeZhekou !== ''){
this.isSelectPic = false
}else{
this.isSelectPic = true
}
}
},
nextPhotographClick(){
this.isSelectPic || Config.totast('填写的金额不对')
},
--END--
网友评论