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" : { "style" : {
"navigationBarTitleText" : "有感商店详情页", "navigationBarTitleText" : "有感商店详情页",
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{ {
"path" : "readingBody/index", "path" : "haveFeeling/detailXiang",
"style" : { "style" : {
"navigationBarTitleText" : "有感商店香", "navigationBarTitleText" : "有感商店香",
"navigationStyle": "custom" "navigationStyle": "custom"

19
subPackages/haveFeeling/detailXiang.vue

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