|
@@ -94,7 +94,7 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
</view>
|
|
</view>
|
|
- <view class="item">
|
|
|
|
|
|
+ <!-- <view class="item">
|
|
<view class="star">
|
|
<view class="star">
|
|
*
|
|
*
|
|
</view>
|
|
</view>
|
|
@@ -105,7 +105,7 @@
|
|
{{form.mobile ? form.mobile : '去填写'}}
|
|
{{form.mobile ? form.mobile : '去填写'}}
|
|
<u-icon name="arrow-right" size="20" margin-left="20"></u-icon>
|
|
<u-icon name="arrow-right" size="20" margin-left="20"></u-icon>
|
|
</view>
|
|
</view>
|
|
- </view>
|
|
|
|
|
|
+ </view> -->
|
|
<view class="item" v-if="pwd_show">
|
|
<view class="item" v-if="pwd_show">
|
|
<view class="star">
|
|
<view class="star">
|
|
*
|
|
*
|
|
@@ -304,7 +304,7 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
|
|
- <view class="item">
|
|
|
|
|
|
+ <!-- <view class="item">
|
|
<view class="star">
|
|
<view class="star">
|
|
*
|
|
*
|
|
</view>
|
|
</view>
|
|
@@ -315,7 +315,7 @@
|
|
{{form.mobile ? form.mobile : '去填写'}}
|
|
{{form.mobile ? form.mobile : '去填写'}}
|
|
<u-icon name="arrow-right" size="20" margin-left="20"></u-icon>
|
|
<u-icon name="arrow-right" size="20" margin-left="20"></u-icon>
|
|
</view>
|
|
</view>
|
|
- </view>
|
|
|
|
|
|
+ </view> -->
|
|
<view class="item" v-if="pwd_show">
|
|
<view class="item" v-if="pwd_show">
|
|
<view class="star">
|
|
<view class="star">
|
|
*
|
|
*
|
|
@@ -603,14 +603,14 @@
|
|
})
|
|
})
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- let myreg = /^[1][3,4,5,6,7,8,9][0-9]{9}$/
|
|
|
|
- if (!myreg.test(this.form.mobile)) {
|
|
|
|
- uni.showToast({
|
|
|
|
- title: '您输入的手机号有误,请检查!',
|
|
|
|
- icon: 'none'
|
|
|
|
- })
|
|
|
|
- return
|
|
|
|
- }
|
|
|
|
|
|
+ // let myreg = /^[1][3,4,5,6,7,8,9][0-9]{9}$/
|
|
|
|
+ // if (!myreg.test(this.form.mobile)) {
|
|
|
|
+ // uni.showToast({
|
|
|
|
+ // title: '您输入的手机号有误,请检查!',
|
|
|
|
+ // icon: 'none'
|
|
|
|
+ // })
|
|
|
|
+ // return
|
|
|
|
+ // }
|
|
if (!this.form.password && this.pwd_show == true) {
|
|
if (!this.form.password && this.pwd_show == true) {
|
|
uni.showToast({
|
|
uni.showToast({
|
|
title: '密码不能为空',
|
|
title: '密码不能为空',
|
|
@@ -708,14 +708,14 @@
|
|
})
|
|
})
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- let myreg = /^[1][3,4,5,6,7,8,9][0-9]{9}$/
|
|
|
|
- if (!myreg.test(this.form.mobile)) {
|
|
|
|
- uni.showToast({
|
|
|
|
- title: '您输入的手机号有误,请检查!',
|
|
|
|
- icon: 'none'
|
|
|
|
- })
|
|
|
|
- return
|
|
|
|
- }
|
|
|
|
|
|
+ // let myreg = /^[1][3,4,5,6,7,8,9][0-9]{9}$/
|
|
|
|
+ // if (!myreg.test(this.form.mobile)) {
|
|
|
|
+ // uni.showToast({
|
|
|
|
+ // title: '您输入的手机号有误,请检查!',
|
|
|
|
+ // icon: 'none'
|
|
|
|
+ // })
|
|
|
|
+ // return
|
|
|
|
+ // }
|
|
if (!this.form.password && this.pwd_show == true) {
|
|
if (!this.form.password && this.pwd_show == true) {
|
|
uni.showToast({
|
|
uni.showToast({
|
|
title: '密码不能为空',
|
|
title: '密码不能为空',
|