罗世杰:完成首页数据分析、客服悬浮
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user