Commit 3b1a7ab1 by 无尘

fix: 修改竞赛奖励

parent 8c5eee90
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-11-21 16:37:02
* @LastEditors: 无尘
* @LastEditTime: 2020-10-19 09:18:16
* @LastEditTime: 2020-10-19 09:25:47
-->
<!--
<competition-award></competition-award>
......@@ -619,7 +619,7 @@ export default {
for(let i = 0; i<arr.length-1; i++) {
for(let j = i+1; j<arr.length; j++){
if(arr[i]>=arr[j]){
if(arr[i]>arr[j]){ // fix: 20201019去掉 = ,允许[1,2,2,3,3]这样的
flag = false;
break;
}
......
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