Authored by 刘传洋

change win size

... ... @@ -128,7 +128,7 @@ $('#Y_bindAccount').on('click', '.account-item .bind-btn', function() {
var url = $(this).attr('data-url');
window.open(url, '3partybind', 'width=200px;height=100px');
window.open(url, '3partybind', 'width=600px;height=400px');
});
$('#Y_bindAccount').on('click', '.account-item .cancel-bind-btn', function() {
... ...