| 
														
															@@ -1,8 +1,8 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import { defineComponent, nextTick, onMounted, reactive, ref } from 'vue' 
														 | 
														
														 | 
														
															 import { defineComponent, nextTick, onMounted, reactive, ref } from 'vue' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-import { Sticky, List, Popup, Icon, SwipeItem, Swipe } from 'vant' 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+import { Sticky, List, Popup, Icon } from 'vant' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import Search from '@/components/col-search' 
														 | 
														
														 | 
														
															 import Search from '@/components/col-search' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import request from '@/helpers/request' 
														 | 
														
														 | 
														
															 import request from '@/helpers/request' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-import Item from './item' 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+// import Item from './item' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import SelectTag from '../search/select-tag' 
														 | 
														
														 | 
														
															 import SelectTag from '../search/select-tag' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import { useRoute, useRouter } from 'vue-router' 
														 | 
														
														 | 
														
															 import { useRoute, useRouter } from 'vue-router' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import ColResult from '@/components/col-result' 
														 | 
														
														 | 
														
															 import ColResult from '@/components/col-result' 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -15,7 +15,9 @@ import Song from '../component/song' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import ColHeader from '@/components/col-header' 
														 | 
														
														 | 
														
															 import ColHeader from '@/components/col-header' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import { useRect } from '@vant/use' 
														 | 
														
														 | 
														
															 import { useRect } from '@vant/use' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-const noop = () => {} 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+const noop = () => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  // 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 export default defineComponent({ 
														 | 
														
														 | 
														
															 export default defineComponent({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   name: 'MusicList', 
														 | 
														
														 | 
														
															   name: 'MusicList', 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -35,9 +37,16 @@ export default defineComponent({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     teacherId: { 
														 | 
														
														 | 
														
															     teacherId: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       type: String || Number, 
														 | 
														
														 | 
														
															       type: String || Number, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       default: '' 
														 | 
														
														 | 
														
															       default: '' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    type: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      tyep: String, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      default: 'fine' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   }, 
														 | 
														
														 | 
														
															   }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-  setup({ hideSearch, defauleParams, onItemClick, teacherId }, { expose }) { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  setup( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    { hideSearch, defauleParams, onItemClick, teacherId, type }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    { expose } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  ) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     const subjects: any = useSubjectId(SubjectEnum.SEARCH) 
														 | 
														
														 | 
														
															     const subjects: any = useSubjectId(SubjectEnum.SEARCH) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     // 判断是否已有数据 
														 | 
														
														 | 
														
															     // 判断是否已有数据 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     if (!subjects.id) { 
														 | 
														
														 | 
														
															     if (!subjects.id) { 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -77,12 +86,15 @@ export default defineComponent({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     // 
														 | 
														
														 | 
														
															     // 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     const params = reactive({ 
														 | 
														
														 | 
														
															     const params = reactive({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       search: (route.query.search as string) || '', 
														 | 
														
														 | 
														
															       search: (route.query.search as string) || '', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      exquisiteFlag: 1, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      // exquisiteFlag: 1, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       musicTagIds: route.query.tagids || '', 
														 | 
														
														 | 
														
															       musicTagIds: route.query.tagids || '', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       page: 1, 
														 | 
														
														 | 
														
															       page: 1, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       ...defauleParams, 
														 | 
														
														 | 
														
															       ...defauleParams, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       ...tempParams 
														 | 
														
														 | 
														
															       ...tempParams 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }) 
														 | 
														
														 | 
														
															     }) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    const routeType = ref<string>( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      route.query.type === 'list' || type === 'list' ? 'list' : 'fine' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    ) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     const data = ref<any>(null) 
														 | 
														
														 | 
														
															     const data = ref<any>(null) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     const loading = ref(false) 
														 | 
														
														 | 
														
															     const loading = ref(false) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     const finished = ref(false) 
														 | 
														
														 | 
														
															     const finished = ref(false) 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -108,12 +120,12 @@ export default defineComponent({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       const tempParams = { 
														 | 
														
														 | 
														
															       const tempParams = { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         ...params, 
														 | 
														
														 | 
														
															         ...params, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         idAndName: params.search, 
														 | 
														
														 | 
														
															         idAndName: params.search, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        createBy: teacherId 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        createBy: teacherId, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        myself: false 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      if (routeType.value === 'fine') { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        tempParams.exquisiteFlag = 1 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       } 
														 | 
														
														 | 
														
															       } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      // if (state.platformType === 'TEACHER') { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      tempParams.myself = false 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      // } 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															- 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       try { 
														 | 
														
														 | 
														
															       try { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         const res = await request.post(`${apiSuffix.value}/music/sheet/list`, { 
														 | 
														
														 | 
														
															         const res = await request.post(`${apiSuffix.value}/music/sheet/list`, { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           data: tempParams 
														 | 
														
														 | 
														
															           data: tempParams 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -158,29 +170,31 @@ export default defineComponent({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       subject.show = false 
														 | 
														
														 | 
														
															       subject.show = false 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    const tabType = ref(1) 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    const tabType = ref(route.query.type === 'list' || type === 'list' ? 0 : 1) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     const onTabChange = async (type: number) => { 
														 | 
														
														 | 
														
															     const onTabChange = async (type: number) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      console.log(type, 'onTabChange') 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       tabType.value = type 
														 | 
														
														 | 
														
															       tabType.value = type 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      params.exquisiteFlag = type 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      if (type === 1) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        routeType.value = 'fine' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      } else { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        routeType.value = 'list' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       params.page = 1 
														 | 
														
														 | 
														
															       params.page = 1 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       data.value = null 
														 | 
														
														 | 
														
															       data.value = null 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       await FetchList() 
														 | 
														
														 | 
														
															       await FetchList() 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															     const sticky = ref() 
														 | 
														
														 | 
														
															     const sticky = ref() 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    const searchHeight = ref(200) 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    onMounted(() => { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      nextTick(() => { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        console.log(sticky) 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        if (sticky.value) { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          const { height } = useRect(sticky) 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          const clientHeight = 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            document.body.clientHeight || document.body.offsetHeight 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          searchHeight.value = clientHeight - height 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        } 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      }) 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    }) 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    // const searchHeight = ref(200) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    // onMounted(() => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    //   nextTick(() => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    //     if (sticky.value) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    //       const { height } = useRect(sticky) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    //       const clientHeight = 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    //         document.body.clientHeight || document.body.offsetHeight 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    //       searchHeight.value = clientHeight - height 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    //     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    //   }) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    // }) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															     const getSubject: any = useSubjectId(SubjectEnum.SEARCH) 
														 | 
														
														 | 
														
															     const getSubject: any = useSubjectId(SubjectEnum.SEARCH) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     const subject = reactive({ 
														 | 
														
														 | 
														
															     const subject = reactive({ 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -249,12 +263,40 @@ export default defineComponent({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             </div> 
														 | 
														
														 | 
														
															             </div> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           </Sticky> 
														 | 
														
														 | 
														
															           </Sticky> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         )} 
														 | 
														
														 | 
														
															         )} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        <Swipe 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          // class={styles.swipeContainer} 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        <List 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          loading={loading.value} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          finished={finished.value} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          finished-text={ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            data.value && data.value.rows.length ? '没有更多了' : '' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          onLoad={FetchList} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          error={isError.value} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        > 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          {data.value && data.value.rows.length ? ( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            <div class={styles.alumnList}> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+              <Song 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                list={data.value.rows} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                onDetail={(item: any) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                  if (onItemClick === noop) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    musicBuy(item) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                  } else { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    onItemClick?.(item) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                  } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                }} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+              /> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            </div> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          ) : ( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            !loading.value && ( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+              <ColResult 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                tips="暂无曲目" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                classImgSize="SMALL" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                btnStatus={false} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+              /> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            ) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          )} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        </List> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        {/* <Swipe 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           height={searchHeight.value} 
														 | 
														
														 | 
														
															           height={searchHeight.value} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          // style={{ 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          //   height: `calc(100vh - ${searchHeight.value})` 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          // }} 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           showIndicators={false} 
														 | 
														
														 | 
														
															           showIndicators={false} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           onChange={(name: string) => { 
														 | 
														
														 | 
														
															           onChange={(name: string) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             console.log('12') 
														 | 
														
														 | 
														
															             console.log('12') 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -328,7 +370,7 @@ export default defineComponent({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               )} 
														 | 
														
														 | 
														
															               )} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             </List> 
														 | 
														
														 | 
														
															             </List> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           </SwipeItem> 
														 | 
														
														 | 
														
															           </SwipeItem> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        </Swipe> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        </Swipe> */} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         <Popup 
														 | 
														
														 | 
														
															         <Popup 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           show={tagVisibility.value} 
														 | 
														
														 | 
														
															           show={tagVisibility.value} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           round 
														 | 
														
														 | 
														
															           round 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -340,7 +382,9 @@ export default defineComponent({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         > 
														 | 
														
														 | 
														
															         > 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           <SelectTag 
														 | 
														
														 | 
														
															           <SelectTag 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             onConfirm={onComfirm} 
														 | 
														
														 | 
														
															             onConfirm={onComfirm} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            onCancel={() => {}} 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            onCancel={() => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+              // 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            }} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             defaultValue={route.query.tagids as string} 
														 | 
														
														 | 
														
															             defaultValue={route.query.tagids as string} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           /> 
														 | 
														
														 | 
														
															           /> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         </Popup> 
														 | 
														
														 | 
														
															         </Popup> 
														 |