罗世杰:完成首页数据分析、客服悬浮

This commit is contained in:
LuoShijie
2023-11-14 00:33:31 +08:00
parent c639b24e9c
commit c21816d077
3 changed files with 161 additions and 17 deletions

View File

@@ -2,6 +2,9 @@
<view class="home-base-bg">
<InputAndSwiper type='0'></InputAndSwiper>
<view class="home-content">
<view class="service">
<u-image src="/static/statistics/sy_icon_lxkf.png" width="108rpx" height="108rpx"/>
</view>
<HomeNavCard></HomeNavCard>
<HomeNoticeBar :text="notice" />
<Statistics :data="statisticsNum" />
@@ -34,11 +37,12 @@
return {
notice: '寒雨连江夜入吴 平明送客楚山孤 洛阳亲友如相问 一片冰心在玉壶',
chooseIndex: 0,
statisticsNum: [231753, 1345]
statisticsNum: [231753, 1345],
swiperList:[]
}
},
onLoad() {
},
methods: {
@@ -56,6 +60,12 @@
.home-content {
margin: 0 10px;
.service {
position: fixed;
right: 17rpx;
top: 1109rpx;
z-index: 1;
}
}
.show-and-search {