修改olode为onshow

This commit is contained in:
duan
2025-01-20 16:16:36 +08:00
parent f0e2797e8e
commit fffcdf483b

View File

@@ -57,7 +57,7 @@
getCurrentInstance getCurrentInstance
} from 'vue' } from 'vue'
import { import {
onLoad onLoad,onShow
} from '@dcloudio/uni-app' } from '@dcloudio/uni-app'
import { import {
selectTaskCenterUserReward, selectTaskCenterUserReward,
@@ -83,6 +83,8 @@
if (options.taskId) { if (options.taskId) {
datas.taskId = options.taskId datas.taskId = options.taskId
} }
})
onShow(()=>{
getList() getList()
}) })
// 去兑换 // 去兑换