Commit fea79a8f by txy

'审核'

parent 154f8a31
......@@ -62,8 +62,9 @@
});
function pass(){
var activityCode = getQueryString('activityCode');
var params = {
activityCode: activityCode ,
activityCode: activityCode,
reviewStatus: 1,
userId: getQueryString('UserId')
}
......@@ -94,8 +95,9 @@
}
function refuse(){
var activityCode = getQueryString('activityCode');
var params = {
activityCode: activityCode ,
activityCode: activityCode,
reviewStatus: 0,
userId: getQueryString('UserId')
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment