storeDetails.vue 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  1. <template>
  2. <view class="container-view">
  3. <Navigation :scroll='scrollTop'></Navigation>
  4. <view class="store-img-view">
  5. <swiper v-if="shop_image && shop_image.length!=0" class="swiper" :indicator-dots="true" :autoplay="true"
  6. :interval="2000" indicator-color="rgba(0, 0, 0, 0.3)" indicator-active-color="#000000" :duration="1000"
  7. circular>
  8. <swiper-item class="swiper-item" v-for="(item,index) in shop_image" :key="index">
  9. <image class="swiper-item-img" :src="item" mode="aspectFit"></image>
  10. </swiper-item>
  11. </swiper>
  12. <image v-else class="bg-img" src="https://qiniu.bms16.com/FhRnr7rADHHsOFfpWO4duD15SgIt" mode="aspectFit">
  13. </image>
  14. </view>
  15. <view class="p-bg">
  16. <view class="store-info-view">
  17. <view class="store-name">{{storeInfo.shop_name}}</view>
  18. <view class="flex-row align-center" style="margin-bottom: 24rpx;">
  19. <view style="width: 600rpx;display: flex;flex-wrap: wrap;">
  20. <view v-for="(item,index) of storeInfo.service_type_list" :key="index" class="store-type">
  21. {{item.title}}
  22. </view>
  23. <view class="store-num-type"> <text class="store-num">{{storeInfo.model_list.length || 0}}</text>
  24. {{ $t('款车型') }}
  25. </view>
  26. </view>
  27. <view class="store-phone" @tap="tapPhone"><img style="width: 84rpx;height: 64rpx;"
  28. src="https://qiniu.bms16.com/Ft0YA1JYmq66hdoeEN-PgBHy5vLa" alt=""></view>
  29. </view>
  30. <view class="flex-row flex-between">
  31. <view :class="isWorkTimer ? 'left_grid_2' : 'left_grid_1'">
  32. <view class="flex-row">
  33. <img style="width: 40rpx;height: 40rpx;"
  34. :src="!isWorkTimer ? 'https://zxappfile.bms16.com/zx_admin/cab_timer.png' : 'https://zxappfile.bms16.com/zx_admin/cab_timer_work.png'">
  35. <view :class="isWorkTimer ? 'grid_text_1' : 'grid_text_rest' ">
  36. {{isWorkTimer ? $t('营业中') : $t('已休息')}}
  37. </view>
  38. </view>
  39. <!-- <view v-if="storeInfo.work_begin_time" class="grid_text_2">
  40. {{storeInfo.work_begin_time.split(':')[0]}}:{{storeInfo.work_begin_time.split(':')[1]}}-{{storeInfo.work_end_time.split(':')[0]}}:{{storeInfo.work_end_time.split(':')[1]}}
  41. </view> -->
  42. <view v-if="storeInfo.work_begin_time" class="grid_text_2">
  43. {{storeInfo.work_begin_time}}-{{storeInfo.work_end_time}}
  44. </view>
  45. </view>
  46. <view @tap="bindToNav" class="right_grid flex-between">
  47. <view>
  48. <view class="cab_distance">
  49. {{ $t('直线距您') }} {{storeInfo.distance}}
  50. </view>
  51. <view class="cab_address">{{storeInfo.address}}</view>
  52. </view>
  53. <view>
  54. <img class="icon_grid_1" src="https://zxappfile.bms16.com/zx_admin/cab_nav.png">
  55. <view class="grid_nav">{{ $t('导航') }}</view>
  56. </view>
  57. </view>
  58. </view>
  59. </view>
  60. <view class="tip-view">
  61. <view class="tip-title-view flex-row align-center">
  62. <image style="width: 144rpx;height: 40rpx;"
  63. src="https://qiniu.bms16.com/FjUW1kuRvXWTEftyn9nH1AbGWuxK" mode='aspectFit'></image>
  64. <image style="width: 86rpx;height: 80rpx;"
  65. src="https://qiniu.bms16.com/FibAaPERzqi6m95EP2jREUKixjUi" mode='aspectFill'></image>
  66. <view class="w-bg flex-row"></view>
  67. </view>
  68. <view class="step-view flex-row align-center">
  69. <view class="icon-list-view">
  70. <image class="img1" src="https://qiniu.bms16.com/Fp0BE27Q0VTD8qUJRHUVhWO6VEbO" mode='aspectFit'>
  71. </image>
  72. </view>
  73. <view class="dashed-line"></view>
  74. <view class="icon-list-view">
  75. <image class="img1" src="https://qiniu.bms16.com/FqDzYwAbnSEgf3yv9SAb92Vq4ZEB" mode='aspectFit'>
  76. </image>
  77. </view>
  78. <view class="dashed-line"></view>
  79. <view class="icon-list-view">
  80. <image class="img1" src="https://qiniu.bms16.com/FlFMHzco6j9XOpMI21tSnR9500Un" mode='aspectFit'>
  81. </image>
  82. </view>
  83. </view>
  84. <view class="step-tip-view flex-row align-center">
  85. <view class="step-tip-text">
  86. <image class="step-num-1" src="https://qiniu.bms16.com/Fm4gMRmW6UOwLcU-eW8LDLNfiUJe"
  87. mode='aspectFill'>
  88. </image>{{ $t('线上选择用车方案生成待支付订单') }}
  89. </view>
  90. <view class="step-tip-text">
  91. <image class="step-num-2" src="https://qiniu.bms16.com/FvYN7SxOYIhXEqSAJZrQIBQuTx79"
  92. mode='aspectFill'>
  93. </image>{{ $t('导航到店向商家支付订单金额') }}
  94. </view>
  95. <view class="step-tip-text">
  96. <image class="step-num-3" src="https://qiniu.bms16.com/FhZ7w0X8iVuxFPdetEF9C3YYkJ7Z"
  97. mode='aspectFill'>
  98. </image>{{ $t('支付完成后直接现场取车') }}
  99. </view>
  100. </view>
  101. </view>
  102. <!-- <view class="unit-type-view">
  103. <view @click="status = 0;modelListsFn()" class="unit-type " :class="{'unit-type-i' : status == 0}">{{ $t('短租') }}
  104. </view>
  105. <view @click="status = 1;modelListsFn()" class="unit-type" :class="{'unit-type-i' : status == 1}">{{ $t('长租') }}
  106. </view>
  107. <view @click="status = 2;modelListsFn()" class="unit-type " :class="{'unit-type-i' : status == 2}">{{ $t('出售') }}
  108. </view>
  109. </view> -->
  110. <view class="unit-type-view">
  111. <view v-for="(item,index) of tagList" :key="index" @click="tagId = item.value;modelListsFn()"
  112. class="unit-type " :class="{'unit-type-i' : item.value == tagId}">{{item.label}}
  113. </view>
  114. </view>
  115. <view class="car-info-list-view">
  116. <view v-for="(item,index) of modelListsFn()"
  117. @click="srcFn(`/pages/carDetail/carDetail?model_id=${item.model_id}&shop_type=${tagId}&hire_price=${item.money * 100}`)" :key="index"
  118. class="car-info-view align-center flex-row">
  119. <!-- <img class="car-img" src="https://qiniu.bms16.com/FsxOysJT2V3KNYev2YWadvjyKn2j" alt=""> -->
  120. <image class="car-img" :src="item.model_images[0]" mode="aspectFit"></image>
  121. <view class="car-info">
  122. <view class="car-name flex-row">{{item.model_name}}</view>
  123. <view class="car-model-info">{{ $t('续航') }}{{item.endurance}}km{{ $t('|重量') }}{{item.weight}}kg</view>
  124. <view class="flex-row flex-between">
  125. <view class="unit-type-price flex-row">
  126. <text style="margin-right: 8rpx;">{{typeArrFn(tagId)}}</text>
  127. <priceTool :price="Number(item.money)" :font_size="40" />
  128. </view>
  129. <view class="lease-btn">{{ $t('购') }}/{{ $t('租') }}</view>
  130. </view>
  131. </view>
  132. </view>
  133. </view>
  134. </view>
  135. </view>
  136. </template>
  137. <script module="tools" lang="wxs" src="@/pages/common/wxs/tools.wxs"></script>
  138. <script module="tools" lang="sjs" src="@/pages/common/wxs/tools.sjs"></script>
  139. <script>
  140. var config = require('../../common/config.js');
  141. var common = require('../../common/common.js');
  142. var http = require('../../common/http.js');
  143. var storage = require('../../common/storage.js');
  144. import priceTool from '@/component/priceTool/priceTool';
  145. import {
  146. MAX_LIMITS,
  147. LEASE_TYPE_ARR
  148. } from '@/common/constant.js';
  149. // import UseGuidance from '@/component/useGuidance/useGuidance';
  150. export default {
  151. components: {
  152. priceTool,
  153. // UseGuidance
  154. },
  155. data() {
  156. return {
  157. tagId: 0,
  158. tagList: [],
  159. shop_id: 0,
  160. status: 0,
  161. shop_image: [],
  162. storeInfo: {
  163. model_list: []
  164. },
  165. isWorkTimer: null
  166. };
  167. },
  168. onPageScroll(e) {
  169. this.scrollTop = e.scrollTop
  170. },
  171. computed: {},
  172. /**
  173. * 生命周期函数--监听页面加载
  174. */
  175. onLoad: function(options) {
  176. console.log(options, 'options');
  177. this.shop_id = options.admin_id || ''
  178. this.locationFn()
  179. },
  180. /**
  181. * 生命周期函数--监听页面显示
  182. */
  183. onShow: function() {
  184. },
  185. methods: {
  186. modelListsFn() {
  187. let obj = []
  188. for (let index = 0; index < this.storeInfo.model_list.length; index++) {
  189. let item = this.storeInfo.model_list[index];
  190. if (this.tagId == 100 && item.sell_price && item.sell_price != 0) {
  191. obj.push({
  192. ...item,
  193. money: (item.sell_price / 100).toFixed(2)
  194. })
  195. } else if (this.tagId != 100) {
  196. for (let i = 0; i < item.price_setting.length; i++) {
  197. var items = item.price_setting[i];
  198. let money = (items.hire_price / 100).toFixed(2)
  199. if (items.hire_duration_unit == this.tagId) {
  200. obj.push({
  201. ...item,
  202. money
  203. })
  204. }
  205. }
  206. }
  207. }
  208. return obj
  209. },
  210. typeArrFn(type) {
  211. if (!type) return ''
  212. const result = LEASE_TYPE_ARR.find(v => v.value == type);
  213. return result.label
  214. },
  215. locationFn() {
  216. let _this = this
  217. _this.loadStoreDetail(_this.shop_id, this.myLocation.longitude, this.myLocation.latitude)
  218. },
  219. srcFn(url) {
  220. uni.navigateTo({
  221. url
  222. })
  223. },
  224. isWorkTimerFn() {
  225. this.storeInfo.work_end_time = ''
  226. this.storeInfo.work_end_time = ''
  227. },
  228. loadStoreDetail(shop_id, longitude, latitude) {
  229. const me = this
  230. http.postApi(config.API_NEAR_SHOP_INFO, {
  231. shop_id,
  232. longitude,
  233. latitude,
  234. }, (resp) => {
  235. if (resp.data.code === 200) {
  236. me.setData({
  237. storeInfo: resp.data.data.info
  238. })
  239. let arr = []
  240. resp.data.data.info.model_list.map(item => {
  241. console.log(item.model_images)
  242. item.model_images = item.model_images.split(',')
  243. if (item.sell_price) {
  244. arr.push(100)
  245. }
  246. item.price_setting.map(item => {
  247. arr.push(item.hire_duration_unit)
  248. })
  249. })
  250. let arrSet = Array.from(new Set(arr));
  251. let tagListArr = []
  252. arrSet.map(item => {
  253. LEASE_TYPE_ARR.map(items => {
  254. if (item == items.value) {
  255. tagListArr.push(items)
  256. }
  257. })
  258. })
  259. tagListArr.sort((x, y) => {
  260. return x.sort - y.sort
  261. })
  262. this.tagList = tagListArr
  263. this.tagId = this.tagList[0].value || 0
  264. this.storeInfo.distance = common.formatDistance(Number(this.storeInfo.distance))
  265. this.shop_image = resp.data.data.info.shop_image || []
  266. var cabinetInfo = resp.data.data.info
  267. this.storeInfo.work_begin_time = (cabinetInfo.work_begin_time == null ? '00:00:00' :
  268. cabinetInfo
  269. .work_begin_time)
  270. this.storeInfo.work_end_time = (cabinetInfo.work_end_time == null ? '23:59:59' :
  271. cabinetInfo
  272. .work_end_time)
  273. this.isWorkTimer = common.isWithinTimeRange(cabinetInfo.work_begin_time,
  274. cabinetInfo.work_end_time)
  275. } else {
  276. common.simpleToast(resp.data.msg)
  277. }
  278. })
  279. },
  280. tapPhone() {
  281. const me = this
  282. uni.showModal({
  283. content: `${this.$t('您是否要拨打电话')} ${me.storeInfo.link_phone}?`,
  284. confirmText: this.$t('确定'),
  285. success: (res) => {
  286. if (res.confirm) {
  287. me.clearTimer()
  288. uni.makePhoneCall({
  289. phoneNumber: me.storeInfo.link_phone,
  290. success() {},
  291. fail() {}
  292. })
  293. }
  294. },
  295. fail: (res) => {}
  296. })
  297. },
  298. bindToNav() {
  299. const {
  300. address,
  301. latitude,
  302. longitude,
  303. shop_name
  304. } = this.storeInfo
  305. uni.openLocation({
  306. latitude: latitude - 0,
  307. longitude: longitude - 0,
  308. scale: 15,
  309. name: shop_name,
  310. address: address,
  311. success: function(res) {},
  312. })
  313. },
  314. bindReturnView() {
  315. uni.navigateBack({
  316. delta: 1,
  317. }) // 返回上一页
  318. },
  319. }
  320. };
  321. </script>
  322. <style scoped>
  323. @import './storeDetails.css';
  324. </style>