摘要: if (!(/^1[34578]\d{9}$/.test(this.data.info_list[2].val.value))) { wx.showToast({ title: '手机号码有误', duration: 2000, icon: 'none' }); return false; } 阅读全文
posted @ 2021-01-15 09:36 web格调 阅读(496) 评论(0) 推荐(0) 编辑
摘要: // pages/audit/audit.js Page({ 数据 data: { time: 3, timer: null }, onLoad: function (options) {}, onShow() { let _this = this; this.setData({ timer: se 阅读全文
posted @ 2021-01-15 09:33 web格调 阅读(2080) 评论(0) 推荐(0) 编辑