修改olode为onshow
This commit is contained in:
@@ -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()
|
||||||
})
|
})
|
||||||
// 去兑换
|
// 去兑换
|
||||||
|
|||||||
Reference in New Issue
Block a user