feat(subPageC): 更新 action 页面样式和内容

- 在 index.vue 中添加图片盒子和全屏图片
- 更新导航栏标题为 "岸下村专区"
- 优化样式,使用 scoped 样式防止全局污染
lu_quan_dev
Tuzki 10 months ago
parent 534fb213e1
commit ee527d525a
  1. 8
      pages.json
  2. BIN
      static/animg/bar/fujin.png
  3. BIN
      static/animg/bar/fujin_active.png
  4. BIN
      static/animg/bar/fuwu.png
  5. BIN
      static/animg/bar/fuwu_active.png
  6. BIN
      static/animg/bar/home.png
  7. BIN
      static/animg/bar/home_active.png
  8. BIN
      static/animg/bar/my.png
  9. BIN
      static/animg/bar/my_active.png
  10. BIN
      static/animg/personCenter/about.png
  11. BIN
      static/animg/personCenter/fenxiang.png
  12. BIN
      static/animg/personCenter/hotelDd.png
  13. BIN
      static/animg/personCenter/jianyi.png
  14. BIN
      static/animg/personCenter/kefu.png
  15. BIN
      static/animg/personCenter/senceDd.png
  16. BIN
      static/animg/personCenter/tousu.png
  17. 2
      subPageA/scenic/gonglve/gonglve.vue
  18. 2
      subPageB/suggest/jianyiDetail.vue
  19. 17
      subPageC/action/index.vue

@ -513,7 +513,7 @@
{
"path": "order/order",
"style": {
"navigationBarTitleText": "订单列表"
"navigationBarTitleText": "景区订单"
}
},
{
@ -525,7 +525,7 @@
{
"path": "orderHomestay/orderList",
"style": {
"navigationBarTitleText": "订单列表"
"navigationBarTitleText": "住宿订单"
}
},
{
@ -549,7 +549,7 @@
{
"path": "orderShop/orderList",
"style": {
"navigationBarTitleText": "订单列表"
"navigationBarTitleText": "商城订单"
}
},
{
@ -607,7 +607,7 @@
{
"path": "action/index",
"style": {
"navigationBarTitleText": "南下村"
"navigationBarTitleText": "岸下村专区"
}
}
]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 820 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

@ -50,7 +50,7 @@
</template>
<script>
import uParse from "@/components/gaoyia-parse/parse.vue";
import uParse from "../../components/gaoyia-parse/parse.vue";
export default {
components: {

@ -50,7 +50,7 @@
</template>
<script>
import uParse from "@/components/gaoyia-parse/parse.vue";
import uParse from "../components/gaoyia-parse/parse.vue";
export default ({
components: {
uParse,

@ -1,6 +1,7 @@
<template>
<view>
<view class="img-box">
<image class="img"
src="https://eluyou.ailuquan.cn/upload/image/2024/mapIcon/daolan/guanggao2-detail.png"></image>
</view>
</template>
@ -14,6 +15,14 @@
}
</script>
<style lang="scss">
<style lang="scss" scoped>
.img-box{
width: 100%;
height: 100vh;
.img{
width: 100%;
height: 550%;
}
}
</style>

Loading…
Cancel
Save