123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921 |
- <template>
- <view class="content">
- <!-- 轮播 -->
- <view class="carousel-section">
- <swiper class="carousel" :autoplay="true" :interval="3000" :duration="1000">
- <swiper-item v-for="item in carouselList" :key="item.id">
- <!-- #ifdef H5 -->
- <image :src="baseURL + item.image"></image>
- <!-- #endif -->
- </swiper-item>
- </swiper>
- </view>
- <!-- 上半部分菜单 -->
- <view class="box-top"></view>
- <view class="top-box flex">
- <view class="top-item" v-for="item in navList" @click="navTo(item.path)">
- <view class="item-tit">{{item.tit}}</view>
- <view class="item-content">{{item.content}}</view>
- <image :src="item.bgimg" mode="" class="item-logo"
- :style="{width:item.bgwidth,height:item.bgheight,top:item.bgtop,left:item.bgleft}"></image>
- </view>
- </view>
- <!-- 下半部分菜单 -->
- <view class="bottom-box flex">
- <view class="btm-left" @click="navTo('/pages/applic/location')">
- <view class="tit">救在身边救护员</view>
- <view class="left-content">实时救护,就在身边</view>
- <image src="../../static/icon/tb-5.png" mode="" class="bglogo"></image>
- </view>
- <view class="btm-right">
- <view class="b-l-item" @click="navTo('/pages/applic/aid')">
- <view class="tit">救护站</view>
- <view class="left-content">附近的救护站都在这里</view>
- <image src="../../static/icon/tb-6.png" mode="" class="right-logo"></image>
- </view>
- <view class="b-l-item" @click="navTo('/pages/applic/aed')">
- <view class="tit">智能AED</view>
- <view class="left-content">查找附近AED设备</view>
- <image src="../../static/icon/tb-7.png" mode="" class="right-logo right-logo-2"></image>
- </view>
- </view>
- </view>
- </view>
- </template>
- <script>
- import {
- loadIndexs,
- bannerlist,
- getListAED,
- getDistance,
- getListMechanism,
- getdis,
- tocall,
- getCompany
- } from '@/api/index.js';
- import {
- saveUrl,
- interceptor
- } from '@/utils/loginUtils.js';
- import {
- mapState,
- mapMutations
- } from 'vuex';
- import {
- userinfo
- } from '@/api/user.js';
- import uniPopup from '@/components/uni-popup/uni-popup.vue';
- import uniLoadMore from '@/components/uni-load-more/uni-load-more.vue';
- import {
- getLoca
- } from '@/utils/wxAuthorized.js';
- import {
- getcomAddress
- } from '@/api/index.js';
- import topTitle from '../../components/top-title/top-title.vue';
- export default {
- components: {
- uniPopup,
- uniLoadMore,
- topTitle
- },
- data() {
- return {
- navList: [{
- tit: '我要报名',
- content: '志愿者捐献者报名',
- path: '/pages/applic/applicList',
- bgimg: '../../static/icon/tb-1.png',
- bgwidth: '84rpx',
- bgheight: '111rpx',
- bgtop: '84rpx',
- bgleft: '210rpx'
- }, {
- tit: '红十字事业',
- content: '红十字事业介绍',
- path: '/pages/applic/cause',
- bgimg: '../../static/icon/tb-2.png',
- bgwidth: '128rpx',
- bgheight: '127rpx',
- bgtop: '69rpx',
- bgleft: '181rpx'
- },
- {
- tit: '我要捐赠',
- content: '在线捐款渠道',
- path: '/pages/applic/love',
- bgimg: '../../static/icon/tb-3.png',
- bgwidth: '120rpx',
- bgheight: '120rpx',
- bgtop: '75rpx',
- bgleft: '192rpx'
- },
- {
- tit: '红十字知识',
- content: '急救知识科普',
- path: '/pages/applic/science',
- bgimg: '../../static/icon/tb-4.png',
- bgwidth: '120rpx',
- bgheight: '120rpx',
- bgtop: '75rpx',
- bgleft: '192rpx'
- }
- ],
- carouselList: [], //轮播
- };
- },
- onShow() {
- saveUrl();
- // let token = uni.getStorageSync('token');
- console.log(11, this);
- console.log(this.userInfo, 'this.userInfo++++++++++++++++')
- if (!this.userInfo.id) {
- // 登录拦截
- uni.showModal({
- title: '登录',
- content: '您未登录,是否马上登陆?',
- success: e => {
- if (e.confirm) {
- interceptor();
- }
- },
- fail: e => {
- console.log(e);
- }
- });
- }
- this.loadData();
- getCompany().then(res => {
- console.log(res)
- })
- },
- onLoad() {
- saveUrl();
- },
- computed: {
- ...mapState('user', ['userInfo', 'hasLogin']),
- ...mapState(['baseURL']),
- },
- methods: {
- ...mapMutations('user', ['setUserInfo']),
- //提示
- tishi() {
- uni.showModal({
- title: '提示',
- content: '获取当前位置信息失败,是否刷新页面。',
- success: function(res) {
- if (res.confirm) {
- window.location.reload();
- console.log('用户点击确定');
- } else if (res.cancel) {
- console.log('用户点击取消');
- }
- }
- })
- },
- loadData() {
- let obj = this;
- loadIndexs({}).then(({
- data
- }) => {
- obj.carouselList = data.banner
- // obj.carouselList = data.banner; //轮播图
- });
- },
- navTo(url) {
- uni.navigateTo({
- url
- });
- },
- }
- };
- </script>
- <style lang="scss">
- a {
- text-decoration: none;
- color: #5f5f5f;
- }
- .content {
- // line-height: 1;
- background-color: #ffabab;
- // padding-bottom: 60rpx;
- }
- .popup_row {
- width: 100%;
- height: 500rpx;
- background-color: #ffffff;
- border-radius: 20rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- .rows {
- width: 100%;
- padding: 0 24rpx;
- .rows-item {
- height: 80rpx;
- line-height: 80rpx;
- text-align: center;
- width: 100%;
- font-size: 32rpx;
- color: #303133;
- // border-bottom: 1rpx solid #f0f0f0;
- }
- // .row-1 {
- // margin: auto;
- // .first_aid {
- // width: 300rpx;
- // height: 300rpx;
- // }
- // }
- // .row-2 {
- // font-size: 38rpx;
- // margin-top: 20rpx;
- // }
- }
- }
- .content {
- background-color: #f8f8f8;
- height: 100%;
- /* 头部 轮播图 */
- .carousel-section {
- // padding-top: 10px;
- overflow: hidden;
- background-color: #fff;
- .carousel {
- width: 750rpx;
- height: 504rpx;
- margin: 0 auto;
- overflow: hidden;
- .carousel-item {
- width: 100%;
- height: 100%;
- overflow: hidden;
- }
- image {
- width: 100%;
- height: 100%;
- }
- }
- }
- // 分类
- .cate-section {
- justify-content: space-around;
- background-color: #fff;
- padding: 46rpx 0 30rpx;
- .cate-item {
- width: 25%;
- flex-direction: column;
- text-align: center;
- align-items: center;
- justify-content: center;
- .img-wrapper {
- width: 100rpx;
- height: 88rpx;
- background: #eef4ff;
- border-radius: 14rpx;
- position: relative;
- image {
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- }
- .img1 {
- width: 100rpx;
- height: 84rpx;
- }
- .img2 {
- width: 100rpx;
- height: 85rpx;
- }
- .img3 {
- width: 100rpx;
- height: 84rpx;
- }
- .img4 {
- width: 100rpx;
- height: 88rpx;
- }
- }
- .item-title {
- margin-top: 15rpx;
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
- }
- }
- }
- // 红会科普
- .science-section {
- width: 100%;
- background-color: #ffffff;
- margin-top: 18rpx;
- padding-top: 30rpx;
- .science-title {
- display: flex;
- justify-content: center;
- align-items: center;
- padding-bottom: 22rpx;
- .title {
- width: 285rpx;
- height: 64rpx;
- background-color: #ca121e;
- border-radius: 32rpx;
- color: #ffffff;
- font-size: 32rpx;
- line-height: 64rpx;
- text-align: center;
- }
- image {
- width: 68rpx;
- height: 43rpx;
- margin-left: 16rpx;
- margin-right: 16rpx;
- }
- }
- .science-box {
- padding-left: 15rpx;
- padding-right: 15rpx;
- padding-bottom: 20rpx;
- border-bottom: 1rpx solid #f0f0f0;
- white-space: nowrap;
- display: flex;
- width: 100%;
- // .uni-scroll-view-content{
- // display: flex;
- // }
- .science-content {
- // width: 100%;
- // display: flex;
- display: -webkit-box;
- .science-item {
- margin-right: 24rpx;
- width: 198rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- text-align: center;
- image {
- width: 100%;
- height: 145rpx;
- }
- .article-title {
- width: 198rpx;
- color: #333;
- font-size: 25rpx;
- padding-top: 20rpx;
- padding-bottom: 16rpx;
- font-weight: 900;
- }
- .article-content {
- width: 198rpx;
- color: #999999;
- font-size: 18rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- word-break: break-all;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- }
- }
- }
- .science-more {
- display: flex;
- justify-content: center;
- align-items: center;
- color: #cb131c;
- font-size: 30rpx;
- padding-top: 18rpx;
- padding-bottom: 18rpx;
- image {
- width: 20rpx;
- height: 27rpx;
- }
- }
- }
- // sos急救中心
- .system {
- width: 100%;
- background-color: #ffffff;
- margin-top: 18rpx;
- padding: 40rpx 30rpx 35rpx 30rpx;
- margin-bottom: 20rpx;
- .system-map {
- margin: 30rpx auto 0;
- width: 689rpx;
- height: 312rpx;
- background-color: #ffffff;
- // padding: 0 30rpx;
- padding-bottom: 45rpx;
- // .map-box {
- // width: 100%;
- // height: 312rpx;
- // // background-color: #fff;
- // }
- }
- }
- // AED
- .list-box {
- padding: 0rpx 25rpx 24rpx;
- // margin-bottom: 84rpx;
- background-color: #fff;
- .system-title {
- display: flex;
- justify-content: flex-start;
- align-items: center;
- height: 130rpx;
- // padding-bottom: 22rpx;
- background-color: #ffffff;
- .title {
- width: 285rpx;
- height: 64rpx;
- background-color: #ca121e;
- border-radius: 32rpx;
- color: #ffffff;
- font-size: 32rpx;
- line-height: 64rpx;
- text-align: center;
- }
- .img {
- width: 68rpx;
- height: 43rpx;
- margin-left: 16rpx;
- margin-right: 16rpx;
- image {
- width: 68rpx;
- height: 43rpx;
- }
- }
- }
- }
- .map-box {
- width: 100%;
- height: 366rpx;
- }
- .list-tpl {
- background-color: #ffffff;
- margin: 25rpx 0rpx;
- padding: 25rpx 25rpx;
- font-size: 28rpx;
- border-radius: 15rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- border-bottom: 1px solid #f1f1f1;
- .list-left {
- display: flex;
- width: 100%;
- .number {
- font-size: 32rpx;
- margin-right: 14rpx;
- }
- .info {
- width: 100%;
- .title {
- font-size: 32rpx;
- color: #222222;
- font-weight: 500;
- }
- .addr {
- width: 400rpx;
- margin-top: 20rpx;
- font-size: 20rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #999999;
- }
- }
- }
- .image {
- width: 10%;
- text-align: center;
- image {
- width: 50rpx;
- height: 50rpx;
- }
- .tip {
- color: #7f7f7f;
- font-size: 21rpx;
- }
- }
- }
- }
- // .red-box {
- // margin: 20rpx 0;
- // height: 521rpx;
- // padding: 40rpx 23rpx 35rpx 23rpx;
- // background-color: #fff;
- // .red-nav {
- // justify-content: space-between;
- // margin-top: 23rpx;
- // .left-nav {
- // width: 332rpx;
- // height: 392rpx;
- // background: #FFF3F5;
- // background-image: url(../../static/img/m1.png);
- // background-size: 100% 100%;
- // }
- // .right-nav {
- // width: 357rpx;
- // height: 392rpx;
- // flex-direction: column;
- // justify-content: space-between;
- // // background: #F6F6FF;
- // .right-top-nav {
- // width: 357rpx;
- // height: 204rpx;
- // background: #F6F6FF;
- // background-image: url(../../static/img/m2.png);
- // background-size: 100% 100%;
- // }
- // .right-bottom-nav {
- // width: 357rpx;
- // height: 173rpx;
- // justify-content: space-between;
- // view {
- // width: 171rpx;
- // height: 173rpx;
- // }
- // .left-item {
- // background: #F5EFFE;
- // background-image: url(../../static/img/m3.png);
- // background-size: 100% 100%;
- // }
- // .right-item {
- // background: #EDFEFE;
- // background-image: url(../../static/img/m4.png);
- // background-size: 100% 100%;
- // }
- // }
- // }
- // }
- // }
- .red-box {
- margin: 20rpx 0;
- // height: 393rpx;
- padding: 30rpx 30rpx 40rpx 30rpx;
- background-color: #fff;
- .red-nav {
- padding-top: 25rpx;
- display: flex;
- justify-content: space-between;
- .nav-item {
- width: 330rpx;
- height: 175rpx;
- background: #FFF4F2;
- border-radius: 15rpx;
- image {
- width: 330rpx;
- height: 175rpx;
- }
- }
- }
- }
- .popup_row2 {
- // margin-top: 108rpx;
- height: 440rpx;
- border-radius: 25rpx;
- width: 100%;
- padding: 24rpx;
- background-color: #f8f8f8;
- z-index: 999;
- .title {
- border-bottom: 2rpx solid #F2F2F2;
- color: #E63931;
- font-size: 32rpx;
- padding-left: 4rpx;
- padding-bottom: 16rpx;
- display: flex;
- justify-content: space-between;
- // align-items: center;
- .cancel {
- margin-left: 52rpx;
- width: 36rpx;
- height: 36rpx;
- image {
- width: 36rpx;
- height: 36rpx;
- }
- }
- }
- .inpBox {
- margin-top: 52rpx;
- border: 2px solid #f2f2f2;
- padding: 12rpx 24rpx;
- color: #FF9797;
- border-radius: 8rpx;
- .input-placeholder {
- // height: 70rpx;
- font-size: 32rpx;
- color: #FF9797;
- }
- }
- .inpedit {
- margin-top: 24rpx;
- margin-left: 14rpx;
- font-size: 28rpx;
- color: #FF9797;
- }
- .comfirm {
- display: flex;
- justify-content: flex-end;
- margin-top: 54rpx;
- .comfirm1 {
- padding: 12rpx 24rpx;
- border-radius: 12rpx;
- color: #FFFFFF;
- background-color: #E63931;
- }
- }
- }
- .location-item {
- z-index: 1000;
- display: flex;
- justify-content: space-between;
- align-items: center;
- border-bottom: 1rpx solid #E7E8EA;
- padding: 15rpx 0;
- .box-left {
- display: flex;
- .img01 {
- width: 8rpx;
- height: 28rpx;
- margin-right: 18rpx;
- image {
- width: 8rpx;
- height: 28rpx;
- }
- }
- .img02 {
- width: 117rpx;
- height: 117rpx;
- border-radius: 50%;
- image {
- width: 117rpx;
- height: 117rpx;
- border-radius: 50%;
- }
- }
- .info {
- margin-left: 16rpx;
- .info-header {
- display: flex;
- align-items: center;
- .name {
- font-size: 32rpx;
- color: #333333;
- }
- .distance {
- margin-left: 25rpx;
- font-size: 28rpx;
- color: #303133;
- }
- .location-icon {
- margin-left: 10rpx;
- width: 20rpx;
- height: 26rpx;
- image {
- width: 20rpx;
- height: 26rpx;
- display: inline;
- }
- }
- }
- .address {
- font-size: 26rpx;
- color: #333333;
- margin-top: 33rpx;
- }
- }
- }
- .box-right {
- .img {
- height: 107rpx;
- image {
- width: 107rpx;
- height: 107rpx;
- }
- }
- .called {
- margin-right: 16rpx;
- height: 107rpx;
- line-height: 107rpx;
- font-size: 28rpx;
- color: #CB131C;
- }
- }
- }
- .box-top {
- height: 36rpx;
- height: 36rpx;
- border-radius: 36rpx 36rpx 0 0;
- // margin: -36rpx auto;
- margin-bottom: -36rpx;
- position: relative;
- top: -36rpx;
- background-color: #fff;
- z-index: 9;
- }
- .top-box {
- background-color: #fff;
- flex-wrap: wrap;
- justify-content: center;
- padding: 14rpx 0 50rpx;
- margin-bottom: 20rpx;
- .top-item {
- margin: 10rpx;
- width: 327rpx;
- height: 210rpx;
- background: linear-gradient(0deg, #FFF0ED, #FFFFFF, #FFF0ED);
- box-shadow: 0px 0px 20rpx 0px rgba(255, 52, 52, 0.06);
- border-radius: 10rpx;
- position: relative;
- padding: 25rpx 20rpx;
- .item-tit {
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #333333;
- }
- .item-content {
- font-size: 22rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #C3C3C3;
- padding-top: 10rpx;
- }
- .item-logo {
- position: absolute;
- }
- }
- }
- .bottom-box {
- justify-content: center;
- flex-wrap: wrap;
- background-color: #fff;
- .tit {
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #333333;
- }
- .left-content {
- padding-top: 5rpx;
- font-size: 20rpx;
- font-family: PingFang SC;
- font-weight: 500;
- max-width: 210rpx;
- color: #C3C3C3;
- }
- .btm-left {
- height: 334rpx;
- width: 261rpx;
- // background-color: #009100;
- padding: 30rpx 20rpx;
- position: relative;
- .bglogo {
- position: absolute;
- width: 189rpx;
- height: 194rpx;
- bottom: 23rpx;
- left: 35rpx;
- }
- }
- .btm-right {
- width: 438rpx;
- height: 334rpx;
- // background-color: #03A9F4;
- .b-l-item {
- width: 438rpx;
- height: 167rpx;
- // background-color: red;
- position: relative;
- padding: 50rpx 36rpx;
- .right-logo {
- position: absolute;
- width: 195rpx;
- height: 137rpx;
- top: 6rpx;
- left: 240rpx;
- }
- .right-logo-2 {
- width: 90rpx;
- height: 130rpx;
- top: 13rpx;
- left: 290rpx;
- }
- }
- }
- }
- </style>
|