| xqd
@@ -42,7 +42,7 @@
|
|
|
</view>
|
|
|
<input v-model="password" placeholder="请输入密码" :password="true" style="height: 28rpx;" />
|
|
|
</view>
|
|
|
- <view class="flex align-center justify-between" style="margin: 30rpx 0 100rpx 0;color: #00aaff;font-weight: bold;">
|
|
|
+ <view class="flex align-center justify-between" style="margin: 30rpx 0 100rpx 0;color: #0C74B9;font-weight: bold;">
|
|
|
<view style="text-align: center;">
|
|
|
<text @click="ispwdlogin = !ispwdlogin">{{ispwdlogin?'验证码':'手机号密码'}}登录</text>
|
|
|
</view>
|
| xqd
@@ -123,6 +123,7 @@
|
|
|
//一键登录按钮样式
|
|
|
customStyle: {
|
|
|
boxShadow: '0px 0px 16px 0px rgba(0, 0, 0, 0.08)',
|
|
|
+ backgroundColor:'#0C74B9'
|
|
|
},
|
|
|
//logo图片 base64
|
|
|
phoneData: '', // 用户/电话
|