onShow
This commit is contained in:
@@ -103,11 +103,12 @@ export default {
|
||||
...mapState(['user', 'token']),
|
||||
},
|
||||
onLoad() {
|
||||
this.getHistoryList()
|
||||
recorderManager.onStop((res)=> {
|
||||
this.upLoad(res.tempFilePath)
|
||||
});
|
||||
|
||||
},
|
||||
onShow() {
|
||||
this.getHistoryList()
|
||||
},
|
||||
onPullDownRefresh() {
|
||||
if(this.current > this.pages) {
|
||||
|
||||
@@ -60,7 +60,7 @@ export default {
|
||||
computed: {
|
||||
...mapState(['user', 'token']),
|
||||
},
|
||||
onLoad() {
|
||||
onShow() {
|
||||
this.getHistoryList()
|
||||
},
|
||||
onPullDownRefresh() {
|
||||
|
||||
Reference in New Issue
Block a user