|
@@ -412,7 +412,7 @@ export default defineComponent({
|
|
state.sBookId = musicForms.bookVersionId;
|
|
state.sBookId = musicForms.bookVersionId;
|
|
state.sAPT =
|
|
state.sAPT =
|
|
musicForms.audioPlayTypes.length > 1
|
|
musicForms.audioPlayTypes.length > 1
|
|
- ? 'SING_PLAY'
|
|
|
|
|
|
+ ? 'PLAY_SING'
|
|
: musicForms.audioPlayTypes.join('');
|
|
: musicForms.audioPlayTypes.join('');
|
|
state.searchPopup = true;
|
|
state.searchPopup = true;
|
|
}}>
|
|
}}>
|