¥undefined
请打开手机使用微信扫码支付
「」
× 使用邀请码,您将获得一份特殊的礼物!
请输入邀请码
打开微信扫一扫
扫码并「关注我们的公众号」安全快捷登录
jQuery(document).ready(function($) {
$('[data-fancybox="article"]').fancybox({
type: 'ajax',
ajax: {
settings: {
data: {
action: 'load_article',
post_id: $.fancybox.getInstance().current.opts.$orig.data('id')
}
}
},
touch: false, // 禁用移动端手势
animationDuration: 300,
transitionEffect: 'fade'
});
});