@ -101,7 +101,7 @@ Page({
});
},
// 查询加分
onConfirm2() {
const { name, score, students } = this.data;
@ -213,7 +213,7 @@ onRollDice() {
// 浮窗5 加分 处理分数按钮点击
// 浮窗5 加分
onScoreChange(event) {
const scoreChange = parseFloat(event.currentTarget.dataset.score);
const { currentStudentIndex, selectedStudents } = this.data;