|
@@ -120,6 +120,10 @@
|
|
})
|
|
})
|
|
},
|
|
},
|
|
save(){
|
|
save(){
|
|
|
|
+ if(!this.$u.test.mobile(this.stayInfo.landlinePhone)){
|
|
|
|
+ this.$showToast('请输入正确手机号');
|
|
|
|
+ return
|
|
|
|
+ }
|
|
this.stayInfo.picList=[];
|
|
this.stayInfo.picList=[];
|
|
this.imgUrlList.forEach((i)=>{
|
|
this.imgUrlList.forEach((i)=>{
|
|
if(i.url){
|
|
if(i.url){
|