Browse Source

修改显示

lex-xin 8 months ago
parent
commit
f3e8c028b8

+ 2 - 1
src/teacher/my-sheetMusic/index.tsx

@@ -42,6 +42,7 @@ export default defineComponent({
             v-model:active={activeTab.value}
             onChange={val => (activeTab.value = val)}
             sticky
+            swipeThreshold={4}
             offsetTop={height.value}
           >
             <Tab title="购买单曲" name="personal">
@@ -59,7 +60,7 @@ export default defineComponent({
                 <AlbumMy />
               </div>
             </Tab>
-            <Tab title="收藏单曲" name="collection">
+            <Tab title="收藏平台单曲" name="collection">
               <div class={styles.container}>
                 <Collection
                   ref={collection}

+ 1 - 0
src/teacher/statistics/exercise-detail/exercise-detail.tsx

@@ -71,6 +71,7 @@ export default defineComponent({
           {
             params: {
               ...params,
+              studentId: this.$route.query.studentId || '',
               startTime: dayjs(this.currentDate).format('YYYY-MM')
             }
           }

+ 1 - 1
src/views/music/personal/collection.tsx

@@ -102,7 +102,7 @@ export default defineComponent({
         ) : (
           !loading.value && (
             <ColResult
-              tips={props.type === 'TENANT' ? '暂无收藏机构单曲' : '暂无收藏单曲'}
+              tips={props.type === 'TENANT' ? '暂无收藏机构单曲' : '暂无收藏平台单曲'}
               classImgSize="SMALL"
               btnStatus={false}
             />