mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 02:46:46 +08:00
提交
This commit is contained in:
@@ -277,6 +277,13 @@
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
submit(){
|
submit(){
|
||||||
|
if(this.inputValue==''){
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
this.inputValue=this.inputValue.replace(/^\s*|\s*$/g,"");
|
||||||
|
if(this.inputValue==''){
|
||||||
|
return;
|
||||||
|
}
|
||||||
if(this.inputValue!=''){
|
if(this.inputValue!=''){
|
||||||
let cdata={
|
let cdata={
|
||||||
objType:this.objType,
|
objType:this.objType,
|
||||||
|
|||||||
Reference in New Issue
Block a user