Commit 47dd0b29 authored by zhengke's avatar zhengke

Merge branch 'master' of http://gitlab.oytour.com/zk123/jz_travel

parents e00f1c23 7ee86425
...@@ -97,12 +97,10 @@ ...@@ -97,12 +97,10 @@
</view> </view>
</scroll-view> </scroll-view>
</view> </view>
</template> </template>
<script> <script>
export default { export default {
data() { data() {
return { return {
navs: [{ navs: [{
...@@ -156,7 +154,6 @@ ...@@ -156,7 +154,6 @@
}, },
changeHandler(i) { changeHandler(i) {
this.active = i; this.active = i;
console.log(this.navs[i].position)
this.goToPosition(this.navs[i].position) this.goToPosition(this.navs[i].position)
// this.clickItem={}; // this.clickItem={};
// this.$nextTick(function(){ // this.$nextTick(function(){
......
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 to comment