信用积分

This commit is contained in:
花有清香月有阴
2022-02-15 18:08:33 +08:00
parent 56634faaf9
commit 326262eb57
4 changed files with 426 additions and 52 deletions

View File

@@ -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