Quellcode durchsuchen

提示文字修改

zouling vor 5 Monaten
Ursprung
Commit
5c2675689f
2 geänderte Dateien mit 6 neuen und 3 gelöschten Zeilen
  1. 2 2
      manifest.json
  2. 4 1
      pages/login.vue

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "潜山市智慧政协平台",
     "appid" : "__UNI__FF95F38",
     "description" : "",
-    "versionName" : "1.1.9",
-    "versionCode" : 119,
+    "versionName" : "1.2.0",
+    "versionCode" : 120,
     "transformPx" : false,
     "app-plus" : {
         "usingComponents" : true,

+ 4 - 1
pages/login.vue

@@ -53,6 +53,7 @@
 		  		    <image :src="codeUrl" @click="getCode" class="login-code-img"></image>
 		  		  </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-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" />
 					</view>
 				</view>
-				<view  class="input-item" style="margin-bottom: 24rpx;" >
+				<view  class="input-item">
 					<view class="login_tit">验证码</view>
 					 <view style="display: flex;align-items: center;">
 						 <input v-model="duancode" type="code" class="input" placeholder="请输入短信验证码" maxlength="20" />
@@ -73,6 +74,7 @@
 						 <view v-else class="codess" @click="getsendCode">发送验证码</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>
 				
 			</block>
@@ -395,6 +397,7 @@
 .mzimg{width: 100rpx;height: 44rpx;margin: 0 auto 40rpx;}
 .rtxt{font-size: 32rpx;font-weight: 500;
 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;}
 .loginb{position: absolute;width: 100%;text-align: center;left: 0;bottom: 120rpx;font-size: 26rpx;color: #1D64E2;}