BUG 30289

This commit is contained in:
aixianling
2022-06-22 17:59:43 +08:00
parent b1ac49ba17
commit b24d427513
4 changed files with 7 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ export default {
})
},
onReachBottom() {
uni.$emit("reachBottom")
uni.$emit("reachBottom" + this.tabIndex)
},
onShow() {
uni.$emit("onShow")
@@ -50,7 +50,6 @@ export default {
<style scoped lang="scss">
.AppCreditPoints {
width: 100vw;
overflow-x: hidden;
background-color: #f3f6f9;
min-height: 100vh;
}