@@ -117,6 +117,11 @@
}
function handleSelect(word,mIndex) {
+ if (data.indexArr.some(ii => ii == mIndex)) {
+ // 已选过 禁止再选
+ return;
+ }
+
// 覆盖状态
let status = false;
data.selectList.forEach((item, index) => {