|
|
@@ -15,22 +15,22 @@
|
|
|
<u-form-item label="验证码" borderBottom>
|
|
|
<u--input v-model="info.smsCode" border="none" clearable placeholder="请输入手机验证码" maxlength="6"
|
|
|
placeholderStyle="color:#999">
|
|
|
- <template slot="suffix">
|
|
|
- <u-code ref="uCode2" @change="codeChange2" keep-running start-text="发送验证码"
|
|
|
- style="color: #F9E000;" uniqueKey="forgotPassword"></u-code>
|
|
|
- <view @tap="getCode2" :text="tips2" class="u-page__code-text">{{tips2}}</view>
|
|
|
- </template>
|
|
|
</u--input>
|
|
|
+ <view class="suffixClass dis">
|
|
|
+ <u-code ref="uCode2" @change="codeChange2" keep-running start-text="发送验证码"
|
|
|
+ style="color: #F9E000;" uniqueKey="forgotPassword"></u-code>
|
|
|
+ <view @tap="getCode2" :text="tips2" class="u-page__code-text">{{tips2}}</view>
|
|
|
+ </view>
|
|
|
</u-form-item>
|
|
|
<u-form-item label="新密码" borderBottom>
|
|
|
<u--input v-model="info.password" border="none" clearable placeholder="请输入密码"
|
|
|
placeholderStyle="color:#999" :password="isHidePassword">
|
|
|
- <template slot="suffix">
|
|
|
- <image class="icon-img"
|
|
|
- :src="isHidePassword?'/static/image/login/icon-hide.png':'/static/image/login/icon-show.png'"
|
|
|
- mode="" @tap="isHidePassword=!isHidePassword"></image>
|
|
|
- </template>
|
|
|
</u--input>
|
|
|
+ <view class="suffixClass">
|
|
|
+ <image class="icon-img"
|
|
|
+ :src="isHidePassword?'/static/image/login/icon-hide.png':'/static/image/login/icon-show.png'"
|
|
|
+ mode="" @tap="isHidePassword=!isHidePassword"></image>
|
|
|
+ </view>
|
|
|
</u-form-item>
|
|
|
</u--form>
|
|
|
<view class="performLogin">
|
|
|
@@ -241,6 +241,11 @@
|
|
|
font-size: 26rpx;
|
|
|
}
|
|
|
|
|
|
+ .suffixClass {
|
|
|
+ margin-left: 10rpx;
|
|
|
+ font-size: 30rpx;
|
|
|
+ }
|
|
|
+
|
|
|
::v-deep {
|
|
|
.u-form-item__body {
|
|
|
padding: 34rpx 0;
|