';
return html;
}
function buildServicePopup(item) {
return '
点击跳转在线客服
';
}
function buildQRPopup(item) {
return '
' + item.label + '
' +
'
' +
'' +
'
扫码' + (item.type === 'group' ? '加群' : '关注') + '
' +
'
';
}
function render() {
var data = getData();
var container = document.querySelector('.float-widget');
if (!container) return;
var html = '';
for (var i = 0; i < data.length; i++) {
var item = data[i];
var icon = ICONS[item.type] || '';
var popupContent = '';
if (item.type === 'qq') {
popupContent = buildQQPopup(item);
} else if (item.type === 'service') {
popupContent = buildServicePopup(item);
} else if (item.type === 'group' || item.type === 'wechat') {
popupContent = buildQRPopup(item);
}
if (item.type === 'service') {
html += '' +
icon +
'