商家入驻

parent c549cb5f
...@@ -99,6 +99,27 @@ ...@@ -99,6 +99,27 @@
"navigationBarTitleText": "优惠券详情" "navigationBarTitleText": "优惠券详情"
} }
} }
,
{
"path": "pages/storeEntry/index",
"style": {
"navigationBarTitleText": "我的店铺"
}
}
,
{
"path": "pages/storeEntry/detail",
"style": {
"navigationBarTitleText": "商家入驻"
}
}
,
{
"path": "pages/order/afterSales",
"style": {
"navigationBarTitleText": "售后详情"
}
}
], ],
"globalStyle": { "globalStyle": {
"navigationStyle": "custom" "navigationStyle": "custom"
......
<template>
<view class="container">
<Header title="售后"></Header>
<view class="content">
111
</view>
</view>
</template>
<script setup>
import Header from '@/pages/order/components/Header/index.vue';
</script>
<style lang="scss" scoped>
page {
background: #f3f3f3;
}
.container {
width: 375 * 2rpx;
margin: 0 auto;
.content {
padding-top: 88rpx;
}
}
</style>
\ No newline at end of file
<template>
<view class="container">
<Header title="商家入驻"></Header>
<view class="content">
111111
</view>
</view>
</template>
<script setup>
import Header from '@/pages/order/components/Header/index.vue';
</script>
<style lang="scss" scoped>
page {
background: #f3f3f3;
}
.container {
width: 375 * 2rpx;
margin: 0 auto;
.content {
padding-top: 88rpx;
}
}
</style>
\ No newline at end of file
<template>
<view class="container">
<Header title="我的店铺"></Header>
<view class="content">
111
</view>
</view>
</template>
<script setup>
import Header from '@/pages/order/components/Header/index.vue';
</script>
<style lang="scss" scoped>
page {
background: #f3f3f3;
}
.container {
width: 375 * 2rpx;
margin: 0 auto;
.content {
padding-top: 88rpx;
}
}
</style>
\ No newline at end of file
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