Browse Source

Signed-off-by: liuboyan <632697560@qq.com>
老曹

liuboyan 4 years ago
parent
commit
a9e28c5acb
1 changed files with 14 additions and 2 deletions
  1. 14 2
      pages/index/login.vue

+ 14 - 2
pages/index/login.vue

@@ -14,7 +14,8 @@
 			</button>
 			<view class="authorize-info">{{wxPhoneData? '****************' : ''}}</view> -->
 			<view class="authorize-login" @click="getUserInfo">登录</view>
-		</view>{{tipxx}}
+			<view class="authorize-tip">点击登录默认同意<text style="text-decoration: underline;">平台服务协议</text></view>
+		</view>
 		<u-top-tips ref="uTips"></u-top-tips>
 	</view>
 </template>
@@ -28,7 +29,7 @@
 				wxLoginData: null,
 				wxPhoneData: null,
 				userNmae: '',
-				tipxx: '',
+				tip: '点击登录默认同意平台服务协议',
 			}
 		},
 		onReady() {
@@ -232,6 +233,17 @@
 				line-height: 36px;
 				text-align: center;
 			}
+			.authorize-tip {
+				width: 220px;
+				height: 20px;
+				float: left;
+				margin: 10px 5px;
+				font-size: 12px;
+				font-family: PingFang SC;
+				color: #FFFFFF;
+				line-height: 20px;
+				text-align: center;
+			}
 		}
 	}
 </style>