|
@@ -1,13 +1,16 @@
|
|
|
<template>
|
|
<template>
|
|
|
<FlexCol>
|
|
<FlexCol>
|
|
|
<StatusBarSpace backgroundColor="background.page" />
|
|
<StatusBarSpace backgroundColor="background.page" />
|
|
|
- <NavBar
|
|
|
|
|
- title="来厦门䢐迌"
|
|
|
|
|
- :titleScroll="false"
|
|
|
|
|
- titleClass="size-lll font-songti color-title-text"
|
|
|
|
|
- align="left"
|
|
|
|
|
- backgroundColor="background.page"
|
|
|
|
|
- />
|
|
|
|
|
|
|
+ <NavBar leftButton="custom" backgroundColor="background.page">
|
|
|
|
|
+ <template #left>
|
|
|
|
|
+ <Image
|
|
|
|
|
+ src="https://mn.wenlvti.net/app_static/minnan/images/travel/Title4.png"
|
|
|
|
|
+ mode="widthFix"
|
|
|
|
|
+ :width="210"
|
|
|
|
|
+ :innerStyle="{ marginLeft: '30rpx', marginTop: '30rpx' }"
|
|
|
|
|
+ />
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </NavBar>
|
|
|
<CommonCategoryList pageConfigName="travel" />
|
|
<CommonCategoryList pageConfigName="travel" />
|
|
|
<Height :height="150" />
|
|
<Height :height="150" />
|
|
|
<Tabbar :current="3" />
|
|
<Tabbar :current="3" />
|
|
@@ -22,6 +25,7 @@ import StatusBarSpace from '@/components/layout/space/StatusBarSpace.vue';
|
|
|
import NavBar from '@/components/nav/NavBar.vue';
|
|
import NavBar from '@/components/nav/NavBar.vue';
|
|
|
import Height from '@/components/layout/space/Height.vue';
|
|
import Height from '@/components/layout/space/Height.vue';
|
|
|
import CommonCategoryList from '../article/data/CommonCategoryList.vue';
|
|
import CommonCategoryList from '../article/data/CommonCategoryList.vue';
|
|
|
|
|
+import Image from '@/components/basic/Image.vue';
|
|
|
|
|
|
|
|
onShareTimeline(() => {
|
|
onShareTimeline(() => {
|
|
|
return {};
|
|
return {};
|