@@ -113,7 +113,7 @@
});
this.$u.api.report(this.form).then(res=>{
console.log('res',res);
- this.form = {};
+ // this.form = {};
uni.showToast({
icon:'none',
title:res.msg,