* 'master' of ssh://gogs.zfire.top:2222/zfire-front/recycle-mobile: no message
@@ -87,4 +87,4 @@
@import "uview-ui/index.scss";
@import "styles/iconfont.css";
-</style>
+</style>
@@ -49,16 +49,9 @@
<script>
import api from '@/common/http/'
export default {
- // #ifdef H5
- data() {
- return {
- imageUrl: this.$imageUrl,
- scrollTop: 0,
- list: []
- }
- },
onShow() {
uni.$emit("updateUserInfo")
+ // #ifdef H5
var getList = () => {
if (this.timeId) {
clearTimeout(this.timeId)
@@ -73,6 +66,15 @@
})
}
getList()
+ // #endif
+ },
+ data() {
+ return {
+ imageUrl: this.$imageUrl,
+ scrollTop: 0,
+ list: []
+ }
},
onHide() {