BUG 30289
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user