|
@@ -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
|
|
|
+ },
|
|
|
+ // #ifdef H5
|
|
|
+ data() {
|
|
|
+ return {
|
|
|
+ imageUrl: this.$imageUrl,
|
|
|
+ scrollTop: 0,
|
|
|
+ list: []
|
|
|
+ }
|
|
|
},
|
|
|
onHide() {
|
|
|
if (this.timeId) {
|