信用积分
This commit is contained in:
@@ -83,7 +83,11 @@ export default {
|
||||
onLoad() {
|
||||
this.getList()
|
||||
},
|
||||
onshow() {},
|
||||
onshow() {
|
||||
uni.$on('updateList', () => {
|
||||
this.getList()
|
||||
})
|
||||
},
|
||||
methods: {
|
||||
getList() {
|
||||
this.$instance
|
||||
@@ -112,10 +116,6 @@ export default {
|
||||
}
|
||||
},
|
||||
|
||||
confirmPicker(e){
|
||||
console.log(e);
|
||||
}
|
||||
|
||||
init() {
|
||||
this.data = []
|
||||
this.current = 1
|
||||
|
||||
Reference in New Issue
Block a user