Authored by ping

update

... ... @@ -83,11 +83,11 @@
//关闭活动
$('#basicTable').on('click', '.closeshops', function() {
var item=g.rows[$(this).data("index")];
Bll.toast("确定要关闭此活动吗?","/activity/drawline/close",item.id);
Bll.toast("确定要关闭此活动吗?","/activity/drawline/close",item.activityId);
});
//开启活动
$('#basicTable').on('click', '.openshops', function() {
var item=g.rows[$(this).data("index")];
Bll.toast("确定要开启此活动吗?","/activity/drawline/open",item.id);
Bll.toast("确定要开启此活动吗?","/activity/drawline/open",item.activityId);
});
//shopsstatus
\ No newline at end of file
... ...