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

分类:

技术点:

相关文章: