submit
This commit is contained in:
parent
71a33a0dac
commit
0fc9c9883c
@ -65,6 +65,12 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pagePath": "pages/mine/index"
|
"pagePath": "pages/mine/index"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pagePath": "pages/contract/index"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pagePath": "pages/order-goods/index"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -1,12 +1,17 @@
|
|||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<tabbar :current="2"></tabbar>合同</div>
|
||||||
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
import tabbar from "../../components/uiq-tabbar/uiq-tabbar.vue";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "index"
|
name: "index",
|
||||||
|
components: {tabbar}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
|
||||||
<div>合同</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<tabbar :current="1"></tabbar>
|
<tabbar :current="3"></tabbar>
|
||||||
wode</div>
|
wode</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
@ -1,15 +1,17 @@
|
|||||||
<script>
|
|
||||||
export default {
|
|
||||||
name: "index"
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
|
<tabbar :current="1"></tabbar>
|
||||||
订单
|
订单
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
<script>
|
||||||
|
import tabbar from "../../components/uiq-tabbar/uiq-tabbar.vue";
|
||||||
|
|
||||||
|
export default {
|
||||||
|
name: "index",
|
||||||
|
components: {tabbar}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
6
unpackage/dist/dev/mp-weixin/app.json
vendored
6
unpackage/dist/dev/mp-weixin/app.json
vendored
@ -24,6 +24,12 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pagePath": "pages/mine/index"
|
"pagePath": "pages/mine/index"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pagePath": "pages/contract/index"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pagePath": "pages/order-goods/index"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user