|
@@ -53,6 +53,7 @@
|
|
<image :src="codeUrl" @click="getCode" class="login-code-img"></image>
|
|
<image :src="codeUrl" @click="getCode" class="login-code-img"></image>
|
|
</view >
|
|
</view >
|
|
</view>
|
|
</view>
|
|
|
|
+ <view class="bbtip">严禁通过潜山市智慧政协平台传输国家秘密、工作秘密</view>
|
|
<button v-if="captchaEnabled" type="primary" class=" rbtn mb24 mt50" :class="tucode&&loginForm.username&&loginForm.password?'btn2':'btn'" @click="getLogin">登录</button>
|
|
<button v-if="captchaEnabled" type="primary" class=" rbtn mb24 mt50" :class="tucode&&loginForm.username&&loginForm.password?'btn2':'btn'" @click="getLogin">登录</button>
|
|
<button v-else type="primary" class=" rbtn mb24 mt50" :class="loginForm.username&&loginForm.password?'btn2':'btn'" @click="getLogin">登录</button>
|
|
<button v-else type="primary" class=" rbtn mb24 mt50" :class="loginForm.username&&loginForm.password?'btn2':'btn'" @click="getLogin">登录</button>
|
|
|
|
|
|
@@ -65,7 +66,7 @@
|
|
<input v-model="loginForm.username" class="input" type="text" placeholder="请输入手机号" maxlength="30" />
|
|
<input v-model="loginForm.username" class="input" type="text" placeholder="请输入手机号" maxlength="30" />
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="input-item" style="margin-bottom: 24rpx;" >
|
|
|
|
|
|
+ <view class="input-item">
|
|
<view class="login_tit">验证码</view>
|
|
<view class="login_tit">验证码</view>
|
|
<view style="display: flex;align-items: center;">
|
|
<view style="display: flex;align-items: center;">
|
|
<input v-model="duancode" type="code" class="input" placeholder="请输入短信验证码" maxlength="20" />
|
|
<input v-model="duancode" type="code" class="input" placeholder="请输入短信验证码" maxlength="20" />
|
|
@@ -73,6 +74,7 @@
|
|
<view v-else class="codess" @click="getsendCode">发送验证码</view>
|
|
<view v-else class="codess" @click="getsendCode">发送验证码</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view class="bbtip">严禁通过潜山市智慧政协平台传输国家秘密、工作秘密</view>
|
|
<button v-if="tabidx==2" type="primary" class=" rbtn mb24 mt50" :class="loginForm.username&&duancode?'btn2':'btn'" @click="getLogin">登录</button>
|
|
<button v-if="tabidx==2" type="primary" class=" rbtn mb24 mt50" :class="loginForm.username&&duancode?'btn2':'btn'" @click="getLogin">登录</button>
|
|
|
|
|
|
</block>
|
|
</block>
|
|
@@ -395,6 +397,7 @@
|
|
.mzimg{width: 100rpx;height: 44rpx;margin: 0 auto 40rpx;}
|
|
.mzimg{width: 100rpx;height: 44rpx;margin: 0 auto 40rpx;}
|
|
.rtxt{font-size: 32rpx;font-weight: 500;
|
|
.rtxt{font-size: 32rpx;font-weight: 500;
|
|
color: $com-cd3;text-align: center;}
|
|
color: $com-cd3;text-align: center;}
|
|
|
|
+.bbtip{font-size: 26rpx;color: #ff0000;margin-top: 20rpx;}
|
|
.bbcode{position: absolute;width: 100%;text-align: center;left: 0;bottom: -80rpx;font-size: 24rpx;color: #666666;}
|
|
.bbcode{position: absolute;width: 100%;text-align: center;left: 0;bottom: -80rpx;font-size: 24rpx;color: #666666;}
|
|
.loginb{position: absolute;width: 100%;text-align: center;left: 0;bottom: 120rpx;font-size: 26rpx;color: #1D64E2;}
|
|
.loginb{position: absolute;width: 100%;text-align: center;left: 0;bottom: 120rpx;font-size: 26rpx;color: #1D64E2;}
|
|
|
|
|