Commit ab362b62 by 陈英杰

合并分支 'test' 到 'dev'

Test



查看合并请求 !157
parents 71d62add 370775fe
...@@ -86,6 +86,8 @@ export default { ...@@ -86,6 +86,8 @@ export default {
methods: { methods: {
close() { close() {
this.$emit('input', false) this.$emit('input', false)
this.tabIndex = 0
this.swiper.slideTo('0')
}, },
_tabSwitch(index) { _tabSwitch(index) {
this.swiper && this.swiper.slideTo(index + '' || this.tabIndex + ''); this.swiper && this.swiper.slideTo(index + '' || this.tabIndex + '');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment