Kaynağa Gözat

Merge branch 'v2.0' into debug

yujinwen 3 ay önce
ebeveyn
işleme
1886f03af4

+ 1 - 0
src/views/user/favorite/components/MoveChart.vue

@@ -138,6 +138,7 @@ async function handleSave() {
     v-model:visible="show"
     attach="body"
     width="850px"
+    top="80px"
     header="转移分类(ETA社区分类)"
     closeOnOverlayClick
     destroyOnClose

+ 1 - 1
src/views/user/favorite/etaChart.vue

@@ -29,7 +29,7 @@ async function getChartList(){
 }
 
 function onPageChange(e){
-  page.value=e.current
+  page.value=e
   getChartList()
 }
 function refreshList(){