| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719 |
- <template>
- <view class="center">
- <view class="store-info flex">
- <view class="store-top flex">
- <image class="simage" :src="info.image" mode=""></image>
- <view class="stop-main">
- <view class="stop-title">{{ info.name }}</view>
- <view class="stop-address">
- <image class="mrt-image" src="https://hy.liuniu946.com/app/index/index10.png" mode=""></image>
- <view class="mrt-font">距离您{{ info.jl }}KM</view>
- </view>
- </view>
- </view>
- </view>
- <view class="store-item" v-if="info.display==1">
- <image class="store-image1" src="https://hy.liuniu946.com/app/img/store2.png" mode=""></image>
- <view class="store-font">营业时间:{{ info.day_time }}</view>
- </view>
- <view class="store-item" v-if="info.display==1&&info.phone">
- <image class="store-image2" src="https://hy.liuniu946.com/app/img/store3.png" mode=""></image>
- <view class="store-font">预约电话:{{ info.phone }}</view>
- </view>
- <view class="store-item" v-if="info.display==1">
- <image class="store-image3" src="https://hy.liuniu946.com/app/index/index10.png" mode=""></image>
- <view class="store-font">门店地址:{{ info.detailed_address }}</view>
- </view>
- <view class="store-item" v-if="info.display==1">
- <image class="store-image1" src="https://hy.liuniu946.com/app/img/store2.png" mode=""></image>
- <view class="store-font">商家介绍:{{ info.introduction }}</view>
- </view>
- <view class="store-main" v-if="info.images != null">
- <view class="smain-title">门头照片</view>
- <scroll-view class="scroll-box flex" @scroll="scroll" scroll-x="true" :scroll-with-animation="true"
- scroll-left="10px">
- <view class="scroll-item" v-for="(item, index) in info.images" :key="index">
- <image class="scroll-image" :src="item" mode="heightFix" @click="openImg(info.images,item)"></image>
- </view>
- </scroll-view>
- </view>
- <view v-if="info.display==1">
- <view class="jx-box-content" v-for="item in vipList" @click="navToDetailPage(item)">
- <view class="content-left">
- <image :src=item.image mode=""></image>
- </view>
- <view class="content-right">
- <view class="shop-name">
- {{item.store_name}}
- </view>
- <view class="shop-content">
- <view class="shop-content-left">
- <view class="price-box">
- <view class="yuan-price">
- ¥{{item.ot_price}}
- </view>
- <view class="j-price">
- 满{{item.yhq.use_min_price}}元可用
- </view>
- </view>
- <view class="price-x">
- ¥{{item.price}}
- </view>
- </view>
- <view class="shop-content-right" >
- 立即购买
- </view>
- </view>
- </view>
- </view>
- <uni-load-more :status="loadingType"></uni-load-more>
- </view>
- <view class="store-main" v-if="info.slider_image != null">
- <view class="smain-title">店内照片</view>
- <scroll-view class="scroll-box flex" @scroll="scroll" scroll-x="true" :scroll-with-animation="true"
- scroll-left="10px">
- <view class="scroll-item" v-for="(item, index) in info.slider_image" :key="index">
- <image class="scroll-image" :src="item" mode="heightFix" @click="openImg(info.slider_image,item)">
- </image>
- </view>
- </scroll-view>
- </view>
- <view class="" style="height: 100rpx;">
- </view>
- <view class="btn-box flex" v-if="info.phone">
- <view class="btn-left" @click="tocall()">联系商家</view>
- <!-- #ifdef H5 -->
- <view class="btn-right" @click="toGaodeMap()">导航到店</view>
- <!-- #endif -->
- <!-- #ifdef MP -->
- <view class="btn-right" @click="dh()">导航到店</view>
- <!-- #endif -->
- </view>
- <view class="btn-box dhdd flex" v-if="!info.phone">
- <!-- #ifdef H5 -->
- <view class="btn-right" @click="toGaodeMap()">导航到店</view>
- <!-- #endif -->
- <!-- #ifdef MP -->
- <view class="btn-right" @click="dh()">导航到店</view>
- <!-- #endif -->
- </view>
- </view>
- </template>
- <script>
- import uniLoadMore from '@/uview-ui/components/u-loadmore/u-loadmore.vue';
- import {getVip} from '@/api/index.js';
- // #ifdef H5
- import {
-
- weixindata,
- shareLoad
- } from '@/utils/wxAuthorized';
- // #endif
- import {
- saveUrl,
- interceptor
- } from '@/utils/loginUtils.js';
- import {
- mapState,
- mapMutations
- } from 'vuex';
- import {
- spread,
- orderData,
- userinfo
- } from '@/api/user.js';
- import {
- getStoreDetail
- } from '@/api/shop.js'
- import {
- setCoupons
- } from '@/api/functionalUnit.js';
- import {
- store_details
- } from '@/api/index.js';
- import uniPopup from '@/components/uni-popup/uni-popup.vue';
- export default {
- components:{
- uniLoadMore
- },
- data() {
- return {
- vipList:[],//商品列表
- page:1,
- limit:10,
- loadingType:'more',
- id: '',
- info: '',
- address: '',
- userInfo:''
- };
- },
- computed: {
- ...mapState(['loginInterceptor', 'baseURL', 'latitude', 'longitude']),
- ...mapMutations('user', ['setUserInfo', 'setOrderInfo']),
- },
- onLoad(option) {
- let obj = this;
-
- userinfo({})
- .then(({
- data
- }) => {
- obj.userInfo = data;
- console.log(data, "123456")
- })
- if (option.spread) {
- // 存储邀请人
- uni.setStorageSync('puid', option.spread);
- }
- console.log(option.spread,'邀请人')
- this.id = option.id;
- if (this.latitude) {
- this.getStoreDetail()
- } else {
- this.getaddress()
- }
- },
- onShow() {
- // #ifdef MP-WEIXIN
- wx.showShareMenu({
- withShareTicket: true,
- menus: ["shareAppMessage", "shareTimeline"]
- })
- //#endif
- },
- // #ifdef MP-WEIXIN
- onShareAppMessage(res) {
- let obj = this;
- // 保存分享人id链接
- let url = 'pages/store/shopDetail' + '?spread=' + this.userInfo.uid+'&id='+obj.info.id;
- if (res.from === 'button') { // 来自页面内分享按钮
- console.log(res.target)
- }
- return {
- path: url, // 分享链接
- imageUrl: obj.info.images, // 分享图标
- desc: '我在这家店领取了超多消费券哦!',
- title: this.userInfo.nickname + "给您推荐了" + obj.info.name,
- }
- },
- //分享到朋友圈
- onShareTimeline(res) {
- console.log(this.userInfo)
- let obj = this;
- let url = 'pages/store/shopDetail' + '?spread=' + this.userInfo.uid+'&id='+obj.info.id;
- return {
- path: url, // 分享链接
- imageUrl: obj.info.images, // 分享图标
- desc: '我在这家店领取了超多消费券哦!',
- title: this.userInfo.nickname + "给您推荐了" + obj.info.name,
- }
- },
- //#endif
- methods: {
- navToDetailPage(item) {
- let id = item.id;
- uni.navigateTo({
- url: '/pages/product/product?id=' + id +'&isVip='+8+'&store_id='+item.store_id
- });
- },
- // 获取门店详情
- getStoreDetail() {
- let obj = this
- getStoreDetail({}, obj.id).then(res => {
- console.log(res,"000000000")
- obj.vipList=res.data.coupon
- obj.info = res.data
- obj.info.jl = obj.getFlatternDistance(obj.latitude, obj.longitude, obj.info.latitude, obj
- .info.longitude);
- })
- },
- markertap(e) {
- let obj = this
- // #ifdef H5
- weixindata().then(wxOjb => {
- console.log(wxOjb, '获取微信');
- wxOjb.openLocation({
- latitude: obj.info.latitude, // 纬度,浮点数,范围为90 ~ -90
- longitude: obj.info.longitude, // 经度,浮点数,范围为180 ~ -180。
- name: obj.info.name, // 位置名
- address: obj.info.detailed_address, // 地址详情说明
- scale: 28, // 地图缩放级别,整型值,范围从1~28。默认为最大
- infoUrl: '' // 在查看位置界面底部显示的超链接,可点击跳转
- });
- });
- // #endif
- },
- //根据经纬度计算距离
- getFlatternDistance(lat1, lng1, lat2, lng2) {
- console.log(lat1, lng1, lat2, lng2)
- let radLat1 = (lat1 * Math.PI) / 180.0;
- let radLat2 = (lat2 * Math.PI) / 180.0;
- let a = radLat1 - radLat2;
- let b = (lng1 * Math.PI) / 180.0 - (lng2 * Math.PI) / 180.0;
- let 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;
- },
- scroll(e) {
- console.log(e, '123456');
- },
- tocall() {
- let num = this.info.phone;
- console.log(num);
- uni.makePhoneCall({
- phoneNumber: num //仅为示例
- });
- },
- // 点击触发领取优惠券
- setCoupons(item) {
- // 判断是否已经领取了优惠券
- let obj = this;
- uni.showModal({
- title: '领取提示',
- content: '是否领取优惠券',
- success(e) {
- if (e.confirm) {
- setCoupons({
- couponId: item.id
- }).then(e => {
- item.is_use = true;
- uni.showToast({
- title: '领取成功',
- type: 'top',
- duration: 2000
- });
- });
- }
- }
- });
- },
- getaddress() {
- console.log('dizhi+++++++++++');
- let obj = this;
- // #ifdef H5
- weixindata().then(wxOjb => {
- console.log(wxOjb, '获取微信');
- wxOjb.getLocation({
- type: 'gcj02',
- success: res => {
- console.log(res, 123456);
- obj.setLat(res.latitude);
- obj.setLon(res.longitude);
- obj.getStoreDetail()
- },
- fail: err => {
- console.log(err, 'shi+++++++++++++++');
- openMap().then(e => {
- obj.getaddress();
- });
- }
- });
- });
- // #endif
- },
- //
- openImg(list, item) {
- uni.previewImage({
- current: item,
- urls: list
- })
- },
- // 调用高德
- toGaodeMap() {
- let obj = this
- window.location.href =
- `https://uri.amap.com/marker?position=${obj.info.longitude},${obj.info.latitude}&name=${obj.info.name}`;
- },
- // 导航
- dh() {
- let obj = this
- wx.openLocation({
- latitude: obj.info.latitude * 1,
- longitude: obj.info.longitude * 1,
- name: obj.info.name,
- address: obj.info.detailed_address
- })
- },
- }
- };
- </script>
- <style lang="less">
- .center,
- page {
- background: #f8f8f8;
- height: 100%;
- }
- .dhdd{
- view{
- margin: 0 auto;
- }
- }
- .store-info {
- background: #ffffff;
- .store-top {
- padding: 40rpx 20rpx;
- justify-content: flex-start;
- .simage {
- width: 130rpx;
- height: 130rpx;
- background: #f44939;
- }
- .stop-main {
- height: 130rpx;
- padding: 6rpx 0;
- margin-left: 20rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: flex-start;
- .stop-title {
- font-size: 36rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #000000;
- }
- .stop-address {
- display: flex;
- justify-content: flex-end;
- align-items: center;
- .mrt-image {
- width: 20rpx;
- height: 28rpx;
- }
- .mrt-font {
- margin-left: 8rpx;
- font-size: 22rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #666666;
- }
- }
- }
- }
- }
- .store-item {
- background: #ffffff;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- padding: 30rpx 30rpx 30rpx 44rpx;
- .store-image1 {
- width: 36rpx;
- height: 36rpx;
- }
- .store-image2 {
- margin: 0 1rpx;
- width: 34rpx;
- height: 34rpx;
- }
- .store-image3 {
- margin: 0 7rpx;
- width: 22rpx;
- height: 28rpx;
- }
- .store-font {
- margin-left: 22rpx;
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #2d2d2d;
- }
- }
- .store-main {
- margin-top: 16rpx;
- background: #ffffff;
- padding: 30rpx 42rpx 40rpx;
- .smain-title {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #464646;
- }
- }
- .scroll-box {
- white-space: nowrap;
- margin-top: 30rpx;
- height: 240rpx;
- .scroll-item:first-child {
- margin-left: 0;
- }
- .scroll-item {
- margin-left: 20rpx;
- display: inline-block;
- height: 240rpx;
- // width: 240rpx;
- }
- .scroll-image {
- height: 240rpx;
- // width: 240rpx;
- }
- }
- .btn-box {
- position: fixed;
- bottom: 0rpx;
- left: 0;
- right: 0;
- width: 750rpx;
- background: rgba(255, 255, 255, 0.6);
- box-shadow: 0rpx 0rpx 20rpx 0px rgba(50, 50, 52, 0.06);
- padding: 22rpx 68rpx;
- .btn-left {
- width: 280rpx;
- height: 80rpx;
- background: linear-gradient(180deg, #ffa30b, #ffd158);
- box-shadow: 0px 3rpx 13rpx 3rpx rgba(255, 164, 13, 0.48);
- border-radius: 40rpx;
- text-align: center;
- line-height: 80rpx;
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #ffffff;
- }
- .btn-right {
- width: 280rpx;
- height: 80rpx;
- background: linear-gradient(180deg, #ff6223, #ffab60);
- box-shadow: 0px 3rpx 13rpx 3rpx rgba(255, 164, 13, 0.48);
- border-radius: 40rpx;
- text-align: center;
- line-height: 80rpx;
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #ffffff;
- }
- }
- .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;
- // }
- }
- }
- .shop-dhq {
- width: 702rpx;
- height: 171rpx;
- box-shadow: 0px 0px 20rpx 0px rgba(50, 50, 52, 0.15);
- margin: auto;
- border-radius: 20rpx;
- background-color: #fff;
- padding: 0 48rpx 0 26rpx;
- margin-bottom: 20rpx;
- .dhq-left {
- .dhq-name {
- overflow: hidden;
- width: 28%;
- font-size: 28rpx;
- font-weight: bold;
- color: #333333;
- }
- .dhq-price {
- padding-top: 20rpx;
- .j-price {
- font-size: 38rpx;
- font-weight: bold;
- color: #FF4C4C;
- &::before {
- content: '¥';
- font-size: 24rpx;
- color: #FF4C4C;
- }
- }
- .j-zk {
- margin: 10rpx;
- display: inline-block;
- margin-left: 10rpx;
- line-height: 32rpx;
- height: 32rpx;
- border: 1px solid #FF4C4C;
- border-radius: 5rpx;
- font-size: 22rpx;
- font-weight: 500;
- color: #FF4C4C;
- padding: 0 8rpx;
- }
- }
- }
- .dhq-right {
- .right-btn {
- width: 105rpx;
- line-height: 56rpx;
- background: linear-gradient(143.2747deg, #FF6A00, #EE0979);
- border: 1rpx solid #FF4C4C;
- border-radius: 27rpx;
- text-align: center;
- color: #fff;
- font-size: 28rpx;
- font-weight: bold;
- }
- }
- }
- .jx-box-content {
- display: flex;
- .content-left {
- margin: 20rpx 15rpx;
- width: 236rpx;
- height: 236rpx;
- background: #E2E2E2;
- border-radius: 10rpx;
- image {
- width: 100%;
- height:100%;
- }
- }
-
- .content-right {
- display: flex;
- flex-direction: column;
- justify-content: space-around;
-
- .shop-name {
- width: 382rpx;
- font-size: 32rpx;
- font-weight: bold;
- color: #333333;
-
- overflow: hidden;
- text-overflow: ellipsis;
- display:-webkit-box;
- -webkit-box-orient:vertical;
- -webkit-line-clamp:2;
- }
- .shop-content {
- width: 455rpx;
- display: flex;
- justify-content: space-between;
-
- .shop-content-left {
- display: flex;
- flex-direction: column;
-
-
-
- .price-box {
- display: flex;
- align-items: center;
- .yuan-price {
- font-size: 26rpx;
- font-weight: 500;
- text-decoration: line-through;
- color: #999999;
- }
- image {
- margin: 0 10rpx;
- width: 16rpx;
- height: 18rpx;
- }
- .j-price {
- font-size: 24rpx;
- font-weight: bold;
- color: #B59467;
- }
- }
- .price-x {
- font-size: 36rpx;
- font-weight: bold;
- color: #FF4C4C;
- }
- }
- .shop-content-right {
- margin-top:20rpx ;
- align-items: center;
- text-align: center;
- width: 137rpx;
- height: 52rpx;
- font-size: 26rpx;
- font-weight: 500;
- color: #fff;
- background: #f75022;
- border-radius: 26rpx;
- line-height: 52rpx;
- }
- }
- }
- }
- </style>
|