index.vue 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. <template>
  2. <view class="container-view">
  3. <block >
  4. <view class="flex-row flex-between align-center padding_about_40">
  5. <view class="car-name-view">
  6. <text style="margin-right: 10rpx;">小米</text>
  7. <img src="https://qiniu.bms16.com/FoSXDpVGvbdmwbX3CMUBvR7X4IzI" style="width: 14rpx;height: 14rpx;" alt="">
  8. </view>
  9. <img src="https://qiniu.bms16.com/FtlfBtBE5-TeTI5EdrciX_u8u_Sx" style="width: 48rpx;height: 48rpx;" alt="">
  10. </view>
  11. <!-- <view class="overdue-view flex-row flex-between">
  12. <view class="overdue-view-text flex-row">
  13. <text class="overdue-text-left">您已逾期 <text class="overdue-num">38</text>天</text>
  14. <text style="font-size: 24rpx;opacity: 0.5;">请及时续费或归还车辆</text>
  15. </view>
  16. <view class="renew-btn">去续费</view>
  17. </view> -->
  18. <view class="car-img-view">
  19. <view class="quantity-view flex-row">
  20. <text class="quantity flex-row">88 <text style="font-size: 28rpx;font-weight: 500;">%</text></text>
  21. <u-line-progress style="width: 100rpx;" active-color="#2ADA62" height="10" :show-percent="false" :percent="70"></u-line-progress>
  22. <text class="quantity-text flex-row">
  23. <text style="font-weight:400;font-size: 22rpx;">{{$t("续航")}}</text>
  24. <text style="font-size: 36rpx;">54</text><text style="font-size: 30rpx;">km</text>
  25. </text>
  26. </view>
  27. <img src="https://qiniu.bms16.com/Fg8_p7083jpsy8BXG4bR6yMs7jQX" style="width: 100%;height: 526rpx;" alt="">
  28. <view class="flex-row align-center update-time-view" >
  29. <text style="margin-right: 10rpx;">{{$t("车辆已关机")}} </text>
  30. <text style="margin-right: 10rpx;">{{$t("更新于")}} 11-25 23:05 </text>
  31. <img src="https://qiniu.bms16.com/FsL6XWGoIhfsVB7jRg6EGFVsuaTZ" style="width: 24rpx;height: 32rpx;" alt="">
  32. </view>
  33. </view>
  34. <Control/>
  35. <view class="flex-row flex-between map-card-view" >
  36. <MapCard latitude="23.099994" longitude="113.324004" :carAddress="carAddress" :carLocation="carLocation"/>
  37. <view class="card-right">
  38. <view class="card-bg" @tap="navTravelingTrack">
  39. <view class="flex-row flex-between card-top-title">
  40. <view class="flex-row align-center">
  41. <img style="width: 36rpx;height: 36rpx;" src="https://qiniu.bms16.com/FkrcMCV__HraZ0W0NBNdEZPIlwss" alt="">
  42. <text class="margin_l_8">{{isTrackOrAll?'最近骑行':'总里程'}}</text>
  43. </view>
  44. <view @tap.stop="isTrackOrAll=!isTrackOrAll"><img style="width: 24rpx;height: 20rpx;" src="https://qiniu.bms16.com/FltPK-o7KGS3dQ2pfQHXGSxOdzaN" alt=""></view>
  45. </view>
  46. <view class="card-top-text">27.4<text class="font_24">km</text></view>
  47. </view>
  48. <view class="card-bg">
  49. <view class="flex-row card-top-title">
  50. <img style="width: 36rpx;height: 36rpx;" src="https://qiniu.bms16.com/FtalApKa3STyruaBxxRB4O9hHXyE" alt="">
  51. <text class="margin_l_8">{{$t("换电套餐")}}</text>
  52. </view>
  53. <view class=" card-top-text">30 <text class="font_24">{{$t("天")}}</text></view>
  54. </view>
  55. </view>
  56. </view>
  57. <view class="config-view">
  58. <view @tap="navToPage" class="flex-row config-car-view">
  59. <view class="margin_r_20"><img class="icon_style_64" src="https://qiniu.bms16.com/Ftzyvs5whxDdMFksYChHaWKVb0Uk" alt=""></view>
  60. <view class="flex-row config-text-view" @tap="inductiveUnlockHandle">
  61. <view class="flex-row font_w_600">{{$t("感应解锁")}}</view>
  62. <view class="flex-row tip-text-config">{{$t("请先链接蓝牙")}}</view>
  63. </view>
  64. <img class="icon_style_28" src="https://qiniu.bms16.com/FqnbZ2iKHmzCGJA8XD30sf5g_CAm" alt="">
  65. </view>
  66. <view @tap="navToPage" data-url="/pages/userManagement/userManagement" class="flex-row config-car-view">
  67. <view class="margin_r_20"><img class="icon_style_64" src="https://qiniu.bms16.com/FhKkijkN__9UzhYNgamBFSggIlYo" alt=""></view>
  68. <view class="flex-row config-text-view">
  69. <view class="flex-row font_w_600">{{$t("用车人管理")}}</view>
  70. <view class="flex-row tip-text-config">{{$t("个家庭账号")}}</view>
  71. </view>
  72. <img class="icon_style_28" src="https://qiniu.bms16.com/FqnbZ2iKHmzCGJA8XD30sf5g_CAm" alt="">
  73. </view>
  74. <view @tap="navToPage" class="flex-row config-car-view">
  75. <view class="margin_r_20"><img class="icon_style_64" src="https://qiniu.bms16.com/FsAg6mHEBJfbtpgIHBrDdNiPo1iH" alt=""></view>
  76. <view class="flex-row config-text-view">
  77. <view class="flex-row font_w_600">{{$t("设备信息")}}</view>
  78. <view class="flex-row tip-text-config">{{$t("软件版本")}}</view>
  79. </view>
  80. <img class="icon_style_28" src="https://qiniu.bms16.com/FqnbZ2iKHmzCGJA8XD30sf5g_CAm" alt="">
  81. </view>
  82. </view>
  83. <view style="height: 264rpx;"></view>
  84. </block>
  85. <block>
  86. <!-- <UnleasedPages/> -->
  87. </block>
  88. <BluetoothUnlockAuth ref="bluetoothUnlockAuth" />
  89. <CustomTabbar />
  90. </view>
  91. </template>
  92. <script>
  93. var app = getApp();
  94. var config = require('../../common/config.js');
  95. var common = require('../../common/common.js');
  96. var http = require('../../common/http.js');
  97. var storage = require('../../common/storage.js');
  98. import Control from './components/control/control'
  99. import MapCard from './components/mapCard/mapCard'
  100. import UnleasedPages from './components/unleasedPages/unleasedPages'
  101. import CustomTabbar from '@/component/customTabbar/index';
  102. import BluetoothUnlockAuth from '../bluetoothUnlock/bluetoothUnlockAuth.vue'
  103. export default {
  104. data() {
  105. return {
  106. carLocation: [{
  107. id: 1345,
  108. latitude: 23.099994,
  109. longitude: 113.324004,
  110. iconPath: 'https://qiniu.bms16.com/FjzP68_NSPJbde_JraN5dJRnyqqJ',
  111. width: 60,
  112. height: 60,
  113. customCallout: {
  114. display: 'ALWAYS', // 'BYCLICK':点击显示; 'ALWAYS':常显
  115. },
  116. }], // 标记点
  117. carAddress:'普宁升记炒饭肠粉百...',
  118. isTrackOrAll:true
  119. };
  120. },
  121. computed: {},
  122. components: {
  123. Control,
  124. MapCard,
  125. CustomTabbar,
  126. UnleasedPages,
  127. BluetoothUnlockAuth
  128. },
  129. /**
  130. * 生命周期函数--监听页面加载
  131. */
  132. onLoad: function(options) {
  133. },
  134. /**
  135. * 生命周期函数--监听页面显示
  136. */
  137. onShow: function() {
  138. },
  139. // 分享给好友
  140. onShareAppMessage: function(res) { //发送给朋友
  141. return {
  142. title: this.appConfig.app_name,
  143. path: 'pages/index/index',
  144. }
  145. },
  146. methods: {
  147. navTravelingTrack(){
  148. uni.navigateTo({
  149. url: '/pages/travelingTrack/travelingTrack?longitude=' + this.longitude +'&latitude=' + this.latitude,
  150. success: function(res) {},
  151. fail: function(res) {},
  152. complete: function(res) {}
  153. });
  154. },
  155. inductiveUnlockHandle() {
  156. this.$refs.bluetoothUnlockAuth.open();
  157. },
  158. navToPage(e) {
  159. const me = this
  160. const url = e.currentTarget.dataset.url;
  161. if (!url) {
  162. return;
  163. }
  164. uni.navigateTo({
  165. url: url
  166. });
  167. // if (me.userInfo.is_auth - 0 == 1 && me.userInfo.status - 0 == 2) {
  168. // uni.navigateTo({
  169. // url: url
  170. // });
  171. // } else if (me.userInfo.is_auth - 0 == 1 && me.userInfo.status - 0 != 2) {
  172. // uni.showModal({
  173. // title: '身份认证提示',
  174. // content: '尚未完成身份认证,是否进行身份认证?',
  175. // cancelText: '取消',
  176. // confirmText: '确定',
  177. // success: function(res) {
  178. // if (res.confirm) {
  179. // me.loadFaceToken()
  180. // }
  181. // },
  182. // fail: function(res) {},
  183. // complete: function(res) {},
  184. // })
  185. // } else {
  186. // uni.showModal({
  187. // title: '提示',
  188. // content: '您还未登录,请先登录',
  189. // showCancel: true,
  190. // cancelText: '取消',
  191. // confirmText: '确定',
  192. // success: function(res) {
  193. // if (res.confirm) {
  194. // //#ifdef MP-ALIPAY
  195. // uni.navigateTo({
  196. // url: '/pages/phoneLogin/phoneLogin',
  197. // })
  198. // //#endif
  199. // //#ifdef MP-WEIXIN
  200. // uni.navigateTo({
  201. // url: '/pages/login/login',
  202. // })
  203. // //#endif
  204. // }
  205. // },
  206. // fail: function(res) {},
  207. // complete: function(res) {},
  208. // })
  209. // }
  210. }
  211. }
  212. };
  213. </script>
  214. <style>
  215. @import './index.css';
  216. </style>