소스 검색

暂时隐藏微信登录

yuxingxing 2 년 전
부모
커밋
fcd387b84b
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      pages/users/components/login_mobile/index.vue
  2. 1 1
      pages/users/wechat_login/index.vue

+ 2 - 2
pages/users/components/login_mobile/index.vue

@@ -51,9 +51,9 @@
 		},
 		data() {
 			return {
-				password: '123456789',
+				password: '',
 				keyCode: '',
-				account: '15772415772',
+				account: '',
 				codeNum: ''
 			}
 		},

+ 1 - 1
pages/users/wechat_login/index.vue

@@ -66,7 +66,7 @@
 		mixins:[colors],
 		data() {
 			return {
-				isUp: false,
+				isUp: true,
 				phone: '',
 				statusBarHeight: statusBarHeight,
 				isHome: false,