1
This commit is contained in:
@@ -71,8 +71,20 @@
|
||||
}
|
||||
};
|
||||
},
|
||||
async onLoad(e) {},
|
||||
async onLoad(e) {
|
||||
try {
|
||||
if (e.userId) {
|
||||
uni.cache.set('userId', e.userId);
|
||||
}
|
||||
} catch (e) {
|
||||
//TODO handle the exception
|
||||
}
|
||||
},
|
||||
onShow() {
|
||||
this.list = []
|
||||
this.is_end = false
|
||||
this.form.status = 'loadmore'
|
||||
this.form.page = 0
|
||||
this.storeinvoicingrecordsthatneed()
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user