修复bug
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
|
||||
<script setup>
|
||||
import { ref, onMounted } from 'vue'
|
||||
import {onLoad} from '@dcloudio/uni-app'
|
||||
import {onLoad, onShow} from '@dcloudio/uni-app'
|
||||
import {getComplainList} from '../api/apiSub.js'
|
||||
|
||||
// 分段器
|
||||
@@ -116,6 +116,9 @@ const getComplainListData = async () =>{
|
||||
onLoad(() =>{
|
||||
getComplainListData()
|
||||
})
|
||||
onShow(() => {
|
||||
getComplainListData()
|
||||
})
|
||||
|
||||
// 跳转到详情
|
||||
const turnToDetail = (item) => {
|
||||
|
||||
Reference in New Issue
Block a user