[更新]增加又模式网页授权兼容

This commit is contained in:
Anyon 2018-03-19 16:46:40 +08:00
parent 11fd6a9c8d
commit beb746abe8

View File

@ -146,7 +146,6 @@
function updateViwe() {
var type = $('[name="wechat_type"]:checked').val();
console.log('[data-api-type="' + type + '"]');
$('[data-api-type]').not($('[data-api-type="' + type + '"]').removeClass('hide')).addClass('hide');
}
});