Authored by 刘传洋

m

... ... @@ -172,7 +172,7 @@ window.bindTip = function(ret, type, message) {
};
$(function() {
var qs = queryString();
var qs = window.queryString();
if (qs && qs.pt === 'bind') {
$('#Y_bindAccount h2.sub-title').trigger('click');
... ...