内射老阿姨1区2区3区4区_久久精品人人做人人爽电影蜜月_久久国产精品亚洲77777_99精品又大又爽又粗少妇毛片

微信小程序表單驗證WxValidate的使用-創(chuàng)新互聯(lián)

效果圖GIF

創(chuàng)新互聯(lián)建站服務項目包括振興網(wǎng)站建設(shè)、振興網(wǎng)站制作、振興網(wǎng)頁制作以及振興網(wǎng)絡營銷策劃等。多年來,我們專注于互聯(lián)網(wǎng)行業(yè),利用自身積累的技術(shù)優(yōu)勢、行業(yè)經(jīng)驗、深度合作伙伴關(guān)系等,向廣大中小型企業(yè)、政府機構(gòu)等提供互聯(lián)網(wǎng)行業(yè)的解決方案,振興網(wǎng)站推廣取得了明顯的社會效益與經(jīng)濟效益。目前,我們服務的客戶以成都為中心已經(jīng)輻射到振興省份的部分城市,未來相信會繼續(xù)擴大服務區(qū)域并繼續(xù)獲得客戶的支持與信任!

git地址:WxValidate

使用

import WxValidate from '../../utils/WxValidate';
Page({
  data: {
    basicInfo: {
      tel: '',
      post: '',
      weChat: '',
      specialPlane: '',
      email: '',
      intro: ''
    }
  },
  onLoad() {
    this.initValidate();
  },
  initValidate() {
    const rules = {
      tel: {
        required: true,
        tel: true,
      }, post: {
        required: true,
      }, weChat: {
        required: true,
      }, specialPlane: {
        required: true,
      }, email: {
        required: true,
        email: true
      }
    };
    const messages = {
      tel: {
        required: '請輸入手機號',
        tel: '請輸入正確格式手機號',
      }, post: {
        required: '請輸入職位',
      }, weChat: {
        required: '請輸入微信號',
      }, specialPlane: {
        required: '請輸入座機號',
      }, email: {
        required: '請輸入電子郵箱',
        email: '請輸入正確格式電子郵箱',
      }
    };
    this.WxValidate = new WxValidate(rules, messages)
  },
  formChange(val) {
    let obj = {}
    obj[`basicInfo.${val.currentTarget.dataset.val}`]= val.detail.value
    this.setData(obj)
  },
  submitForm(e) {
    const params = e.detail.value
    if (!this.WxValidate.checkForm(params)) {
      const error = this.WxValidate.errorList[0]
      this.showModal(error)
      return false
    }
  },
  showModal(error) {
    wx.showToast({
      title: error.msg,
      icon: 'none',
      duration: 2000
     })
  },
})

文章標題:微信小程序表單驗證WxValidate的使用-創(chuàng)新互聯(lián)
網(wǎng)頁鏈接:http://www.rwnh.cn/article2/ceicic.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供面包屑導航、自適應網(wǎng)站、動態(tài)網(wǎng)站、網(wǎng)站策劃、建站公司、ChatGPT

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)

h5響應式網(wǎng)站建設(shè)
临洮县| 永胜县| 财经| 错那县| 万宁市| 兰州市| 洛扎县| 科尔| 鹤峰县| 宜城市| 左权县| 文水县| 武夷山市| 彭泽县| 文成县| 石嘴山市| 鲁山县| 资兴市| 芦山县| 绵阳市| 崇左市| 萝北县| 沂南县| 林西县| 如皋市| 通州市| 卫辉市| 霍林郭勒市| 南召县| 瑞昌市| 赤壁市| 永城市| 两当县| 南城县| 宽甸| 加查县| 朝阳区| 福清市| 贵定县| 都兰县| 肇东市|