@@ -1 +1 @@
-Subproject commit e03ba1e2df6bd1cb77dbd6e96dd59464bdf5fdce
+Subproject commit c93a4a7073b15fdad930909dc2cfd87f0f5eab04
@@ -93,7 +93,7 @@ export default defineComponent({
}
- if (guideInfo.value && guideInfo.value.studentB || !query.showGuide) {
+ if (guideInfo.value && guideInfo.value.studentB) {
tipShow.value = false;
} else {
tipShow.value = true;
@@ -155,7 +155,7 @@ export default defineComponent({
- if (guideInfo.value && guideInfo.value.teacherTop || !query.showGuide) {
+ if (guideInfo.value && guideInfo.value.teacherTop) {
@@ -242,6 +242,11 @@ export const musicalInstrumentCodeInfo = [
code: 'Baroque Recorder',
id: 38
},
+ {
+ name: '高音陶笛',
+ code: 'Whistling',
+ id: 39
+ },
]
const state = reactive({