版本1.2.3
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<view class="radius">
|
||||
|
||||
<view class="cu-form-group">
|
||||
<view class="title text-black">姓名</view>
|
||||
<view class="title text-black mini-label">姓名</view>
|
||||
<input v-model="auth.userName" placeholder="请输入姓名" name="input"></input>
|
||||
</view>
|
||||
<!-- <view class="cu-form-group">
|
||||
@@ -32,12 +32,12 @@
|
||||
</view> -->
|
||||
|
||||
<view class="cu-form-group">
|
||||
<view class="title text-black">手机号</view>
|
||||
<view class="title text-black mini-label">手机号</view>
|
||||
<input type="number" v-model="auth.phone" placeholder="请输入手机号" name="input"></input>
|
||||
<text :class="frozen?'text-gray':'oil-main-color'" @tap="sendMsg">{{tips}}</text>
|
||||
</view>
|
||||
<view class="cu-form-group">
|
||||
<view class="title text-black">验证码</view>
|
||||
<view class="title text-black mini-label">验证码</view>
|
||||
<input type="number" :maxlength="6" v-model="auth.captcha" placeholder="请输入六位数字验证码" name="input"></input>
|
||||
</view>
|
||||
</view>
|
||||
@@ -179,7 +179,8 @@
|
||||
uni.setStorageSync('userMenu', res.data.loginUser.procedureAuthList)
|
||||
uni.setStorageSync('loginUser', {
|
||||
id: res.data.loginUser.id,
|
||||
name: res.data.loginUser.name
|
||||
name: res.data.loginUser.name,
|
||||
userPhone: res.data.loginUser.userPhone
|
||||
})
|
||||
uni.reLaunch({
|
||||
url: '/pages/index/index',
|
||||
@@ -234,7 +235,8 @@
|
||||
uni.setStorageSync('userMenu', res.data.loginUser.procedureAuthList)
|
||||
uni.setStorageSync('loginUser', {
|
||||
id: res.data.loginUser.id,
|
||||
name: res.data.loginUser.name
|
||||
name: res.data.loginUser.name,
|
||||
userPhone: res.data.loginUser.userPhone
|
||||
})
|
||||
} else {
|
||||
console.log('res', res.code)
|
||||
|
||||
Reference in New Issue
Block a user