瀏覽代碼

Update index.tsx

lex 2 年之前
父節點
當前提交
91047ee029
共有 1 個文件被更改,包括 1 次插入1 次删除
  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(() => {
       getList()
     })
-    const swipeRef = ref([])
+    const swipeRef = ref([] as any)
     return () => (
       <div
         class={[styles.orchestraStory, !state.listState.dataShow && 'emptyRootContainer']}