Showing
1 changed file
with
11 additions
and
0 deletions
@@ -129,3 +129,14 @@ $('#cancel-retrive').on('touchstart', function(e) { | @@ -129,3 +129,14 @@ $('#cancel-retrive').on('touchstart', function(e) { | ||
129 | // 对初始有默认值的情况去初始化登录按钮状态 | 129 | // 对初始有默认值的情况去初始化登录按钮状态 |
130 | $account.trigger('input'); | 130 | $account.trigger('input'); |
131 | $pwd.trigger('input'); | 131 | $pwd.trigger('input'); |
132 | + | ||
133 | + | ||
134 | +$(function() { | ||
135 | + var isWx = /MicroMessenger/i.test(navigator.userAgent); | ||
136 | + | ||
137 | + if (isWx) { | ||
138 | + $('.third-party-login .wechat').css({ | ||
139 | + display: 'inline-block' | ||
140 | + }); | ||
141 | + } | ||
142 | +}); |
-
Please register or login to post a comment