Update startNaming.js

main
p6fxi93qh 1 month ago
parent 68eaf0321d
commit 44c7d89a5a

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

Loading…
Cancel
Save