12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379 |
- <template>
- <view class="content">
- <!-- 轮播 -->
- <view class="carousel-section">
- <swiper class="carousel" :autoplay="true" :interval="3000" :duration="1000" @change="swiperChange">
- <swiper-item v-for="(item, index) in carouselList" :key="item.id"><image :src="item.pic"></image></swiper-item>
- </swiper>
- </view>
- <view class="swiper-dot">
- <template v-for="item in swiperLength">
- <view class="swiper-dots-item" :key="item" :class="{ action: swiperCurrent + 1 === item }"></view>
- </template>
- </view>
- <!-- 分类 -->
- <view class="cate-section flex">
- <view class="cate-left" @click="navto('/pages/form/applicationForm')"><image src="../../static/img/love.png"></image></view>
- <view class="cate-right">
- <view class="rightBox flex" @click="navto('/pages/form/tovolApplyDemo')"><image src="../../static/img/right-top.png"></image></view>
- <view class="rightBox flex" @click="navto('/pages/applic/Love')"><image src="../../static/img/right-bottom.png" mode=""></image></view>
- </view>
- </view>
- <!-- 红会科普 -->
- <view class="science-section">
- <view class="science-title flex">
- <view class="titleBox">
- <view class="title">红会科普</view>
- <image class="img" src="../../static/img/underTitle.png" mode=""></image>
- </view>
- <navigator class="science-more" url="/pages/applic/science">
- 更多
- <image src="../../static/icon/moreRight.png" mode=""></image>
- </navigator>
- </view>
- <scroll-view class="science-box" scroll-x>
- <view class="science-content">
- <view class="science-item" v-for="(item, index) in science" :key="index" @click="Jump(item)">
- <image :src="item.image_input[0]" mode=""></image>
- <view class="article-title word1_ellipsis">
- <text class="word1_ellipsis">{{ item.title }}</text>
- </view>
- </view>
- </view>
- </scroll-view>
- </view>
- <!-- sos急救系统 -->
- <view class="system">
- <view class="system-top flex">
- <view class="system-title">
- <view class="title">救在身边</view>
- <image class="img" src="../../static/img/underTitle.png" mode=""></image>
- </view>
- <view class="system-right flex" @click="navto('/pages/applic/rescuerecords')">
- <view class="imageQ"><image src="../../static/img/ai.png" mode=""></image></view>
- <view class="systemfont">我的援救</view>
- <view class="imageH"><image src="../../static/img/redjiantou.png" mode=""></image></view>
- </view>
- </view>
- <view class="system-map" @click="tolocation">
- <!-- <view class="map-box" @click="tolocation"><image src="../../static/img/map.jpg" mode=""></image></view> -->
- <map class="map-box" id="map_1" ref="map_1" :latitude="latitude4" :longitude="longitude4" :markers="marker"></map>
- </view>
- </view>
- <view v-for="(item, index) in list" :key="item.id">
- <view class="location-item">
- <view class="box-left">
- <view class="img01"><image src="../../static/img/line01.png" mode=""></image></view>
- <view class="img02" v-if="item.info != null"><image src="../../static/img/002.png" mode=""></image></view>
- <view class="img02" v-else><image src="../../static/img/missing-face.png" mode=""></image></view>
- <view class="info">
- <view class="info-header">
- <view class="name">救护员{{ index + 1 }}</view>
- <view class="distance">{{ item.num }}km</view>
- <view class="location-icon"><image src="../../static/img/location-icon.png" mode=""></image></view>
- </view>
- <view class="address">{{ item.address }}</view>
- </view>
- </view>
- <view class="box-right" @click="rescue(item, index)">
- <view class="img" v-if="!item.is"><image src="../../static/img/rescue.png" mode=""></image></view>
- <view class="called" v-if="item.is">已呼叫</view>
- </view>
- </view>
- </view>
- <!-- AED导航 -->
- <view class="list-box">
- <view class="system-top flex">
- <view class="system-title">
- <view class="title" @click="tolocation">AED导航</view>
- <image class="img" src="../../static/img/underTitle.png" mode=""></image>
- </view>
- <view class="system-right flex" @click="navto('/pages/applic/aed')">
- <view class="systemfont">更多</view>
- <view class="imageH"><image src="../../static/img/redjiantou.png" mode=""></image></view>
- </view>
- </view>
- <view id="container" style="margin-top: 22rpx;">
- <map
- class="map-box"
- id="map"
- show-location
- :markers="aedmarker"
- :scale="scale"
- :latitude="latitude4"
- :longitude="longitude4"
- ref="map"
- style="height: 450rpx"
- @markertap="markertap"
- ></map>
- </view>
- <view class="">
- <view class="list-tpl flex" @click="openAddress(item)" v-for="(item, index) in AEDList" :key="item.id">
- <view class="list-left">
- <view class="info">
- <view class="title">{{ item.name }}</view>
- <view class="addr">地址:{{ item.address }}</view>
- </view>
- </view>
- <view class="image">
- <image src="../../static/img/img10.png"></image>
- <view class="tip" v-if="item.range * 1000 > 999">>999m</view>
- <view class="tip" v-else>{{ item.range * 1000 }}m</view>
- </view>
- </view>
- </view>
- </view>
- <view class="pad">
- <view class="love-box">
- <view class="main flex">
- <view class="erweima-box">
- <view class="erweima"><image src="../../static/img/gongzhonghao.png" mode=""></image></view>
- <view class="font">罗田县红十字会公众号</view>
- </view>
- <image class="main-image" src="../../static/img/index-love.png" mode=""></image>
- <view class="erweima-box">
- <view class="erweima"><image src="../../static/img/lovetongdao.png" mode=""></image></view>
- <view class="font">爱心捐款通道</view>
- </view>
- </view>
- </view>
- </view>
- <uni-popup ref="popup" type="bottom" @click="close">
- <view class="popup_row">
- <view class="rows">
- <view class="rows-item" @click="toGaodeMap">高德地图</view>
- <view class="rows-item" @click="tobaiDuMap">百度地图</view>
- <view class="rows-item" @click="totengxunMap">腾讯地图</view>
- </view>
- </view>
- </uni-popup>
- <uni-popup ref="popups" type="center">
- <view class="popup_rows">
- <view class="title">
- <view class="title-left">请输入您的手机号,等待救援!</view>
- <view class="cancel" @click="cancel"><image src="../../static/img/cancel1.png" mode=""></image></view>
- </view>
- <view class="inpBox"><input type="text" value="" placeholder="请输入您的手机号" v-model="to_phone" /></view>
- <view class="inpedit">可在方框中修改您的手机号</view>
- <view class="comfirm"><view class="comfirm1" @click="comfirm1()">确认</view></view>
- </view>
- </uni-popup>
- <view v-if="first" class="tishi">
- <view class="tishi-bg" @touchstart="closefirst" @click.stop="closefirst"><image src="../../static/img/firstBg1.png" mode=""></image></view>
- <view class="hand"><image src="../../static/img/firstHand.png" mode=""></image></view>
- </view>
- </view>
- </template>
- <script>
- import { loadIndexs, bannerlist, getListAED, getDistance, getdis, tocall } 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';
- // #ifdef H5
- import { weixindata, weixinlocation } from '@/utils/wxAuthorized';
- // #endif
- export default {
- components: {
- uniPopup,
- uniLoadMore
- },
- data() {
- return {
- aedmarker: [],
- first: false,
- swiperCurrent: 0,
- titleNViewBackground: '',
- carouselList: [], //轮播
- science: [], //文章列表
- page: 1,
- limit: 10,
- AEDList: [],
- latitude2: '',
- longitude2: '',
- latitude4: '',
- longitude4: '',
- address: '',
- loadingType: 'more',
- markerList: [],
- marker: [],
- longitude: '121.15829821166992',
- latitude: '30.044394499237708',
- longitude1: '120.553638',
- latitude1: '30.547011',
- scale: '12', //地图缩放程度
- scale1: '15',
- showbox: false,
- list: '',
- name: '',
- phone: '',
- to_phone: '',
- uid: '',
- showTEXT: false,
- addressData: {
- name: '',
- mobile: '',
- latitude: 0, //纬度
- longitude: 0, //经度
- address: {
- province: '',
- city: '',
- district: '',
- detail: ''
- },
- area: '',
- default: false
- },
- baseLongitude: 114.316738,
- baseLatitude: 30.353495,
- baseMarker: [{ id: 'baseAddr', latitude: 30.353495, longitude: 114.316738, iconPath: '../../static/img/location-icon.png' }],
- swiperLength: 0
- };
- },
- onShow() {
- this.IndexShare();
- saveUrl();
- console.log(11, this);
- if (!this.hasLogin) {
- // 登录拦截
- // interceptor();
- uni.showModal({
- title: '登录',
- content: '您未登录,是否马上登陆?',
- success: e => {
- if (e.confirm) {
- interceptor();
- }
- },
- fail: e => {
- console.log(e);
- }
- });
- } else {
- let i = uni.getStorageSync('first');
- console.log(uni.getStorageSync('first'), '654321');
- if (i) {
- this.first = true;
- uni.removeStorageSync('first');
- obj.loadData();
- }
- }
- },
- onLoad() {
- this.IndexShare();
- saveUrl();
- let obj = this;
- try {
- let locationAddress;
- // #ifdef H5
- let wxOjb = require('jweixin-module');
- locationAddress = wxOjb.getLocation;
- // #endif
- // #ifdef MP
- locationAddress = uni.getLocation;
- // #endif
- // #ifdef H5
- wxOjb.ready(() => {
- console.log('加载完毕注册事件');
- locationAddress({
- type: 'gcj02',
- success: function(res) {
- console.log('获取经纬度', res);
- obj.longitude4 = res.longitude;
- obj.latitude4 = res.latitude;
- let arr = [
- {
- longitude: res.longitude,
- latitude: res.latitude,
- iconPath: '/static/img/img19.png',
- width: '45',
- height: '45'
- }
- ];
- obj.marker = arr;
- obj.aedmarker = obj.aedmarker.concat(arr);
- obj.loadData();
- },
- fail(e) {
- console.log('失败', e);
- this.tishi();
- // window.location.reload();
- }
- });
- });
- // #endif
- // #ifdef MP
- locationAddress({
- type: 'gcj02',
- success: function(res) {
- console.log('获取经纬度', res);
- obj.longitude4 = res.longitude;
- obj.latitude4 = res.latitude;
- obj.marker = [
- {
- longitude: res.longitude,
- latitude: res.latitude,
- iconPath: '/static/img/img19.png',
- width: '45',
- height: '45'
- }
- ];
- obj.loadData();
- },
- fail(e) {
- console.log('失败', e);
- this.tishi();
- // window.location.reload();
- }
- });
- // #endif
- } catch (e) {
- let locationAddress;
- // #ifdef H5
- let wxOjb = require('jweixin-module');
- locationAddress = wxOjb.getLocation;
- // #endif
- // #ifdef MP
- locationAddress = uni.getLocation;
- // #endif
- // #ifdef H5
- wxOjb.ready(() => {
- console.log('加载完毕注册事件');
- locationAddress({
- type: 'gcj02',
- success: function(res) {
- console.log('获取经纬度', res);
- obj.longitude4 = res.longitude;
- obj.latitude4 = res.latitude;
- obj.loadData();
- },
- fail(e) {
- console.log('失败', e);
- this.tishi();
- // window.location.reload();
- }
- });
- });
- // #endif
- // #ifdef MP
- locationAddress({
- type: 'gcj02',
- success: function(res) {
- console.log('获取经纬度', res);
- obj.longitude4 = res.longitude;
- obj.latitude4 = res.latitude;
- obj.loadData();
- },
- fail(e) {
- console.log('失败', e);
- // window.location.reload();
- }
- });
- // #endif
- }
- },
- computed: {
- ...mapState('user', ['userInfo', 'baseURL', 'hasLogin'])
- },
- methods: {
- ...mapMutations('user', ['setUserInfo']),
- tocontribution() {
- uni.navigateTo({
- // url: "/pages/applic/contribution"
- url: '/pages/form/applicationForm'
- });
- },
- closefirst(e) {
- console.log(e);
- this.first = false;
- },
- cancel() {
- this.$refs.popups.close();
- },
- // 立即救援
- rescue(item, index) {
- let obj = this;
- uni.showModal({
- content: '是否发起求救?',
- success: res => {
- if (res.confirm) {
- this.$refs.popups.open(item, index);
- obj.name = item.name;
- obj.uid = item.uid;
- obj.phone = item.phone;
- obj.iscall = false;
- console.log('点击救援时item.phone:', obj.phone);
- }
- }
- });
- },
- comfirm1: function() {
- let obj = this;
- if (obj.to_phone.toString().trim() == '') {
- // uni.showModal({
- // title:'输入框为空',
- // // content:JSON.stringify(obj)
- // })
- } else {
- console.log('obj.to_phone1111', obj.to_phone);
- const reg = /^(\+?0?86-?)?1[\d]\d{9}$/;
- if (!reg.test(obj.to_phone)) {
- obj.$api.msg('请填写正确的手机号码');
- return;
- }
- console.log('name:', obj.name);
- console.log('uid:', obj.uid);
- console.log('phone', obj.phone);
- console.log('to_phone', obj.to_phone);
- console.log('longitude', obj.longitude);
- console.log('latitude', obj.latitude);
- console.log('iscall', obj.iscall);
- tocall({
- name: obj.name,
- uid: obj.uid,
- phone: obj.phone,
- longitude: obj.longitude4,
- latitude: obj.latitude4,
- to_phone: obj.to_phone
- }).then(data => {
- console.log(99988, data);
- uni.showModal({
- title: '请耐心等待救援',
- success: res => {
- if (res.confirm) {
- window.location.reload(); //重新刷新页面
- }
- }
- });
- obj.$refs.popups.close();
- obj.iscall = false;
- console.log(123, obj.iscall);
- });
- }
- },
- IndexShare() {
- let obj = this;
- // let money = obj.money;
- let item = {
- link: 'http://lt.igxys.com/index/#/', // 分享链接
- imgUrl: 'http://lt.igxys.com/index/static/img/002.png',
- desc: '弘扬红十字精神,传播红十字观念,宣传红十字工作,这是一个汇聚爱心、救助之家力量的平台',
- title: '罗田县红十字会',
- success: console.log('分享加载成功')
- };
- console.log('分享加', item);
- weixindata(item);
- },
- //提示
- tishi() {
- uni.showModal({
- title: '提示',
- content: '获取当前位置信息失败,是否刷新页面。',
- success: function(res) {
- if (res.confirm) {
- window.location.reload();
- console.log('用户点击确定');
- } else if (res.cancel) {
- console.log('用户点击取消');
- }
- }
- });
- },
- swiperChange(e) {
- const index = e.detail.current;
- this.swiperCurrent = index;
- this.titleNViewBackground = this.carouselList[index].background;
- },
- // 调用高德
- toGaodeMap() {
- let latitude = this.latitude2;
- let longitude = this.longitude2;
- let address = this.address;
- console.log('选择高德', latitude, longitude, address);
- // window.location.href = 'https://uri.amap.com/marker?position=30.537043,120.567191&name=浙江省嘉兴市桐乡市高桥镇高桥大道51号'
- window.location.href = `https://uri.amap.com/marker?position=${longitude},${latitude}&name=${address}`;
- // window.location.href = `http://uri.amap.com/navigation?from=114.02597366,22.54605355&to=114.029243,22.609562&mode=car&src=nyx_super`
- // http://uri.amap.com/navigation?from=" + fromLongitude + "," + fromLatitude + "&to="+ longitude + "," + latitude + "&mode=car&src=nyx_super
- },
- // 调用腾讯
- totengxunMap() {
- let latitude = this.latitude2;
- let longitude = this.longitude2;
- let address = this.address;
- console.log('选择腾讯', latitude, longitude);
- window.location.href = `http://apis.map.qq.com/uri/v1/marker?marker=coord:${latitude},${longitude};addr:${address}`;
- },
- // 调用百度
- tobaiDuMap() {
- let latitude = this.latitude2;
- let longitude = this.longitude2;
- let latitude6 = this.latitude4;
- let longitude6 = this.longitude4;
- let address = this.address;
- console.log('选择百度', latitude, longitude);
- console.log('获取当前经纬度', latitude6, longitude6);
- window.location.href = `http://api.map.baidu.com/direction?origin=latlng:${latitude6},${longitude6}|name:我的位置&destination=${latitude},${longitude}&mode=driving®ion=${address}&output=html&src=webapp.baidu.openAPIdemo`;
- },
- // 调用谷歌
- toGoogleMap() {
- let latitude = this.latitude2;
- let longitude = this.longitude2;
- console.log('选择谷歌', latitude, longitude);
- },
- navto(url) {
- uni.navigateTo({
- url: url
- });
- },
- tolocation() {
- uni.navigateTo({
- url: '/pages/applic/location'
- });
- },
- toapplic() {
- uni.navigateTo({
- url: '/pages/applic/appliSystem'
- });
- },
- tohelpActi() {
- uni.navigateTo({
- // url: "/pages/applic/tohelpActi"
- url: '/pages/form/tovolApply'
- });
- },
- toOrgan() {
- console.log('kepuxingbaoming');
- uni.navigateTo({
- url: '/pages/train/index'
- });
- },
- // 点击图标
- markertap(e) {
- console.log(e.target.markerId);
- this.$refs.popup.open();
- let obj = this;
- for (let i = 0; i < obj.marker.length; i++) {
- if (e.target.markerId == obj.marker[i].id) {
- obj.latitude2 = obj.marker[i].latitude;
- obj.longitude2 = obj.marker[i].longitude;
- obj.address = obj.marker[i].address;
- }
- }
- },
- space(lat1, lng1, lat2, lng2) {
- console.log(lat1, lng1, lat2, lng2);
- var radLat1 = (lat1 * Math.PI) / 180.0;
- var radLat2 = (lat2 * Math.PI) / 180.0;
- var a = radLat1 - radLat2;
- var b = (lng1 * Math.PI) / 180.0 - (lng2 * Math.PI) / 180.0;
- var s = 2 * Math.asin(Math.sqrt(Math.pow(Math.sin(a / 2), 2) + Math.cos(radLat1) * Math.cos(radLat2) * Math.pow(Math.sin(b / 2), 2)));
- s = s * 6378.137;
- s = Math.round(s * 10000) / 10000;
- return s * 1000; // 单位米
- },
- loadData() {
- let obj = this;
- console.log('打印当前经纬度', obj.longitude4, obj.latitude4);
- getdis({
- lng1: obj.longitude4,
- lat1: obj.latitude4
- })
- .then(res => {
- let data = res.data;
- console.log('请求数据', data);
- console.log('data.phone333', data.phone);
- data = data.map(d => {
- return {
- ...d,
- iscall: true
- };
- });
- obj.list = data;
- let arr = data.map(item => ({
- latitude: item.latitude,
- longitude: item.longitude,
- iconPath: '/static/img/img014.png',
- width: '35',
- height: '35',
- id: item.id,
- address: item.address
- }));
- obj.marker = obj.marker.concat(arr);
- })
- .catch(err => {
- console.log(err);
- });
- userinfo({}).then(({ data }) => {
- this.to_phone = data.phone;
- obj.setUserInfo(data);
- loadIndexs({}).then(({ data }) => {
- obj.carouselList = data.banner; //轮播图
- obj.swiperLength = data.banner.length;
- bannerlist().then(({ data }) => {
- console.log(data);
- obj.science = data;
- });
- });
- });
- if (obj.loadingType === 'noMore') {
- //防止重复加载
- return;
- }
- // 修改当前对象状态为加载中
- obj.loadingType = 'loading';
- getListAED({
- page: 1,
- limit: 3,
- longitude: obj.longitude4,
- latitude: obj.latitude4
- }).then(({ data }) => {
- console.log(obj.latitude4, 999);
- console.log(obj.longitude4, 999);
- // obj.AEDList = data
- // for (let i = 0; i < data.length; i++) {
- // data[i].space = obj.space(obj.latitude4, obj.longitude4, data[i].latitude, data[i].longitude);
- // }
- obj.AEDList = obj.AEDList.concat(data.data);
- let arr = data.data.map(item => ({
- latitude: item.latitude,
- longitude: item.longitude,
- iconPath: '/static/img/img10.png',
- width: '35',
- height: '35',
- id: item.id,
- address: item.address
- }));
- obj.aedmarker = obj.aedmarker.concat(arr);
- console.log(obj.aedmarker, '定位点');
- obj.page++;
- if (obj.limit == data.length) {
- obj.loadingType = 'more';
- } else {
- obj.loadingType = 'noMore';
- }
- });
- },
- // 选择当前位置
- // chooseAddress() {
- // console.log('233')
- // let obj = this;
- // uni.chooseLocation({
- // success: function(res) {
- // console.log(res)
- // obj.addressData.area = res.name;
- // console.log('位置名称:' + res.name);
- // console.log('详细地址:' + res.address);
- // console.log('经度:' + res.longitude);
- // console.log('纬度:' + res.latitude);
- // obj.addressData.latitude = res.latitude;
- // obj.addressData.longitude = res.longitude;
- // obj.addressDetail = res.address;
- // console.log('common_address123',obj.addressDetail )
- // console.log('latitude123',obj.addressData.latitude )
- // console.log('longitude123',obj.addressData.longitude )
- // getcomAddress({
- // common_address: obj.addressDetail,
- // longitude: obj.addressData.longitude,
- // latitude: obj.addressData.latitude
- // }).then(data => {
- // console.log(333)
- // console.log(data);
- // if (data.status == 200) {
- // obj.$api.msg('保存成功')
- // }
- // })
- // }
- // });
- // },
- // 导航
- openAddress(item) {
- let obj = this;
- obj.latitude2 = item.latitude;
- obj.longitude2 = item.longitude;
- obj.address = item.address;
- this.$refs.popup.open();
- },
- Jump(item) {
- // console.log(item);
- if (item.url != '') {
- window.open(item.url);
- return;
- }
- uni.navigateTo({
- url: '/pages/applic/info?id=' + item.id
- });
- },
- open() {
- this.$refs.popup.open();
- },
- close() {
- this.$refs.popup.close();
- }
- }
- };
- </script>
- <style lang="scss">
- page,
- .content {
- background: #ffffff !important;
- height: 100%;
- }
- a {
- text-decoration: none;
- color: #5f5f5f;
- }
- .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: 34rpx;
- overflow: hidden;
- .carousel {
- width: 700rpx;
- height: 370rpx;
- border-radius: 15rpx;
- margin: 0 auto;
- image {
- width: 100%;
- height: 370rpx;
- border-radius: 15rpx;
- }
- }
- }
- .swiper-dot {
- padding-top: 20rpx;
- display: flex;
- justify-content: center;
- .swiper-dots-item {
- width: 25rpx;
- height: 8rpx;
- border-radius: 4rpx 4rpx;
- background-color: #fbb8b3;
- margin: 0 16rpx;
- // z-index: 999;
- }
- .action {
- background-color: #f3392c;
- }
- }
- // 分类
- .cate-section {
- position: relative;
- padding: 20rpx 24rpx 0 4rpx;
- width: 100%;
- .cate-left {
- width: 50%;
- height: 404rpx;
- image {
- width: 100%;
- height: 100%;
- }
- }
- .cate-right {
- width: 50%;
- height: 404rpx;
- padding-top: 20rpx;
- .rightBox {
- height: 212rpx;
- width: 100%;
- margin-top: -20rpx;
- image {
- width: 100%;
- height: 100%;
- }
- }
- }
- }
- // 红会科普
- .science-section {
- width: 100%;
- background-color: #ffffff;
- margin-top: 20rpx;
- padding-left: 30rpx;
- padding-right: 25rpx;
- .science-title {
- display: flex;
- justify-content: space-between;
- align-items: center;
- .science-more {
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #f3392c;
- image {
- margin-left: 10rpx;
- width: 14rpx;
- height: 25rpx;
- }
- }
- .titleBox {
- position: relative;
- .title {
- position: relative;
- z-index: 3;
- font-size: 40rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #f3392c;
- }
- .img {
- width: 70rpx;
- height: 10rpx;
- position: absolute;
- left: 0;
- bottom: 4rpx;
- }
- }
- }
- .science-box {
- margin-top: 18rpx;
- 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: 286rpx;
- height: 200rpx;
- background: #f5f5f5;
- position: relative;
- display: flex;
- flex-direction: column;
- align-items: center;
- text-align: center;
- image {
- border-radius: 15rpx;
- width: 100%;
- height: 200rpx;
- }
- .article-title {
- position: absolute;
- z-index: 3;
- left: 20rpx;
- bottom: 12rpx;
- width: 246rpx;
- height: 33rpx;
- background: #f3392c;
- opacity: 0.37;
- border-radius: 17rpx;
- line-height: 1;
- padding: 0 22rpx;
- color: #fefefe;
- text {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- opacity: 1;
- }
- }
- }
- }
- }
- }
- // sos急救中心
- .system {
- width: 100%;
- background-color: #ffffff;
- padding: 0 30rpx;
- margin-top: 18rpx;
- padding-top: 40rpx;
- // padding-bottom: 45rpx;
- // margin-bottom: 43rpx;
- .system-top {
- justify-content: space-between;
- width: 100%;
- }
- .system-title {
- position: relative;
- .title {
- position: relative;
- z-index: 3;
- font-size: 40rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #f3392c;
- }
- .img {
- width: 70rpx;
- height: 10rpx;
- position: absolute;
- left: 0;
- bottom: 4rpx;
- }
- }
- .system-right {
- justify-content: center;
- align-items: center;
- .imageQ {
- width: 30rpx;
- height: 30rpx;
- margin-right: 10rpx;
- image {
- width: 100%;
- height: 100%;
- }
- }
- .systemfont {
- position: relative;
- z-index: 3;
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #f3392c;
- margin-right: 10rpx;
- }
- .imageH {
- position: relative;
- bottom: 8rpx;
- width: 10rpx;
- height: 20rpx;
- image {
- width: 100%;
- height: 100%;
- }
- }
- }
- .system-map {
- width: 100%;
- height: 500rpx;
- background-color: #ffffff;
- padding-bottom: 45rpx;
- .map-box {
- margin-top: 20rpx;
- width: 100%;
- height: 500rpx;
- image {
- width: 100%;
- height: 500rpx;
- }
- }
- }
- }
- //AED
- .list-box {
- margin-top: 44rpx;
- padding: 0rpx 30rpx 24rpx;
- // margin-bottom: 84rpx;
- .system-top {
- justify-content: space-between;
- width: 100%;
- }
- .system-title {
- position: relative;
- .title {
- position: relative;
- z-index: 3;
- font-size: 40rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #f3392c;
- }
- .img {
- width: 70rpx;
- height: 10rpx;
- position: absolute;
- left: 0;
- bottom: 4rpx;
- }
- }
- .system-right {
- justify-content: flex-start;
- align-items: center;
- .systemfont {
- position: relative;
- z-index: 3;
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #f3392c;
- margin-right: 10rpx;
- }
- .imageH {
- position: relative;
- bottom: 8rpx;
- width: 10rpx;
- height: 20rpx;
- image {
- width: 100%;
- height: 100%;
- }
- }
- }
- }
- .map-box {
- // background-color: #FFFFFF;
- width: 100%;
- height: 366rpx;
- // border: 2rpx solid #F2F2F2;
- // box-shadow: 5px 15px 15px 5px #f2f2f2;
- }
- .list-tpl {
- background-color: #ffffff;
- margin: 22rpx 0rpx;
- padding: 25rpx 0rpx;
- display: flex;
- justify-content: space-between;
- border-bottom: 2rpx #f1f1f1 solid;
- .list-left {
- display: flex;
- width: 100%;
- .info {
- width: 100%;
- .title {
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
- }
- .addr {
- margin-top: 10rpx;
- width: 90%;
- font-size: 20rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #999999;
- }
- }
- }
- .image {
- width: 10%;
- text-align: center;
- image {
- width: 40rpx;
- height: 40rpx;
- }
- .tip {
- font-size: 20rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #999999;
- }
- }
- }
- }
- .pad {
- padding-bottom: 170rpx;
- }
- .love-box {
- margin: 60rpx auto 0;
- width: 689rpx;
- height: 336rpx;
- background: #ffffff;
- border: 4px solid #f3392c;
- padding: 0rpx 35rpx 10rpx 24rpx;
- .main {
- padding-top: 50rpx;
- position: relative;
- justify-content: space-between;
- .main-image {
- position: absolute;
- top: 90rpx;
- left: 170rpx;
- width: 312rpx;
- height: 164rpx;
- z-index: 1;
- }
- .erweima-box {
- text-align: center;
- position: relative;
- z-index: 2;
- display: flex;
- flex-direction: column;
- align-items: center;
- .erweima {
- width: 204rpx;
- height: 204rpx;
- background: #000000;
- image {
- width: 100%;
- height: 100%;
- }
- }
- .font {
- margin-top: 14rpx;
- font-size: 22rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
- }
- }
- }
- }
- .tishi {
- position: fixed;
- z-index: 999;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- image {
- width: 100%;
- height: 100%;
- }
- .tishi-bg {
- width: 100%;
- height: 100%;
- }
- .hand {
- position: absolute;
- top: 900rpx;
- right: 100rpx;
- width: 150rpx;
- height: 150rpx;
- animation: myfirst 1.5s;
- animation-iteration-count: infinite;
- animation-timing-function: ease-in-out;
- }
- @keyframes myfirst {
- from {
- top: 750rpx;
- }
- to {
- top: 400rpx;
- }
- }
- @-webkit-keyframes myfirst /* Safari and Chrome */ {
- from {
- top: 600rpx;
- }
- to {
- top: 300rpx;
- }
- }
- }
- .location-item {
- z-index: 10;
- display: flex;
- justify-content: space-between;
- align-items: center;
- border-bottom: 1rpx solid #e7e8ea;
- padding: 15rpx 30rpx;
- .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;
- }
- }
- }
- .popup_rows {
- // 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;
- }
- }
- }
- </style>
|