index.vue 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611
  1. <template>
  2. <view class="main" :style="{height:Authorize?'auto':'100vh'}">
  3. <top-box :userinfo="userinfo" :days="days" keys="1"></top-box>
  4. <view class="main-box">
  5. <view class="carinfo">
  6. <view class="norecord" v-if="noData">{{noData}}</view>
  7. <uni-swiper-dot :info="datalist" :current="current" field="content" mode="indexes"
  8. :dots-styles="dotsStyles">
  9. <swiper class="swiper-box" @change="change">
  10. <swiper-item v-for="(item ,index) in datalist" :key="index">
  11. <view class="swiper-item">
  12. <view class="plate">
  13. <view>车牌号</view>
  14. <view>
  15. <image src="../../static/icon1.png"></image>
  16. </view>
  17. <view>电池AI云管理监控中</view>
  18. </view>
  19. <view class="plate-number">
  20. <view>{{item.plate || '暂无信息'}}</view>
  21. <view>
  22. <image src="../../static/icon2.png"></image>
  23. </view>
  24. </view>
  25. <view class="battery-soc">
  26. <view>电池SOC</view>
  27. <view>
  28. <view class="strip">
  29. <!-- 第二层进度条的颜色 -->
  30. <view class="blue" :style="'width:'+item.soc+'%'">
  31. <!-- (进度条显示的图片 样式:根据父元素进行相对定位 ,本身绝对定位 ) -->
  32. <text class="protext" :style="'left:'+item.soc+'%'"></text>
  33. <view class="pronumber" :style="'left:'+(item.soc-3)+'%'">
  34. {{item.soc || 0}}%
  35. </view>
  36. </view>
  37. </view>
  38. </view>
  39. </view>
  40. <view class="battery-info">
  41. <view>
  42. <view>{{item.drivingMileage || 0}}km</view>
  43. <view>已行驶里程</view>
  44. </view>
  45. <view>
  46. <view>{{item.current || 0}}km</view>
  47. <view>预计剩余里程</view>
  48. </view>
  49. <view>
  50. <view>{{item.voltage || 0}}V</view>
  51. <view>电压</view>
  52. </view>
  53. <view>
  54. <view>{{item.drivingMileage || 0}}A</view>
  55. <view>电流</view>
  56. </view>
  57. </view>
  58. </view>
  59. </swiper-item>
  60. </swiper>
  61. </uni-swiper-dot>
  62. </view>
  63. <view class="change-title">
  64. <view>
  65. <image src="../../static/icon3.png"></image>
  66. </view>
  67. <view>换电站信息</view>
  68. </view>
  69. <mescroll-body
  70. ref="mescrollRef"
  71. @init="mescrollInit"
  72. @down="downCallback"
  73. @up="upCallback"
  74. :up="upOption"
  75. :height="(screenHeight-200)+'rpx'"
  76. >
  77. <view class="change-box" v-for="(item,index) in stationDataVoList" :key="item.id">
  78. <view class="title">{{item.stationName}}</view>
  79. <view class="tags">
  80. <view v-if="item.frequentPlace">常去地点</view>
  81. <view>{{item.businessHours}}</view>
  82. </view>
  83. <view class="piclist">
  84. <view v-for="(img,index) in item.urlList" :key="index">
  85. <image :src="img"></image>
  86. </view>
  87. </view>
  88. <view class="address">
  89. <view v-if="item.distance">{{item.distance >= 1000 ? (item.distance/1000).toFixed(1)+'km' : item.distance+'m'}} · {{item.address}}</view>
  90. <view v-else>{{item.stationName || ''}}</view>
  91. <view @click="makePhone(item.phoneNum)">
  92. <image src="../../static/icon4.png"></image>
  93. <view>电话</view>
  94. </view>
  95. <view @click="jumpmaps(item.lat,item.lng,item.address,name)">
  96. <image src="../../static/icon5.png"></image>
  97. <view>路线</view>
  98. </view>
  99. </view>
  100. <view class="battery-num">
  101. <view>可换电池</view>
  102. <view>{{item.batteryNum}}</view>
  103. </view>
  104. </view>
  105. </mescroll-body>
  106. <view class="grace-loading" @click="resetPosition" v-if="noposition">{{noposition}}</view>
  107. </view>
  108. <tab-bar></tab-bar>
  109. </view>
  110. </template>
  111. <script>
  112. import MescrollMixin from "@/uni_modules/mescroll-uni/components/mescroll-uni/mescroll-mixins.js";
  113. export default {
  114. mixins: [MescrollMixin],
  115. data() {
  116. return {
  117. token: null,
  118. userinfo: null,
  119. // latitude: 29.632675, //纬度参数
  120. // longitude: 106.569374, //经度参数
  121. datalist: [],
  122. current: 0,
  123. dotsStyles: {
  124. backgroundColor: 'rgba(88, 190, 107,0.6)',
  125. selectedBackgroundColor: 'rgba(88, 190, 107,0.9)',
  126. },
  127. params: {
  128. lat: null,
  129. lng: null,
  130. page: 1,
  131. pageSize: 10,
  132. orderByWays: 'desc'
  133. },
  134. noData: null,
  135. stationDataVoList: [],
  136. isLoadAll: false,
  137. totalPages: 0, // 总页数
  138. upOption:{
  139. page:{
  140. size:10,
  141. num:0,
  142. },
  143. noMoreSize:2,
  144. empty:'暂无相关数据'
  145. },
  146. noposition:null,
  147. days:0,
  148. Authorize:false,
  149. }
  150. },
  151. onShow() {
  152. this.$store.dispatch("usersStatus").then(()=>{
  153. //微信用户第二次登录
  154. this.token=this.$store.state.users.token
  155. this.userinfo=this.$store.state.users
  156. this.getHomeCar()
  157. this.getUserDays()
  158. this.reloadList()
  159. this.noData=null
  160. }).catch(()=>{
  161. //微信用户首次登录
  162. this.noData='请先登录'
  163. });
  164. },
  165. onLoad() {
  166. let systemInfoSync = uni.getSystemInfoSync();
  167. this.screenHeight = systemInfoSync.screenHeight - 300;
  168. },
  169. mounted() {
  170. this.mapSelect()
  171. },
  172. methods: {
  173. //重新获取定位
  174. resetPosition(){
  175. this.mapSelect()
  176. },
  177. //获取加入天数
  178. getUserDays(){
  179. this.$http.getDays().then(res=>{
  180. if(res.code === 0){
  181. this.days=res.data
  182. }else{
  183. this.$utils.msg(res.msg);
  184. }
  185. })
  186. },
  187. //拨打电话
  188. makePhone(num) {
  189. uni.makePhoneCall({
  190. phoneNumber: num.toString(), //电话号码
  191. })
  192. },
  193. reloadList(){
  194. this.canReset && this.mescroll.resetUpScroll()
  195. this.canReset && this.mescroll.scrollTo(0,0)
  196. this.canReset = true
  197. },
  198. //获取换电站信息
  199. upCallback(page) {
  200. console.log("--------------------upCallback")
  201. if(this.Authorize==true){
  202. this.params.page=page.num
  203. this.params.pageSize=page.size
  204. console.log("params:",this.params)
  205. this.$http.homeStation(this.params).then(res => {
  206. console.log("res",res)
  207. console.log("data:",res.data)
  208. uni.hideLoading();
  209. if (res.code === 0) {
  210. this.totalPages = res.data.total
  211. if(page.num == 1) this.stationDataVoList = []
  212. this.stationDataVoList=this.stationDataVoList.concat(res.data.list)
  213. this.mescroll.endBySize(res.data.list.length, res.data.total);
  214. } else {
  215. // this.$utils.msg(res.msg)
  216. this.mescroll.endErr();
  217. }
  218. })
  219. }else{
  220. console.log("Authorize","false")
  221. this.mescroll.endErr();
  222. }
  223. },
  224. //获取车辆信息
  225. getHomeCar() {
  226. let params={
  227. page: 1,
  228. pageSize: 10,
  229. orderByWays: 'desc'
  230. }
  231. this.$http.homeCar(params).then(res => {
  232. if (res.code === 0) {
  233. if (res.data.length == 0) {
  234. this.noData = '暂无记录'
  235. } else {
  236. this.datalist = res.data
  237. }
  238. } else {
  239. this.$utils.msg(res.msg)
  240. }
  241. })
  242. },
  243. change(e) {
  244. this.current = e.detail.current;
  245. },
  246. //打开地图导航
  247. jumpmaps(lat,lng,address,name) {
  248. if (lat && lng && address && name) {
  249. uni.openLocation({
  250. latitude:lat,
  251. longitude:lng,
  252. name: name,
  253. address: address
  254. })
  255. } else {
  256. this.$utils.msg("位置信息丢失");
  257. }
  258. },
  259. //获取用户经纬度
  260. mapSelect() {
  261. uni.showLoading({
  262. title: '加载中'
  263. });
  264. const that = this
  265. uni.getLocation({
  266. type: 'gcj02',
  267. isHighAccuracy: true,
  268. success: function(res) {
  269. that.params.lat = res.latitude
  270. that.params.lng = res.longitude
  271. that.Authorize=true
  272. that.noposition=null
  273. that.mescroll.resetUpScroll()
  274. console.log(res, 'getLocation')
  275. // that.$utils.msg("-------------"+res.latitude+","+res.longitude)
  276. },
  277. fail: () => {
  278. uni.hideLoading();
  279. that.noposition='定位失败'
  280. that.getMapLocation()
  281. that.$utils.msg("定位失败")
  282. },
  283. })
  284. },
  285. //提示用户打开位置信息
  286. getMapLocation() {
  287. uni.getSetting({
  288. success: (res) => {
  289. var status = res.authSetting
  290. if (!status['scope.userLocation']) {
  291. // 如果授权信息中没有地理位置的授权,则需要弹窗提示用户需要授权地理信息
  292. uni.showModal({
  293. title: '是否授权当前位置',
  294. content: '需要获取您的地理位置,请确认授权,否则地图功能将无法使用',
  295. success: (tip) => {
  296. if (tip.confirm) {
  297. // 如果用户同意授权地理信息,则打开授权设置页面,判断用户的操作
  298. uni.openSetting({
  299. success: (data) => {
  300. // 如果用户授权了地理信息在,则提示授权成功
  301. if (data.authSetting['scope.userLocation'] ===true) {
  302. uni.showToast({
  303. title: '授权成功',
  304. icon: 'success',
  305. duration: 1000,
  306. })
  307. // 授权成功后,然后再次chooseLocation获取信息
  308. this.mapSelect()
  309. } else {
  310. uni.hideLoading();
  311. this.noposition='授权失败'
  312. this.Authorize=false
  313. }
  314. },
  315. })
  316. }else{
  317. uni.hideLoading();
  318. this.noposition='授权失败'
  319. this.Authorize=false
  320. }
  321. },
  322. })
  323. }
  324. if (status['scope.userLocation'] === true && this.params.lat === null && this.params.lng === null) {
  325. uni.showToast({
  326. title: '请开启您手机的位置信息!',
  327. icon: 'none',
  328. duration: 5000,
  329. })
  330. }
  331. },
  332. fail: (res) => {
  333. uni.showToast({
  334. title: '调用授权窗口失败',
  335. icon: 'none',
  336. duration: 1000,
  337. })
  338. },
  339. })
  340. },
  341. }
  342. }
  343. </script>
  344. <style lang="scss" scoped>
  345. .main{
  346. background: linear-gradient(180deg, #FFFFFF 0%, #F2F3F5 100%);
  347. }
  348. .authorization {
  349. width: 640rpx;
  350. height: 840rpx;
  351. background-color: #fff;
  352. border-radius: 20rpx;
  353. }
  354. .grace-loading{
  355. position: relative;
  356. text-align: center;
  357. padding-top: 100rpx;
  358. height: 300rpx;
  359. color: #979797;
  360. }
  361. .main-box {
  362. padding: 0 30rpx;
  363. // background: linear-gradient(180deg, #FFFFFF 0%, #F2F3F5 100%);
  364. .carinfo {
  365. width: 100%;
  366. height: 350rpx;
  367. }
  368. .norecord {
  369. text-align: center;
  370. color: #86909c;
  371. position: relative;
  372. top: 40%;
  373. }
  374. .swiper-box {
  375. height: 380rpx;
  376. .swiper-item {
  377. width: 690rpx;
  378. height: 350rpx;
  379. padding: 32rpx;
  380. box-sizing: border-box;
  381. background-image: url('https://rl-zk-image.oss-cn-hangzhou.aliyuncs.com/image/car-bg.png');
  382. background-size: 100% 100%;
  383. display: flex;
  384. flex-direction: column;
  385. justify-content: space-between;
  386. .plate {
  387. display: flex;
  388. justify-content: space-between;
  389. view:first-child {
  390. flex: 1;
  391. }
  392. image {
  393. width: 24rpx;
  394. height: 24rpx;
  395. vertical-align: middle;
  396. }
  397. view:last-child {
  398. width: 280rpx;
  399. text-align: left;
  400. padding-left: 10rpx;
  401. color: #6cc57d;
  402. font-size: 30rpx;
  403. padding-top: 2rpx;
  404. }
  405. }
  406. .plate-number {
  407. display: flex;
  408. image {
  409. width: 26rpx;
  410. height: 26rpx;
  411. vertical-align: middle;
  412. }
  413. view:first-child {
  414. font-weight: 600;
  415. font-size: 36rpx;
  416. padding-right: 15rpx;
  417. }
  418. }
  419. .battery-soc {
  420. display: flex;
  421. margin-bottom: 22rpx;
  422. view:first-child {
  423. width: 105rpx;
  424. font-size: 22rpx;
  425. }
  426. view:last-child {
  427. flex: 1;
  428. .strip {
  429. /* 父元素相对定位 */
  430. position: relative;
  431. width: 525rpx;
  432. height: 18rpx;
  433. background-color: #fff;
  434. top: 10rpx;
  435. }
  436. .blue {
  437. height: 18rpx;
  438. background-color: #ff7d00;
  439. font-size: 28rpx;
  440. }
  441. .protext {
  442. width: 2rpx;
  443. height: 32rpx;
  444. background: #86909c;
  445. /* 子元素绝对定位 */
  446. position: absolute;
  447. /* 定位方向:属性值 */
  448. top: -9rpx
  449. }
  450. .pronumber {
  451. font-size: 26rpx;
  452. font-weight: bold;
  453. position: absolute;
  454. /* 定位方向:属性值 */
  455. top: 30rpx;
  456. }
  457. }
  458. }
  459. .battery-info {
  460. display: flex;
  461. justify-content: space-between;
  462. text-align: center;
  463. line-height: 36rpx;
  464. view>view:first-child {
  465. font-weight: bold;
  466. }
  467. view>view:last-child {
  468. color: #939da7;
  469. font-size: 26rpx;
  470. }
  471. }
  472. }
  473. }
  474. .change-title {
  475. width: 100%;
  476. padding: 0 20rpx;
  477. box-sizing: border-box;
  478. display: flex;
  479. margin-bottom: 24rpx;
  480. margin-top: 44rpx;
  481. image {
  482. width: 9rpx;
  483. height: 39rpx;
  484. }
  485. view:first-child {
  486. padding-right: 12rpx;
  487. }
  488. view:last-child {
  489. font-weight: bold;
  490. font-size: 32rpx;
  491. line-height: 32rpx;
  492. }
  493. }
  494. .change-box:last-child{
  495. margin-bottom: 140rpx !important;
  496. }
  497. .change-box {
  498. width: 690rpx;
  499. box-sizing: border-box;
  500. border-radius: 25rpx;
  501. box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(226,226,226,0.25);
  502. background-color: #fff;
  503. padding: 20rpx 30rpx;
  504. display: flex;
  505. flex-direction: column;
  506. overflow: hidden;
  507. margin-bottom: 30rpx;
  508. .title {
  509. font-weight: bold;
  510. color: #110d2e;
  511. font-size: 34rpx;
  512. }
  513. .tags {
  514. display: flex;
  515. :first-child{
  516. background: rgba(88,190,107,0.1);
  517. color: #58BE6B;
  518. }
  519. view {
  520. background: #f5f5f5;
  521. color: #979797;
  522. font-size: 24rpx;
  523. padding: 8rpx 15rpx;
  524. margin: 15rpx 12rpx 15rpx 0rpx;
  525. border-radius: 5rpx;
  526. }
  527. }
  528. .piclist {
  529. display: flex;
  530. justify-content: space-between;
  531. margin: 18rpx 0rpx;
  532. width: 630rpx;
  533. overflow: hidden;
  534. // view{
  535. // margin-right: 15rpx;
  536. // }
  537. image {
  538. width: 298rpx;
  539. height: 189rpx;
  540. box-sizing: border-box;
  541. border-radius: 15rpx;
  542. }
  543. }
  544. .address {
  545. display: flex;
  546. justify-content: space-between;
  547. text-align: center;
  548. color: #86909c;
  549. font-size: 24rpx;
  550. view:first-child {
  551. width: 445rpx;
  552. text-align: left;
  553. font-size: 28rpx;
  554. color: #333333;
  555. line-height: 40rpx;
  556. }
  557. image {
  558. width: 44rpx;
  559. height: 44rpx;
  560. }
  561. }
  562. .battery-num {
  563. color: #86909c;
  564. font-size: 30rpx;
  565. margin-top: 12rpx;
  566. display: flex;
  567. line-height: 36rpx;
  568. view:last-child {
  569. color: #000000;
  570. font-weight: 600;
  571. margin-left: 15rpx;
  572. font-size: 36rpx;
  573. }
  574. }
  575. }
  576. }
  577. </style>