123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342 |
- <template>
- <view class="container-view">
- <Navigation :scroll='scrollTop'></Navigation>
-
- <view class="store-img-view">
- <swiper v-if="shop_image && shop_image.length!=0" class="swiper" :indicator-dots="true" :autoplay="true"
- :interval="2000" indicator-color="rgba(0, 0, 0, 0.3)" indicator-active-color="#000000" :duration="1000"
- circular>
- <swiper-item class="swiper-item" v-for="(item,index) in shop_image" :key="index">
- <image class="swiper-item-img" :src="item" mode="aspectFit"></image>
- </swiper-item>
- </swiper>
- <image v-else class="bg-img" src="https://qiniu.bms16.com/FhRnr7rADHHsOFfpWO4duD15SgIt" mode="aspectFit">
- </image>
- </view>
- <view class="p-bg">
- <view class="store-info-view">
- <view class="store-name">{{storeInfo.shop_name}}</view>
- <view class="flex-row align-center" style="margin-bottom: 24rpx;">
- <view v-for="(item,index) of storeInfo.service_type_list" :key="index" class="store-type">
- {{item.title}}
- </view>
- <view class="store-num-type"> <text class="store-num">{{storeInfo.model_list.length || 0}}</text>
- 款车型
- </view>
- <view class="store-phone" @tap="tapPhone"><img style="width: 84rpx;height: 64rpx;"
- src="https://qiniu.bms16.com/Ft0YA1JYmq66hdoeEN-PgBHy5vLa" alt=""></view>
- </view>
- <view class="flex-row flex-between">
- <view :class="isWorkTimer ? 'left_grid_2' : 'left_grid_1'">
- <view class="flex-row">
- <img style="width: 40rpx;height: 40rpx;"
- :src="!isWorkTimer ? 'https://zxappfile.bms16.com/zx_admin/cab_timer.png' : 'https://zxappfile.bms16.com/zx_admin/cab_timer_work.png'">
- <view :class="isWorkTimer ? 'grid_text_1' : 'grid_text_rest' ">
- {{isWorkTimer ? '营业中' : '已休息'}}
- </view>
- </view>
- <!-- <view v-if="storeInfo.work_begin_time" class="grid_text_2">
- {{storeInfo.work_begin_time.split(':')[0]}}:{{storeInfo.work_begin_time.split(':')[1]}}-{{storeInfo.work_end_time.split(':')[0]}}:{{storeInfo.work_end_time.split(':')[1]}}
- </view> -->
- <view v-if="storeInfo.work_begin_time" class="grid_text_2">
- {{storeInfo.work_begin_time}}-{{storeInfo.work_end_time}}
- </view>
- </view>
- <view @tap="bindToNav" class="right_grid flex-between">
- <view>
- <view class="cab_distance">
- 直线距您 {{storeInfo.distance}}
- </view>
- <view class="cab_address">{{storeInfo.address}}</view>
- </view>
- <view>
- <img class="icon_grid_1" src="https://zxappfile.bms16.com/zx_admin/cab_nav.png">
- <view class="grid_nav">导航</view>
- </view>
- </view>
- </view>
- </view>
- <view class="tip-view">
- <view class="tip-title-view flex-row align-center">
- <image style="width: 144rpx;height: 40rpx;"
- src="https://qiniu.bms16.com/FjUW1kuRvXWTEftyn9nH1AbGWuxK" mode='aspectFit'></image>
- <image style="width: 86rpx;height: 80rpx;"
- src="https://qiniu.bms16.com/FibAaPERzqi6m95EP2jREUKixjUi" mode='aspectFill'></image>
- <view class="w-bg flex-row"></view>
- </view>
- <view class="step-view flex-row align-center">
- <view class="icon-list-view">
- <image class="img1" src="https://qiniu.bms16.com/Fp0BE27Q0VTD8qUJRHUVhWO6VEbO" mode='aspectFit'>
- </image>
- </view>
- <view class="dashed-line"></view>
- <view class="icon-list-view">
- <image class="img1" src="https://qiniu.bms16.com/FqDzYwAbnSEgf3yv9SAb92Vq4ZEB" mode='aspectFit'>
- </image>
- </view>
- <view class="dashed-line"></view>
- <view class="icon-list-view">
- <image class="img1" src="https://qiniu.bms16.com/FlFMHzco6j9XOpMI21tSnR9500Un" mode='aspectFit'>
- </image>
- </view>
- </view>
- <view class="step-tip-view flex-row align-center">
- <view class="step-tip-text">
- <image class="step-num-1" src="https://qiniu.bms16.com/Fm4gMRmW6UOwLcU-eW8LDLNfiUJe"
- mode='aspectFill'>
- </image>线上选择用车方案生成待支付订单
- </view>
- <view class="step-tip-text">
- <image class="step-num-2" src="https://qiniu.bms16.com/FvYN7SxOYIhXEqSAJZrQIBQuTx79"
- mode='aspectFill'>
- </image>导航到店向商家支付订单金额
- </view>
- <view class="step-tip-text">
- <image class="step-num-3" src="https://qiniu.bms16.com/FhZ7w0X8iVuxFPdetEF9C3YYkJ7Z"
- mode='aspectFill'>
- </image>支付完成后直接现场取车
- </view>
- </view>
- </view>
- <!-- <view class="unit-type-view">
- <view @click="status = 0;modelListsFn()" class="unit-type " :class="{'unit-type-i' : status == 0}">短租
- </view>
- <view @click="status = 1;modelListsFn()" class="unit-type" :class="{'unit-type-i' : status == 1}">长租
- </view>
- <view @click="status = 2;modelListsFn()" class="unit-type " :class="{'unit-type-i' : status == 2}">出售
- </view>
- </view> -->
- <view class="unit-type-view">
- <view v-for="(item,index) of tagList" :key="index" @click="tagId = item.value;modelListsFn()"
- class="unit-type " :class="{'unit-type-i' : item.value == tagId}">{{item.label}}
- </view>
- </view>
- <view class="car-info-list-view">
- <view v-for="(item,index) of modelListsFn()"
- @click="srcFn(`/pages/carDetail/carDetail?model_id=${item.model_id}&shop_type=${tagId}&hire_price=${item.money * 100}`)" :key="index"
- class="car-info-view align-center flex-row">
- <!-- <img class="car-img" src="https://qiniu.bms16.com/FsxOysJT2V3KNYev2YWadvjyKn2j" alt=""> -->
- <image class="car-img" :src="item.model_images[0]" mode="aspectFit"></image>
- <view class="car-info">
- <view class="car-name flex-row">{{item.model_name}}</view>
- <view class="car-model-info">续航{{item.endurance}}km|重量{{item.weight}}kg</view>
- <view class="flex-row flex-between">
- <view class="unit-type-price flex-row">
- <text style="margin-right: 8rpx;">{{typeArrFn(tagId)}}</text>
- <priceTool :price="Number(item.money)" :font_size="40" />
- </view>
- <view class="lease-btn">购/租</view>
- </view>
- </view>
- </view>
- </view>
- </view>
- </view>
- </template>
- <script module="tools" lang="wxs" src="@/pages/common/wxs/tools.wxs"></script>
- <script module="tools" lang="sjs" src="@/pages/common/wxs/tools.sjs"></script>
- <script>
- var config = require('../../common/config.js');
- var common = require('../../common/common.js');
- var http = require('../../common/http.js');
- var storage = require('../../common/storage.js');
- import priceTool from '@/component/priceTool/priceTool';
- import {
- MAX_LIMITS,
- LEASE_TYPE_ARR
- } from '@/common/constant.js';
- // import UseGuidance from '@/component/useGuidance/useGuidance';
- export default {
- components: {
- priceTool,
- // UseGuidance
- },
- data() {
- return {
- tagId: 0,
- tagList: [],
- shop_id: 0,
- status: 0,
- shop_image: [],
- storeInfo: {
- model_list: []
- },
- isWorkTimer: null
- };
- },
- onPageScroll(e) {
- this.scrollTop = e.scrollTop
- },
- computed: {},
- /**
- * 生命周期函数--监听页面加载
- */
- onLoad: function(options) {
- console.log(options, 'options');
- this.shop_id = options.admin_id || ''
- this.locationFn()
- },
- /**
- * 生命周期函数--监听页面显示
- */
- onShow: function() {
- },
- methods: {
- modelListsFn() {
- let obj = []
- for (let index = 0; index < this.storeInfo.model_list.length; index++) {
- let item = this.storeInfo.model_list[index];
- if (this.tagId == 100 && item.sell_price && item.sell_price != 0) {
- obj.push({
- ...item,
- money: (item.sell_price / 100).toFixed(2)
- })
- } else if (this.tagId != 100) {
- for (let i = 0; i < item.price_setting.length; i++) {
- var items = item.price_setting[i];
- let money = (items.hire_price / 100).toFixed(2)
- if (items.hire_duration_unit == this.tagId) {
- obj.push({
- ...item,
- money
- })
- }
- }
- }
- }
- return obj
- },
- typeArrFn(type) {
- if (!type) return ''
- const result = LEASE_TYPE_ARR.find(v => v.value == type);
- return result.label
- },
- locationFn() {
- let _this = this
- _this.loadStoreDetail(_this.shop_id, this.myLocation.longitude, this.myLocation.latitude)
- },
- srcFn(url) {
- uni.navigateTo({
- url
- })
- },
- isWorkTimerFn() {
- this.storeInfo.work_end_time = ''
- this.storeInfo.work_end_time = ''
- },
- loadStoreDetail(shop_id, longitude, latitude) {
- const me = this
- http.postApi(config.API_NEAR_SHOP_INFO, {
- shop_id,
- longitude,
- latitude,
- }, (resp) => {
- if (resp.data.code === 200) {
- me.setData({
- storeInfo: resp.data.data.info
- })
- let arr = []
- resp.data.data.info.model_list.map(item => {
- console.log(item.model_images)
- item.model_images = item.model_images.split(',')
- if (item.sell_price) {
- arr.push(100)
- }
- item.price_setting.map(item => {
- arr.push(item.hire_duration_unit)
- })
- })
- let arrSet = Array.from(new Set(arr));
- let tagListArr = []
- arrSet.map(item => {
- LEASE_TYPE_ARR.map(items => {
- if (item == items.value) {
- tagListArr.push(items)
- }
- })
- })
- tagListArr.sort((x, y) => {
- return x.sort - y.sort
- })
- this.tagList = tagListArr
- this.tagId = this.tagList[0].value || 0
- this.storeInfo.distance = common.formatDistance(Number(this.storeInfo.distance))
- this.shop_image = resp.data.data.info.shop_image || []
- var cabinetInfo = resp.data.data.info
- this.storeInfo.work_begin_time = (cabinetInfo.work_begin_time == null ? '00:00:00' :
- cabinetInfo
- .work_begin_time)
- this.storeInfo.work_end_time = (cabinetInfo.work_end_time == null ? '23:59:59' :
- cabinetInfo
- .work_end_time)
- this.isWorkTimer = common.isWithinTimeRange(cabinetInfo.work_begin_time,
- cabinetInfo.work_end_time)
- } else {
- common.simpleToast(resp.data.msg)
- }
- })
- },
- tapPhone() {
- const me = this
- uni.showModal({
- content: `您是否要拨打电话${me.storeInfo.link_phone}?`,
- confirmText: '确定',
- success: (res) => {
- if (res.confirm) {
- me.clearTimer()
- uni.makePhoneCall({
- phoneNumber: me.storeInfo.link_phone,
- success() {},
- fail() {}
- })
- }
- },
- fail: (res) => {}
- })
- },
- bindToNav() {
- const {
- address,
- latitude,
- longitude,
- shop_name
- } = this.storeInfo
- uni.openLocation({
- latitude: latitude - 0,
- longitude: longitude - 0,
- scale: 15,
- name: shop_name,
- address: address,
- success: function(res) {},
- })
- },
- bindReturnView() {
- uni.navigateBack({
- delta: 1,
- }) // 返回上一页
- },
- }
- };
- </script>
- <style scoped>
- @import './storeDetails.css';
- </style>
|