文档服务地址:http://47.92.0.57:3000/ 周报索引地址:http://47.92.0.57:3000/s/NruNXRYmV

Commit 9b2b28bb by 李梓桢

修改图片审核分数计算方式

parent 2b1816ed
......@@ -1131,7 +1131,7 @@ export default {
yesAll++;
yesTmp++;
}
else if(e === 1) {
else if(e === 1 || e === 0) {
yesAll++;
}
})
......
......@@ -885,7 +885,7 @@ export default {
yesAll++;
yesTmp++;
}
else if(e == 1) {
else if(e == 1 || e === 0) {
yesAll++;
}
})
......@@ -894,7 +894,7 @@ export default {
yesAll++;
yesTmp++;
}
else if(e == 1) {
else if(e == 1 || e === 0) {
yesAll++;
}
})
......
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