Browse Source

Update index.tsx

lex 2 years ago
parent
commit
91047ee029
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/mine-orchestra/orchestra-deeds/index.tsx

+ 1 - 1
src/views/mine-orchestra/orchestra-deeds/index.tsx

@@ -99,7 +99,7 @@ export default defineComponent({
     onMounted(() => {
     onMounted(() => {
       getList()
       getList()
     })
     })
-    const swipeRef = ref([])
+    const swipeRef = ref([] as any)
     return () => (
     return () => (
       <div
       <div
         class={[styles.orchestraStory, !state.listState.dataShow && 'emptyRootContainer']}
         class={[styles.orchestraStory, !state.listState.dataShow && 'emptyRootContainer']}