function selflog_show(id)
{
var num = parseInt(document.getElementById("number").value);
J.dialog.get({id: 'haoyue_creat',
title: '购物成功',
width: 600, height:400,
link:'<%=path%>/servlet/CartServlet?id='+id+'&num='+num+'&action=add', cover:true});
}
硬币1007
相关分类