邓洁 page: 地图
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user