}
ync('question:idget/js/card/card.js', function(card){
$('.user-name').each(function(index, item){
ne card({ target: item, type: 'normal' });
});
$('.mavin-name').each(function(index, item){
ne card({target: item, type: 'mavin' });
});
$('.opendev-name').each(function(index, item){
ne card({target: item, type: 'opendev'});
});
$('.uadmin-a').each(function(index, item) {
ne card({target: item, type: 'uadminIcon'});
});
$('.business-name').each(function(index, item){
ne card({target: item, type: 'business' });
});
$('.quality-business-name').each(function (index, item) {
ne card({target: item, type: 'qbusiness'});
});
});
$('.fixed-ask-e').click(function(e){
Default();
var username = $(this).attr('username');
ync('common:idget/js/logic/iask/iask.js', function(fixedAsk){
fixedAsk(username);
});
});
$('.replyask-shrink a').click(function(e){
Default();
var flag = .indexOf('更多追问') != -1;
var dl = $(this).html( flag ? '收起追问' : '更多追问' ).parent().prevAll('.replyask');
$($.makeArray(dl).reverse().slice(flag ? 0 : 3, )).css('display', flag ? 'block' : 'none');
});
$('.replyask-box').each(function (index, item) {
if ($(item).find('.replyask-shrink').size() == 0) {
if ($(item).find('.ask-supply').size() == 2) {
// $(item).find('
本章未完,请翻下一页继续阅读.........