Showing
1 changed file
with
2 additions
and
2 deletions
@@ -83,11 +83,11 @@ | @@ -83,11 +83,11 @@ | ||
83 | //关闭活动 | 83 | //关闭活动 |
84 | $('#basicTable').on('click', '.closeshops', function() { | 84 | $('#basicTable').on('click', '.closeshops', function() { |
85 | var item=g.rows[$(this).data("index")]; | 85 | var item=g.rows[$(this).data("index")]; |
86 | - Bll.toast("确定要关闭此活动吗?","/activity/drawline/close",item.id); | 86 | + Bll.toast("确定要关闭此活动吗?","/activity/drawline/close",item.activityId); |
87 | }); | 87 | }); |
88 | //开启活动 | 88 | //开启活动 |
89 | $('#basicTable').on('click', '.openshops', function() { | 89 | $('#basicTable').on('click', '.openshops', function() { |
90 | var item=g.rows[$(this).data("index")]; | 90 | var item=g.rows[$(this).data("index")]; |
91 | - Bll.toast("确定要开启此活动吗?","/activity/drawline/open",item.id); | 91 | + Bll.toast("确定要开启此活动吗?","/activity/drawline/open",item.activityId); |
92 | }); | 92 | }); |
93 | //shopsstatus | 93 | //shopsstatus |
-
Please register or login to post a comment