Commit da1c02e2 authored by 黄奎's avatar 黄奎

页面修改

parent f37d7f22
...@@ -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