摘要: <view class='hong-contant'> <form bindsubmit="teformSubmit"> <view class='contant-teamwork'> <view class='teamwork-inputs'> <view class='inputs-box fl 阅读全文
posted @ 2017-12-08 16:55 ThisCall 阅读(782) 评论(0) 推荐(0) 编辑
摘要: <view class="hong-container"> <!-- 1头部选照片 --> <view class='hong-top'> <view class='top-box flex'> <view class='top-only'> <view class='only-pic'> <vie 阅读全文
posted @ 2017-12-08 16:20 ThisCall 阅读(263) 评论(0) 推荐(0) 编辑
摘要: yanZhengInput: function (e) { var that = this; var yanzheng = e.detail.value; var huozheng = this.data.huozheng console.log(e.detail.value) that.setDa 阅读全文
posted @ 2017-12-08 09:30 ThisCall 阅读(1187) 评论(0) 推荐(0) 编辑
摘要: //登录输入密码 userPasswordInput: function (e) { var that = this; this.setData({ userPassword: e.detail.value }) // console.log(e.detail.value.length) // co 阅读全文
posted @ 2017-12-08 09:27 ThisCall 阅读(2252) 评论(0) 推荐(1) 编辑
摘要: // 登录手机验证 loginPhone: function (e) { var phone = e.detail.value; if (!(/^1[34578]\d{9}$/.test(phone))) { this.setData({ ajxtrue: false }) if (phone.le 阅读全文
posted @ 2017-12-08 09:23 ThisCall 阅读(1535) 评论(0) 推荐(0) 编辑