Commit 51e5c779 authored by 高宇's avatar 高宇

添加子页面

parent e21618fb
<template>
</template>
<script>
</script>
<style>
</style>
\ No newline at end of file
<template>
<view>添加新地址</view>
</template>
<script>
</script>
<style>
</style>
\ No newline at end of file
<template>
<view>使用微信地址</view>
</template>
<script>
</script>
<style>
</style>
\ No newline at end of file
...@@ -327,6 +327,26 @@ ...@@ -327,6 +327,26 @@
"navigationBarTitleText": "选择收货地址" "navigationBarTitleText": "选择收货地址"
} }
}, },
{
"path": "deliveryAddress/addAddress/index",
"style": {
"navigationBarTitleText": "收货地址"
}
},
{
"path": "deliveryAddress/addWxAddress/index",
"style": {
"navigationBarTitleText": "添加新地址",
"navigationStyle": "custom"
}
},
{
"path": "deliveryAddress/useWxAddress/index",
"style": {
"navigationBarTitleText": "我的地址",
"navigationStyle": "custom"
}
},
{ {
"path": "about/index", "path": "about/index",
"style": { "style": {
......
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