Commit 99195666 authored by Mac's avatar Mac

parent 0b1cd4dc
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
:bold="false" :bold="false"
@change="changeHandler" @change="changeHandler"
></u-tabs> ></u-tabs>
<button @click="gosid">司导</button>
<template v-for="(item, i) in myPageData.home_pages.navs"> <template v-for="(item, i) in myPageData.home_pages.navs">
<view :key="i" v-if="active == i"> <view :key="i" v-if="active == i">
<template v-for="(d, di) in item.template.data"> <template v-for="(d, di) in item.template.data">
...@@ -402,11 +402,6 @@ export default { ...@@ -402,11 +402,6 @@ export default {
}, },
methods: { methods: {
gosid(){
uni.navigateTo({
url:'/pages/guidecar/index'
})
},
//调用获取code //调用获取code
getCode(obj) { getCode(obj) {
var that = this; var that = this;
......
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