@@ -63,32 +63,10 @@ export default {
},
data() {
return {
- findAddressListDialog: false,
- moreOptionDialog: false,
- outWebImgAccountDialog: false,
- indicatorFixed: false,
- isShowText: false,
isSearch: false,
searchKey: '',
- currentSlideItemIndex: 0,
- list: [
- {
- type: 1,
- },
- {
- type: 2,
- },
- {
- type: 3,
- },
- {
- type: 4,
- },
- {
- type: 5,
- },
- ],
+ slideIndex: 0,
searchFriends: []
}
},
@@ -108,7 +86,8 @@ export default {
}
}
},
- mounted() {
+ created() {
+ this.slideIndex = ~~this.$route.query.type
},
methods: {
async search() {