if (!/^1[3456789]\d{9}$/.test(this.data.mobile)) { wx.showToast({ title: \'联系人电话格式错误\', icon: \'none\', }); return; } 相关文章: