|
@@ -263,6 +263,7 @@ export default defineComponent({
|
|
|
async onOpenMusic() {
|
|
|
try {
|
|
|
const selectMusic = this.selectMusic
|
|
|
+ console.log(selectMusic, 'selectMusic')
|
|
|
let evaluationId = ''
|
|
|
// 判断是否是总分评测
|
|
|
if (this.rankingMethod === 'TOTAL_SCORE') {
|
|
@@ -302,7 +303,7 @@ export default defineComponent({
|
|
|
setting: JSON.stringify({
|
|
|
mode: 'EVALUATING',
|
|
|
resets: ['SPEED'],
|
|
|
- difficulty: this.activeInfo.evaluationDifficulty,
|
|
|
+ difficulty: selectMusic.evaluationDifficulty,
|
|
|
feeType: 'FREE',
|
|
|
submitData: { evaluationId: this.selectMusic.evaluationId }
|
|
|
})
|