|
@@ -1,65 +1,63 @@
|
|
|
<template>
|
|
|
<view>
|
|
|
<!-- <headerSerch :dataConfig="headItem"></headerSerch> -->
|
|
|
- <view class="nav-bar_2">
|
|
|
+ <!-- <view class="nav-bar_2">
|
|
|
<text class="text_3">中意购</text>
|
|
|
- </view>
|
|
|
- <view class="block_2 flex-row justify-between">
|
|
|
- <view class="image-text_9 flex-row justify-between">
|
|
|
- <image class="icon_1" referrerpolicy="no-referrer" src="../../../static/images/addressIcon.png" />
|
|
|
- <text class="text-group_1 ">{{ markers[0].label.content }}</text>
|
|
|
- </view>
|
|
|
- <view class="image-text_10 flex-row justify-between">
|
|
|
- <text class="text-group_2" @click="changeAddress()">切换地点</text>
|
|
|
- <image class="icon_2" referrerpolicy="no-referrer" src="../../../static/images/quehuan.png" />
|
|
|
+ </view> -->
|
|
|
+
|
|
|
+ <view class="custom_box" style="background: rgb(254,245,246); color: black;">
|
|
|
+ <view class="sys-head">
|
|
|
+ <view class="sys-bar" :style="{ height: sysHeight }"></view>
|
|
|
+ <view class="sys-title">中意购</view>
|
|
|
+ <view class="bg"></view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <u-popup :show="showMap" mode="center" @close="showMap = false" @open="open">
|
|
|
- <view class="popup flex-col justify-center ">
|
|
|
|
|
|
-<view class="map1_box flex-row justify-center">
|
|
|
- <map id="map1" class="map" :latitude="markers[0].latitude" :longitude="markers[0].longitude" :markers="markers"
|
|
|
- @regionchange="regionChange">
|
|
|
- </map>
|
|
|
-</view>
|
|
|
-<view class="btn_box flex-row justify-center">
|
|
|
- <u-button @click="closePopup">取消</u-button>
|
|
|
- <u-button @click="closePopup">确定</u-button>
|
|
|
-</view>
|
|
|
-</view>
|
|
|
- </u-popup>
|
|
|
- <!-- 轮播 -->
|
|
|
- <view class="swiper-group">
|
|
|
- <u-swiper :list="swiperList" @change="e => current = e.current" :autoplay="false">
|
|
|
- <view slot="indicator" class="indicator">
|
|
|
- <view class="indicator__dot" v-for="(item, index) in swiperList" :key="index"
|
|
|
- :class="[index === current && 'indicator__dot--active']">
|
|
|
- </view>
|
|
|
+ <view class="index_body">
|
|
|
+ <view class="block_2 flex-row justify-between">
|
|
|
+ <view class="image-text_9 flex-row justify-between">
|
|
|
+ <image class="icon_1" referrerpolicy="no-referrer" src="../../../static/images/addressIcon.png" />
|
|
|
+ <text class="text-group_1 ">{{ markers[0].label.content }}</text>
|
|
|
+ </view>
|
|
|
+ <view class="image-text_10 flex-row justify-between">
|
|
|
+ <text class="text-group_2" @click="changeAddress()">切换地点</text>
|
|
|
+ <image class="icon_2" referrerpolicy="no-referrer" src="../../../static/images/quehuan.png" />
|
|
|
</view>
|
|
|
- </u-swiper>
|
|
|
+ </view>
|
|
|
|
|
|
+ <!-- 轮播 -->
|
|
|
+ <view class="swiper-group">
|
|
|
+ <u-swiper :list="swiperList" @change="e => current = e.current" :autoplay="false">
|
|
|
+ <view slot="indicator" class="indicator">
|
|
|
+ <view class="indicator__dot" v-for="(item, index) in swiperList" :key="index"
|
|
|
+ :class="[index === current && 'indicator__dot--active']">
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </u-swiper>
|
|
|
|
|
|
- </view>
|
|
|
|
|
|
- <view class="header-group">
|
|
|
- <view class="tabs">
|
|
|
- <u-tabs class="defalt-utabs" :is-scroll="false" :list="navigationList" @click="clickNav" lineColor="#B22338"
|
|
|
- :inactiveStyle="{ color: '#999999' }" :activeStyle="{ color: '#B22338', fontWeight: 'bold' }"
|
|
|
- keyName="title"></u-tabs>
|
|
|
</view>
|
|
|
- </view>
|
|
|
|
|
|
- <view class="good-list">
|
|
|
- <latestGroupBuying @changeTab="changeTab" :iSshowH="true" @detail="goDetail" :currentId="currentId" -
|
|
|
- :isSortType="false" :positionInfo="positionInfo" ref="latestGroupBuying"></latestGroupBuying>
|
|
|
- </view>
|
|
|
+ <view class="header-group">
|
|
|
+ <view class="tabs">
|
|
|
+ <u-tabs class="defalt-utabs" :is-scroll="false" :list="navigationList" @click="clickNav" lineColor="#B22338"
|
|
|
+ :inactiveStyle="{ color: '#999999' }" :activeStyle="{ color: '#B22338', fontWeight: 'bold' }"
|
|
|
+ keyName="title"></u-tabs>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
|
|
|
- <view v-if="!isLogin">
|
|
|
- <u-skeleton :loading="true" rows="20" :animate="true"></u-skeleton>
|
|
|
- </view>
|
|
|
- <view v-else>
|
|
|
- </view>
|
|
|
+ <view class="good-list">
|
|
|
+ <latestGroupBuying @changeTab="changeTab" :iSshowH="true" @detail="goDetail" :currentId="currentId" -
|
|
|
+ :isSortType="false" :positionInfo="positionInfo" ref="latestGroupBuying"></latestGroupBuying>
|
|
|
+ </view>
|
|
|
|
|
|
+ <view v-if="!isLogin">
|
|
|
+ <u-skeleton :loading="true" rows="20" :animate="true"></u-skeleton>
|
|
|
+ </view>
|
|
|
+ <view v-else>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ </view>
|
|
|
<u-popup :round="15" :show="showTips" class="TipsPop" mode="center" @close="showTips = false" @open="() => { }">
|
|
|
<view class="tips">
|
|
|
</view>
|
|
@@ -86,10 +84,25 @@
|
|
|
</button>
|
|
|
</view>
|
|
|
</u-popup>
|
|
|
+ <u-popup :show="showMap" mode="center" @close="showMap = false" @open="open">
|
|
|
+ <view class="popup flex-col justify-center ">
|
|
|
+
|
|
|
+ <view class="map1_box flex-row justify-center">
|
|
|
+ <map id="map1" class="map" :latitude="markers[0].latitude" :longitude="markers[0].longitude" :markers="markers"
|
|
|
+ @regionchange="regionChange">
|
|
|
+ </map>
|
|
|
+ </view>
|
|
|
+ <view class="btn_box flex-row justify-center">
|
|
|
+ <u-button @click="closePopup">取消</u-button>
|
|
|
+ <u-button @click="closePopup">确定</u-button>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </u-popup>
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
+let sysHeight = uni.getSystemInfoSync().statusBarHeight + 'px';
|
|
|
import headerSerch from './components/headerSerch';
|
|
|
import latestGroupBuying from './components/latestGroupBuying';
|
|
|
import { getAddress } from '../../../api/wxMap'
|
|
@@ -113,6 +126,7 @@ export default {
|
|
|
},
|
|
|
data () {
|
|
|
return {
|
|
|
+ sysHeight: sysHeight,
|
|
|
showTips: true,
|
|
|
showMap: false,
|
|
|
markers: [{
|
|
@@ -236,7 +250,7 @@ export default {
|
|
|
},
|
|
|
|
|
|
changeAddress () {
|
|
|
- this.showMap = true
|
|
|
+ this.showMap = true
|
|
|
},
|
|
|
// 通过自带的方法获取到当前的经纬度,调用方法获取到地址获取到地址的中文信息
|
|
|
getCurrentLocation () {
|
|
@@ -887,9 +901,9 @@ page {
|
|
|
.tips {
|
|
|
width: 550rpx;
|
|
|
border-radius: 30px;
|
|
|
- left: 50%;
|
|
|
- transform: translateX(-50%);
|
|
|
- height: 56vh;
|
|
|
+ left: 50%;
|
|
|
+ transform: translateX(-50%);
|
|
|
+ height: 56vh;
|
|
|
background-size: 100% auto;
|
|
|
background-image: url('http://www.gzzzyd.com/groupon/home_slices/编组 47@2x.png');
|
|
|
background-repeat: no-repeat;
|
|
@@ -904,70 +918,73 @@ page {
|
|
|
.txt {
|
|
|
width: 550rpx;
|
|
|
border-radius: 30px;
|
|
|
- left: 50%;
|
|
|
- transform: translateX(-50%);
|
|
|
- height: 56vh;
|
|
|
+ left: 50%;
|
|
|
+ transform: translateX(-50%);
|
|
|
+ height: 56vh;
|
|
|
text-align: center;
|
|
|
position: relative;
|
|
|
z-index: 999;
|
|
|
- padding: 30rpx;
|
|
|
-
|
|
|
-.tips1 {
|
|
|
- height: 80rpx;
|
|
|
- font-size: 56rpx;
|
|
|
- font-weight: 400;
|
|
|
- color: #333333;
|
|
|
- line-height: 80rpx;
|
|
|
- letter-spacing: 5px;
|
|
|
- margin-bottom: 30rpx;
|
|
|
-}
|
|
|
+ padding: 30rpx;
|
|
|
|
|
|
-.tips2 {
|
|
|
- height: 88rpx;
|
|
|
- font-size: 32rpx;
|
|
|
- font-weight: 400;
|
|
|
- color: #333333;
|
|
|
- line-height: 44rpx;
|
|
|
- margin-bottom: 30rpx;
|
|
|
-}
|
|
|
+ .tips1 {
|
|
|
+ height: 80rpx;
|
|
|
+ font-size: 56rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #333333;
|
|
|
+ line-height: 80rpx;
|
|
|
+ letter-spacing: 5px;
|
|
|
+ margin-bottom: 30rpx;
|
|
|
+ }
|
|
|
|
|
|
-.tips3 {
|
|
|
- height: 66rpx;
|
|
|
- font-size: 48rpx;
|
|
|
- font-weight: 600;
|
|
|
- color: #333333;
|
|
|
- line-height: 66rpx;
|
|
|
- margin-bottom: 30rpx;
|
|
|
-}
|
|
|
+ .tips2 {
|
|
|
+ height: 88rpx;
|
|
|
+ font-size: 32rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #333333;
|
|
|
+ line-height: 44rpx;
|
|
|
+ margin-bottom: 30rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .tips3 {
|
|
|
+ height: 66rpx;
|
|
|
+ font-size: 48rpx;
|
|
|
+ font-weight: 600;
|
|
|
+ color: #333333;
|
|
|
+ line-height: 66rpx;
|
|
|
+ margin-bottom: 30rpx;
|
|
|
+ }
|
|
|
|
|
|
-.tips4 {
|
|
|
- height: 34rpx;
|
|
|
- font-size: 24rpx;
|
|
|
- font-weight: 400;
|
|
|
- color: #333333;
|
|
|
- line-height: 34rpx;
|
|
|
- margin-bottom: 30rpx;
|
|
|
+ .tips4 {
|
|
|
+ height: 34rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #333333;
|
|
|
+ line-height: 34rpx;
|
|
|
+ margin-bottom: 30rpx;
|
|
|
|
|
|
- .red {
|
|
|
- color: #B42A3E;
|
|
|
+ .red {
|
|
|
+ color: #B42A3E;
|
|
|
+ }
|
|
|
}
|
|
|
-}
|
|
|
|
|
|
-.tips5 {
|
|
|
- position: absolute;
|
|
|
- bottom: 50rpx;
|
|
|
- width: 80%;
|
|
|
- left: 50%;
|
|
|
- transform: translateX(-50%);
|
|
|
- height: 76rpx;
|
|
|
- background: #B42A3E;
|
|
|
- border-radius: 48rpx;
|
|
|
- line-height: 76rpx;
|
|
|
- font-size: 28rpx;
|
|
|
- font-weight: 400;
|
|
|
- color: #FFFFFF;
|
|
|
- margin-top: 30rpx;
|
|
|
+ .tips5 {
|
|
|
+ position: absolute;
|
|
|
+ bottom: 50rpx;
|
|
|
+ width: 80%;
|
|
|
+ left: 50%;
|
|
|
+ transform: translateX(-50%);
|
|
|
+ height: 76rpx;
|
|
|
+ background: #B42A3E;
|
|
|
+ border-radius: 48rpx;
|
|
|
+ line-height: 76rpx;
|
|
|
+ font-size: 28rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #FFFFFF;
|
|
|
+ margin-top: 30rpx;
|
|
|
+ }
|
|
|
}
|
|
|
+.index_body{
|
|
|
+ position: relative;
|
|
|
+ top: 63px;
|
|
|
}
|
|
|
-
|
|
|
</style>
|