|
@@ -19,7 +19,7 @@
|
|
<view class="input">
|
|
<view class="input">
|
|
<input class="item" v-model="formData.password" :password="showPassword" placeholder="请输入密码" />
|
|
<input class="item" v-model="formData.password" :password="showPassword" placeholder="请输入密码" />
|
|
<!-- <text class="uni-icon" :class="[!showPassword ? 'uni-eye-active' : '']" @click="changePassword"></text> -->
|
|
<!-- <text class="uni-icon" :class="[!showPassword ? 'uni-eye-active' : '']" @click="changePassword"></text> -->
|
|
- <uni-icons custom-prefix="iconfont" class="item" :type="showPassword?'icon-biyanjing':'icon-yanjing'" color="#000" size="50" @click="changePassword"></uni-icons>
|
|
|
|
|
|
+ <uni-icons custom-prefix="iconfont" class="item" :type="showPassword?'icon-biyanjing':'icon-yanjing'" color="#cfcfcf" size="50" @click="changePassword"></uni-icons>
|
|
<!-- :type="showPassword?'icon-biyanjing':'icon-yanjing'" -->
|
|
<!-- :type="showPassword?'icon-biyanjing':'icon-yanjing'" -->
|
|
</view>
|
|
</view>
|
|
</uni-forms-item>
|
|
</uni-forms-item>
|