廣東千吉照明工程有限公司 | 工作性質(zhì): 制造 | QQ:2625362386
經(jīng)營業(yè)務(wù)范圍:
var _layerIndex;
//加載彈窗
function showLayer(url, title) {
var self = this;
checkUserIsLogin(function () {
_layerIndex = $.layer({
type: 2,
shadeClose: true,
title: title,
shade: [0.5, '#000'],
border: [0],
offset: ['20px', ''],
area: ['700px', '530px'],
iframe: { src: url }
});
//注冊彈窗關(guān)閉事件
if (!self.onLayerClose) {
self.onLayerClose = function (callback) {
setTimeout(function () {
layer.close(_layerIndex);
if (callback) {
callback.call(self);
}
}, 100);
}
}
});
}
$(function () {
$('#btnSearch').click(function () {
if (!$('#txtSearch').getValue()) {
tc.ui.msgbox.error('請輸入關(guān)鍵字');
return;
}
window.open('/iask/search?keyword=' + encodeURIComponent($('#txtSearch').getValue()), '_blank');
});
});
項(xiàng)目線索 |
招材喵 |
建設(shè)網(wǎng) |
營銷服務(wù) |
聯(lián)系我們 |
|