methods:{
myclick(){
this.$http({
methods:"post",
url:"../../../static/my.json",
headers:{"Content-Type":'application/x-www-form-urlencoded; charset=UTF-8'}
}).then((res)=>{
console.log(JSON.stringify(res.data).length);

if(JSON.stringify(res.data).length>0){
this.myshow=false;
}else{
this.myshow=true;
}
})
}
}
Logo

前往低代码交流专区

更多推荐