【小程序】-- 新增咨询详情页面

This commit is contained in:
linjinyuan 2022-09-08 16:58:01 +08:00
parent e796f2662b
commit c8ca9c83cb
2 changed files with 15 additions and 1 deletions

View File

@ -35,7 +35,13 @@
"style": { "style": {
"navigationBarTitleText": "联系客服" "navigationBarTitleText": "联系客服"
} }
},
{
"path": "pages/news_detail/news_detail",
"style": {
"navigationBarTitleText": "详情"
} }
},
], ],
"globalStyle": { "globalStyle": {
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",

View File

@ -0,0 +1,8 @@
<template>
</template>
<script>
</script>
<style>
</style>