// JavaScript Document
var lang1="请输入商品关键词";
var lang2="抱歉,你的浏览器不支持此操作。\n请使用按键 Ctrl+D 收藏网站。";
function sendmsg(msgid,msgvalue){
document.getElementById(msgid).innerHTML=msgvalue;
setTimeout('sendmsg1("'+msgid+'")',8000);
}
function sendmsg1(msgid){
document.getElementById(msgid).innerHTML="";
}
IT618_CROWD.ajaxSetup({cache:false});
var dialog_mysale;
KindEditor.ready(function(K) {K('#mysale').click(function() {
getmysale(K);
});});
var dialog_mycrowdsale;
KindEditor.ready(function(K) {K('#mycrowdsale').click(function() {
getmycrowdsale(K);
});});
var dialog_salepj,dialog_hfsalepj,salepjid=0;
KindEditor.ready(function(K) {K('#salepj').click(function() {
getsalepj(K);
});});
KindEditor.ready(function(K) {K('#hfsalepj').click(function() {
gethfsalepj(K);
});});
var dialog_salekm,salekmid=0;
KindEditor.ready(function(K) {K('#salekm').click(function() {
getsalekm(K);
});});
var dialog_salecodes,salecodesid=0;
KindEditor.ready(function(K) {K('#salecodes').click(function() {
getsalecodes(K);
});});
var dialog_salecal,salecalid=0;
KindEditor.ready(function(K) {K('#salecal').click(function() {
getsalecal(K);
});});
var dialog_saleaddr,saleaddrid=0;
KindEditor.ready(function(K) {K('#saleaddr').click(function() {
getsaleaddr(K);
});});
function setsaleaddr(saleid){
if(saleaddrid==0){
saleaddrid=saleid;
IT618_CROWD("#saleaddr").click();
}
}
function getsaleaddr(K){
IT618_CROWD.get("https://qq.qqgongyi.cn/plugin.php?id=it618_crowd:saleaddr"+"&saleid="+saleaddrid, {ac:"it618"},function (data, textStatus){
var tmparr=data.split("it618_split");
dialog_saleaddr = K.dialog({
width : 520,
title : tmparr[0],
body : '
'+tmparr[1]+'
',
closeBtn : {
name : '关闭',
click : function(e) {
dialog_saleaddr.remove();
saleaddrid=0;
}
}
});
IT618_CROWD('.ns-sub-a').click(function(){
if(document.getElementById("it618_name").value==''){
alert("抱歉,请填写收货姓名!");
document.getElementById("it618_name").focus();
return;
}
var reg=/^[1][3,4,5,6,7,8,9][0-9]{9}$/;
if(!reg.test(document.getElementById("it618_tel").value)){
alert('抱歉,请填写有效的11位手机号码!');
document.getElementById("it618_tel").focus();
return;
}
if(document.getElementById("it618_addr").value==''){
alert("抱歉,请填写收货地址!");
document.getElementById("it618_addr").focus();
return;
}
IT618_CROWD.post("https://qq.qqgongyi.cn/plugin.php?id=it618_crowd:ajax"+"&ac=saleaddr&saleid="+saleaddrid+"&formhash=49b3fb04",IT618_CROWD("#it618_saleaddr").serialize(),function (data, textStatus){
var tmparr=data.split("it618_split");
if(tmparr[0]=="ok"){
alert(tmparr[1]);
dialog_saleaddr.remove();
getmysalelist(document.getElementById("mysaleurl").value);
saleaddrid=0;
}else{
alert(data);
}
}, "html");
})
IT618_CROWD('.ns-sub-b').click(function(){
dialog_saleaddr.remove();
saleaddrid=0;
})
}, "html");
}
function getmysale(K){
IT618_CROWD.get("https://qq.qqgongyi.cn/plugin.php?id=it618_crowd:mysale", {ac:"add"},function (data, textStatus){
IT618_CROWD.get("https://qq.qqgongyi.cn/plugin.php?id=it618_crowd:ajax"+"&formhash=49b3fb04", {ac:"salelist_get",ac1:"pcmysale"},function (data1, textStatus){
var tmparr=data.split("it618_split");
var tmparr1=data1.split("it618_split");
var bodytmp=tmparr[1];
bodytmp=bodytmp.replace("it618mysalesum",tmparr1[0]);
bodytmp=bodytmp.replace("it618mysalelist",tmparr1[1]);
bodytmp=bodytmp.replace("it618mysalepage",tmparr1[2]);
dialog_mysale = K.dialog({
width : 1200,
height: 640,
title : tmparr[0],
body : bodytmp,
closeBtn : {
name : '关闭',
click : function(e) {
dialog_mysale.remove();
}
}
});
}, "html");
}, "html");
}
function getmycrowdsale(K){
IT618_CROWD.get("https://qq.qqgongyi.cn/plugin.php?id=it618_crowd:mycrowdsale", {ac:"add"},function (data, textStatus){
IT618_CROWD.get("https://qq.qqgongyi.cn/plugin.php?id=it618_crowd:ajax"+"&formhash=49b3fb04", {ac:"crowdsalelist_get",ac1:"pcmycrowdsale"},function (data1, textStatus){
var tmparr=data.split("it618_split");
var tmparr1=data1.split("it618_split");
var bodytmp=tmparr[1];
bodytmp=bodytmp.replace("it618mycrowdsalesum",tmparr1[0]);
bodytmp=bodytmp.replace("it618mycrowdsalelist",tmparr1[1]);
bodytmp=bodytmp.replace("it618mycrowdsalepage",tmparr1[2]);
dialog_mycrowdsale = K.dialog({
width : 1200,
height: 640,
title : tmparr[0],
body : bodytmp,
closeBtn : {
name : '关闭',
click : function(e) {
dialog_mycrowdsale.remove();
}
}
});
}, "html");
}, "html");
}
var pjtype;
function setsalepj(saleid){
if(salepjid==0){
salepjid=saleid;
pjtype='salepj';
IT618_CROWD("#salepj").click();
}
}
function hfsalepj(saleid){
if(salepjid==0){
salepjid=saleid;
IT618_CROWD("#hfsalepj").click();
}
}
function setsalekm(saleid){
if(salekmid==0){
salekmid=saleid;
IT618_CROWD("#salekm").click();
}
}
function setsalecodes(crowdsaleid){
if(salecodesid==0){
salecodesid=crowdsaleid;
IT618_CROWD("#salecodes").click();
}
}
function setsalecal(saleid){
if(salecalid==0){
salecalid=saleid;
IT618_CROWD("#salecal").click();
}
}
function starh(spans,ia){
var _span=IT618_CROWD(spans);
var _star=_span.find('a');
var _ias=IT618_CROWD(ia);
var _i=_ias.find('i');
_star.hover(function(){
var index=_span.index(this);
var indexs=_star.index(this);
if (_i.hasClass('ns-star-tag'))
{return;}
else {
_ias.eq(index).addClass('ns-star-tags');
_i.removeClass('ns-star-tags');
_i.eq(indexs).addClass('ns-star-tags');
}
IT618_CROWD(this).addClass('ns-sider-starc');
IT618_CROWD(this).prevAll().addClass('ns-sider-starc');
IT618_CROWD(this).nextAll().removeClass('ns-sider-starc');
},function(){
_star.removeClass('ns-sider-starc');
_ias.removeClass('ns-star-tags');
_i.removeClass('ns-star-tags');
})
_star.click(function(){
var index=_span.index(this);
var indexs=_star.index(this);
_i.removeClass('ns-star-tag');
_i.eq(indexs).addClass('ns-star-tag');
_ias.eq(index).addClass('ns-star-tag');
IT618_CROWD(this).addClass('ns-sider-star');
IT618_CROWD(this).prevAll().addClass('ns-sider-star');
IT618_CROWD(this).nextAll().removeClass('ns-sider-star');
IT618_CROWD(this).parents('li').removeClass('doo');
var sb=IT618_CROWD(this).parents('li').find('span');
var sa=sb.eq(2).hide();
})
}
var ispjpicdel=0;
function getsalepj(K){
IT618_CROWD.get("https://qq.qqgongyi.cn/plugin.php?id=it618_crowd:salepj"+"&saleid="+salepjid, {ac:"it618"},function (data, textStatus){
var tmparr=data.split("it618_split");
dialog_salepj = K.dialog({
width : 520,
title : tmparr[0],
body : ''+tmparr[1]+'
',
closeBtn : {
name : '关闭',
click : function(e) {
dialog_salepj.remove();
salepjid=0;
}
}
});
var editor = K.editor({
uploadJson : 'source/plugin/it618_crowd/kindeditor/php/upload_json.php?uid='+tmparr[4]+'&imgwidth=680',
fileManagerJson : 'source/plugin/it618_crowd/kindeditor/php/file_manager_json.php?uid='+tmparr[4],
allowFileManager : true
});
K('#pjpic_addbtn').click(function() {
if(document.getElementById("pjpiccount").value>=5){
return;
}
editor.loadPlugin('image', function() {
editor.plugin.imageDialog({
showRemote : false,
clickFn : function(url, title, width, height, border, align) {
IT618_CROWD.get("https://qq.qqgongyi.cn/plugin.php?id=it618_crowd:ajax"+"&ac="+pjtype+"&saleid="+salepjid+"&picurl="+url+"&formhash=49b3fb04",{ac1:"addpjpic"},function (data, textStatus){
getpjpic(salepjid);
}, "html");
editor.hideDialog();
}
});
});
});
getpjpic(salepjid);
starh('.sp_a','.ias');
starh('.sp_b','.ibs');
starh('.sp_c','.ics');
starh('.sp_d','.ids');
if(tmparr[3]!='')window.eval(tmparr[3]);
IT618_CROWD('.ns-sub-a').click(function(){
if (IT618_CROWD('.doo').find('span').hasClass('mag')){
IT618_CROWD('.doo .mag').show();
}else{
var it618_content=document.getElementById("pjvalue").value;
if(getstrlen(it618_content)<5){
alert("评价内容字数至少5个!");
return false;
}
if(getstrlen(it618_content)>400){
alert("评价内容字数最多400个!");
return false;
}
if(confirm(tmparr[2])){
var score1 = IT618_CROWD('.sp_a').find('a').filter('.ns-sider-star').length;
var score2 = IT618_CROWD('.sp_b').find('a').filter('.ns-sider-star').length;
var score3 = IT618_CROWD('.sp_c').find('a').filter('.ns-sider-star').length;
var score4 = IT618_CROWD('.sp_d').find('a').filter('.ns-sider-star').length;
var score=score1+'@'+score2+'@'+score3+'@'+score4;
document.getElementById("pjvalue").value=it618_content.replace(/\n/g,"[br]");
IT618_CROWD.post("https://qq.qqgongyi.cn/plugin.php?id=it618_crowd:ajax"+"&ac="+pjtype+"&saleid="+salepjid+"&score="+score+"&formhash=49b3fb04",IT618_CROWD("#it618_salepj").serialize(),function (data, textStatus){
var tmparr=data.split("it618_split");
if(tmparr[0]=="ok"){
alert(tmparr[1]);
dialog_salepj.remove();
if(pjtype=='salepj'){
getmysalelist(document.getElementById("mysaleurl").value);
}else{
if(ispj==1){
getsalelist(salelisturl);
getpjlist(pjlisturl);
}else{
location.reload();
}
}
salepjid=0;
}else if(tmparr[0]=="editok"){
alert(tmparr[1]);
dialog_salepj.remove();
getpjlist(pjurl);
salepjid=0;
}else{
alert(data);
}
}, "html");
}
}
})
IT618_CROWD('.ns-sub-b').click(function(){
dialog_salepj.remove();
salepjid=0;
})
}, "html");
}
function getbigpjpic(saleid,bigpjpic){
IT618_CROWD("#bigpjpic"+saleid).html("");
IT618_CROWD("#bigpjpic"+saleid).show();
}
function hidebigpjpic(obj){
obj.style.display='none';
}
function delpjpic(saleid,pjpicid){
IT618_CROWD.get("https://qq.qqgongyi.cn/plugin.php?id=it618_crowd:ajax"+"&ac="+pjtype+"&saleid="+saleid+"&pjpicid="+pjpicid+"&formhash=49b3fb04",{ac1:"delpjpic"},function (data, textStatus){
getpjpic(saleid);
}, "html");
}
function getpjpic(saleid){
IT618_CROWD.get("https://qq.qqgongyi.cn/plugin.php?id=it618_crowd:ajax"+"&saleid="+saleid+"&formhash=49b3fb04", {ac:"getpjpic"},function (data, textStatus){
IT618_CROWD("#divpjpic").html(data);
}, "html");
}
function gethfsalepj(K){
IT618_CROWD.get("https://qq.qqgongyi.cn/plugin.php?id=it618_crowd:hfsalepj"+"&saleid="+salepjid, {ac:"it618"},function (data, textStatus){
var tmparr=data.split("it618_split");
dialog_hfsalepj = K.dialog({
width : 520,
title : tmparr[0],
body : ''+tmparr[1]+'
',
closeBtn : {
name : '关闭',
click : function(e) {
dialog_hfsalepj.remove();
salepjid=0;
}
}
});
IT618_CROWD('.ns-sub-a').click(function(){
var it618_content=document.getElementById("hfvalue").value;
if(it618_content==''){
alert("抱歉,请输入评价回复内容!");
return;
}
if(confirm("确定要提交评价回复内容?")){
document.getElementById("hfvalue").value=it618_content.replace(/\n/g,"[br]");
IT618_CROWD.post("https://qq.qqgongyi.cn/plugin.php?id=it618_crowd:ajax"+"&ac=hfsalepj&saleid="+salepjid+"&formhash=49b3fb04",IT618_CROWD("#it618_hfsalepj").serialize(),function (data, textStatus){
var tmparr=data.split("it618_split");
if(tmparr[0]=="ok"){
alert(tmparr[1]);
dialog_hfsalepj.remove();
getpjlist(pjurl);
salepjid=0;
}else{
alert(data);
}
}, "html");
}
})
IT618_CROWD('.ns-sub-b').click(function(){
dialog_hfsalepj.remove();
salepjid=0;
})
}, "html");
}
function getsalekm(K){
IT618_CROWD.get("https://qq.qqgongyi.cn/plugin.php?id=it618_crowd:salekm"+"&saleid="+salekmid, {ac:"it618"},function (data, textStatus){
var tmparr=data.split("it618_split");
dialog_salekm = K.dialog({
width : 620,
title : tmparr[0],
body : ''+tmparr[1]+'
',
closeBtn : {
name : '关闭',
click : function(e) {
dialog_salekm.remove();
salekmid=0;
}
}
});
}, "html");
}
function getsalecodes(K){
IT618_CROWD.get("https://qq.qqgongyi.cn/plugin.php?id=it618_crowd:salecodes"+"&crowdsaleid="+salecodesid, {ac:"it618"},function (data, textStatus){
var tmparr=data.split("it618_split");
dialog_salecodes = K.dialog({
width : 620,
title : tmparr[0],
body : ''+tmparr[1]+'
',
closeBtn : {
name : '关闭',
click : function(e) {
dialog_salecodes.remove();
salecodesid=0;
}
}
});
}, "html");
}
function getsalecal(K){
IT618_CROWD.get("https://qq.qqgongyi.cn/plugin.php?id=it618_crowd:salecal"+"&saleid="+salecalid, {ac:"it618"},function (data, textStatus){
var tmparr=data.split("it618_split");
dialog_salecal = K.dialog({
width : 1000,
title : tmparr[0],
body : ''+tmparr[1]+'
',
closeBtn : {
name : '关闭',
click : function(e) {
dialog_salecal.remove();
salecalid=0;
}
}
});
}, "html");
}
function getstrlen(str) {
var realLength = 0, len = str.length, charCode = -1;
for (var i = 0; i < len; i++) {
charCode = str.charCodeAt(i);
if (charCode >= 0 && charCode <= 128) realLength += 1;
else realLength += 2;
}
return realLength;
}
function getstrlenspan(str){
var strlen=getstrlen(str);
if(strlen<5){document.getElementById('strlentips').innerHTML='评价内容字数至少5个!';return;}
if(strlen>400){document.getElementById('strlentips').innerHTML='评价内容字数最多400个!';return;}
document.getElementById('strlentips').innerHTML='您输入了'+strlen+'个字!';
}
var sqlurl="";
function getmysalelist(url){
document.getElementById("img_loading").style.display="";
document.getElementById("mysalelist").style.display="none";
IT618_CROWD.get(url+sqlurl+"&formhash=49b3fb04", {ac:"salelist_get",ac1:"pcmysale"},function (data, textStatus){
var tmparr=data.split("it618_split");
IT618_CROWD("#mysalesum").html(tmparr[0]);
IT618_CROWD("#mysalelist").html(tmparr[1]);
IT618_CROWD("#mysalepage").html(tmparr[2]);
document.getElementById("mysaleurl").value=url;
document.getElementById("img_loading").style.display="none";
document.getElementById("mysalelist").style.display="";
}, "html");
}
function searchmysale(){
if(parseInt(document.getElementById("it618_time1").value.replace(/-/g,""))>parseInt(document.getElementById("it618_time2").value.replace(/-/g,""))){
alert("开始日期不能大于截止日期!");
return false;
}
var mysalepname=document.getElementById("mysalepname").value;
var mysalestate=document.getElementById("mysalestate").value;
var mysaletype=document.getElementById("mysaletype").value;
var it618_time1=document.getElementById("it618_time1").value;
var it618_time2=document.getElementById("it618_time2").value;
sqlurl="&pname="+mysalepname+"&state="+mysalestate+"&saletype="+mysaletype+"&it618_time1="+it618_time1+"&it618_time2="+it618_time2;
url="https://qq.qqgongyi.cn/plugin.php?id=it618_crowd:ajax";
getmysalelist(url);
document.getElementById("mysaleurl").value=url;
}
var sqlurl="";
function getmycrowdsalelist(url){
document.getElementById("img_loading").style.display="";
document.getElementById("mycrowdsalelist").style.display="none";
IT618_CROWD.get(url+sqlurl+"&formhash=49b3fb04", {ac:"crowdsalelist_get",ac1:"pcmycrowdsale"},function (data, textStatus){
var tmparr=data.split("it618_split");
IT618_CROWD("#mycrowdsalesum").html(tmparr[0]);
IT618_CROWD("#mycrowdsalelist").html(tmparr[1]);
IT618_CROWD("#mycrowdsalepage").html(tmparr[2]);
document.getElementById("mycrowdsaleurl").value=url;
document.getElementById("img_loading").style.display="none";
document.getElementById("mycrowdsalelist").style.display="";
}, "html");
}
function searchmycrowdsale(){
if(parseInt(document.getElementById("it618_time1").value.replace(/-/g,""))>parseInt(document.getElementById("it618_time2").value.replace(/-/g,""))){
alert("开始日期不能大于截止日期!");
return false;
}
var mysalepname=document.getElementById("mycrowdsalepname").value;
var it618_time1=document.getElementById("it618_time1").value;
var it618_time2=document.getElementById("it618_time2").value;
sqlurl="&pname="+mysalepname+"&it618_time1="+it618_time1+"&it618_time2="+it618_time2;
url="https://qq.qqgongyi.cn/plugin.php?id=it618_crowd:ajax";
getmycrowdsalelist(url);
document.getElementById("mycrowdsaleurl").value=url;
}
function shouhuo(saleid){
if(confirm("确定要确认收货?此操作不可逆。")){
IT618_CROWD.get("https://qq.qqgongyi.cn/plugin.php?id=it618_crowd:ajax"+"&saleid="+saleid+"&formhash=49b3fb04", {ac:"shouhuo"},function (data, textStatus){
var tmparr=data.split("it618_split");
if(tmparr[0]=="ok"){
alert(tmparr[1]);
getmysalelist(document.getElementById("mysaleurl").value);
}else{
alert(data);
}
}, "html");
}
}