Browse Source

Merge branch 'teahcer-home' into online

lex 2 years ago
parent
commit
3a39621319

+ 2 - 2
src/teacher/share-page/share-music/index.tsx

@@ -517,7 +517,7 @@ export default defineComponent({
                       )
                     }}
                   </Cell>
-                  {/* <Cell
+                  <Cell
                     center
                     border={false}
                     class={staff.radio === 'fixed' ? styles.active : ''}
@@ -546,7 +546,7 @@ export default defineComponent({
                         </Radio>
                       )
                     }}
-                  </Cell> */}
+                  </Cell>
                 </CellGroup>
               </RadioGroup>
             </div>

+ 2 - 2
src/views/music/music-detail/index.tsx

@@ -925,7 +925,7 @@ export default defineComponent({
                       )
                     }}
                   </Cell>
-                  {/* <Cell
+                  <Cell
                     center
                     border={false}
                     class={staff.radio === 'fixed' ? styles.active : ''}
@@ -954,7 +954,7 @@ export default defineComponent({
                         </Radio>
                       )
                     }}
-                  </Cell> */}
+                  </Cell>
                 </CellGroup>
               </RadioGroup>
             </div>