diff --git a/components/ShowShopListItem/ShowShopListItem.vue b/components/ShowShopListItem/ShowShopListItem.vue index 57e24b4..2c7c0e6 100644 --- a/components/ShowShopListItem/ShowShopListItem.vue +++ b/components/ShowShopListItem/ShowShopListItem.vue @@ -63,7 +63,12 @@ - + 已将该店推给 {{shopInfo.promotionNum}} @@ -143,6 +148,11 @@ uni.navigateTo({ url: '/pages/detail/detail' }) + }, + handleAD(){ + uni.navigateTo({ + url: '/pages/publish/publishTransfer/publishTransfer' + }) } } } diff --git a/pages/index/HomeMainContent/Statistics.vue b/pages/index/HomeMainContent/Statistics.vue index f7647d0..003fa01 100644 --- a/pages/index/HomeMainContent/Statistics.vue +++ b/pages/index/HomeMainContent/Statistics.vue @@ -7,21 +7,39 @@ height="320rpx" /> - + 累计用户 + {{ sumUser.total }} + + 昨日新增{{ sumUser.yesterday }}位 + - - + + + + + 累计转店 + {{ sumTrans.total }} + + 昨日新增{{ sumTrans.yesterday }}位 + - - + + + + + 累计找店 + {{ sumSearch.total }} + + 昨日新增{{ sumSearch.yesterday }}位 + @@ -29,6 +47,31 @@ \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index 53d8bbd..891b519 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -2,6 +2,9 @@ + + + @@ -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 {