829f612a by renchao@pashanhoo.com

Merge branch 'dev'

2 parents 2c2534a6 483569e6
...@@ -186,6 +186,7 @@ ...@@ -186,6 +186,7 @@
186 }, 186 },
187 mounted () { 187 mounted () {
188 this.$img = this.$refs["img"]; 188 this.$img = this.$refs["img"];
189 this.mouseLeave()
189 }, 190 },
190 methods: { 191 methods: {
191 /** 192 /**
......