邓洁 page: 地图

This commit is contained in:
邓洁
2023-11-04 21:57:57 +08:00
parent 6ce3b66029
commit 50722af798
6 changed files with 207 additions and 98 deletions

View File

@@ -4,9 +4,9 @@
<TabBar :current-page="0"></TabBar>
<HomeNavCard></HomeNavCard>
<view class="news-box">
<u-notice-bar :text="newsTextLists" :bg-color="$uni-bg-color"></u-notice-bar>
<u-notice-bar :text="newsText" bg-color="#ffffff"></u-notice-bar>
</view>
<ShowShopList></ShowShopList>
</view>
</template>
@@ -18,12 +18,7 @@
},
data() {
return {
newsTextLists: [
'寒雨连江夜入吴',
'平明送客楚山孤',
'洛阳亲友如相问',
'一片冰心在玉壶'
],
newsText: '寒雨连江夜入吴'
}
},
onLoad() {
@@ -40,5 +35,4 @@
background-color: $uni-bg-color-grey;
width: 100%;
}
</style>