Commit 04f8c363 authored by 高宇's avatar 高宇

新增子页面

parent 9dcce2e5
<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
...@@ -257,6 +257,12 @@ ...@@ -257,6 +257,12 @@
"navigationBarTitleText": "品牌商铺" "navigationBarTitleText": "品牌商铺"
} }
}, },
{
"path": "shop/detail/index",
"style": {
"navigationBarTitleText": "商铺详情"
}
},
{ {
"path": "MallPlus/index", "path": "MallPlus/index",
"style": { "style": {
...@@ -280,6 +286,12 @@ ...@@ -280,6 +286,12 @@
"navigationBarTitleText": "我的卡券" "navigationBarTitleText": "我的卡券"
} }
}, },
{
"path": "myIntegral/detail/index",
"style": {
"navigationBarTitleText": "积分详情"
}
},
{ {
"path": "myMessage/index", "path": "myMessage/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