修改olode为onshow
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
getCurrentInstance
|
||||
} from 'vue'
|
||||
import {
|
||||
onLoad
|
||||
onLoad,onShow
|
||||
} from '@dcloudio/uni-app'
|
||||
import {
|
||||
selectTaskCenterUserReward,
|
||||
@@ -83,6 +83,8 @@
|
||||
if (options.taskId) {
|
||||
datas.taskId = options.taskId
|
||||
}
|
||||
})
|
||||
onShow(()=>{
|
||||
getList()
|
||||
})
|
||||
// 去兑换
|
||||
|
||||
Reference in New Issue
Block a user