mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-25 02:53:56 +08:00
[更新]增加又模式网页授权兼容
This commit is contained in:
parent
11fd6a9c8d
commit
beb746abe8
@ -146,7 +146,6 @@
|
|||||||
|
|
||||||
function updateViwe() {
|
function updateViwe() {
|
||||||
var type = $('[name="wechat_type"]:checked').val();
|
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');
|
$('[data-api-type]').not($('[data-api-type="' + type + '"]').removeClass('hide')).addClass('hide');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user