Browse Source

提交

dev_xrcc
chenkainan 4 months ago
parent
commit
108a4d4493
  1. 4
      pages.json
  2. 19
      subPackages/haveFeeling/detailXiang.vue

4
pages.json

@ -98,14 +98,14 @@
}
},
{
"path" : "readingBody/index",
"path" : "haveFeeling/shopDetail",
"style" : {
"navigationBarTitleText" : "有感商店详情页",
"navigationStyle": "custom"
}
},
{
"path" : "readingBody/index",
"path" : "haveFeeling/detailXiang",
"style" : {
"navigationBarTitleText" : "有感商店香",
"navigationStyle": "custom"

19
subPackages/haveFeeling/detailXiang.vue

@ -1,8 +1,25 @@
<template>
<view class="bg">
<headerVue />
</view>
</template>
<script>
import headerVue from "@/components/header.vue"
export default {
components: {
headerVue
},
data() {
return {
}
}
}
</script>
<style>
<style lang="scss" scoped>
.bg {
padding-bottom: 200rpx;
}
</style>
Loading…
Cancel
Save