index.vue 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. <template>
  2. <view >
  3. <block >
  4. <view class="container-view">
  5. <view class="flex-row flex-between align-center padding_about_40">
  6. <view class="car-name-view" @tap="navSwitchCar">
  7. <text style="margin-right: 10rpx;">{{car_info.car_name}}</text>
  8. <img src="https://qiniu.bms16.com/FoSXDpVGvbdmwbX3CMUBvR7X4IzI" style="width: 14rpx;height: 14rpx;" alt="">
  9. </view>
  10. <img src="https://qiniu.bms16.com/FtlfBtBE5-TeTI5EdrciX_u8u_Sx" style="width: 48rpx;height: 48rpx;" alt="">
  11. </view>
  12. <!-- <view class="overdue-view flex-row flex-between">
  13. <view class="overdue-view-text flex-row">
  14. <text class="overdue-text-left">您已逾期 <text class="overdue-num">38</text>天</text>
  15. <text style="font-size: 24rpx;opacity: 0.5;">请及时续费或归还车辆</text>
  16. </view>
  17. <view class="renew-btn">去续费</view>
  18. </view> -->
  19. <view class="car-img-view" @tap="toMoreInfoPage">
  20. <view class="quantity-view flex-row">
  21. <text class="quantity flex-row">88 <text style="font-size: 28rpx;font-weight: 500;">%</text></text>
  22. <u-line-progress style="width: 100rpx;" active-color="#2ADA62" height="10" :show-percent="false" :percent="70"></u-line-progress>
  23. <text class="quantity-text flex-row">
  24. <text style="font-weight:400;font-size: 22rpx;">{{$t("续航")}}</text>
  25. <text style="font-size: 36rpx;">54</text><text style="font-size: 30rpx;">km</text>
  26. </text>
  27. </view>
  28. <img src="https://qiniu.bms16.com/Fg8_p7083jpsy8BXG4bR6yMs7jQX" style="width: 100%;height: 526rpx;" alt="">
  29. <view class="flex-row align-center update-time-view" >
  30. <text style="margin-right: 10rpx;">{{$t("车辆已关机")}} </text>
  31. <text style="margin-right: 10rpx;">{{$t("更新于")}} {{car_info.heart_time|| ''}}11-25 23:05 </text>
  32. <img src="https://qiniu.bms16.com/FsL6XWGoIhfsVB7jRg6EGFVsuaTZ" style="width: 24rpx;height: 32rpx;" alt="">
  33. </view>
  34. </view>
  35. <Control :contrilList="contrilList" />
  36. <view v-if="car_info.exchange_package_info.activity_time" class="flex-row flex-between map-card-view" >
  37. <MapCard latitude="23.099994" longitude="113.324004" :carAddress="carAddress" :carLocation="carLocation"/>
  38. <view class="card-right">
  39. <view class="card-bg" @tap="navTravelingTrack">
  40. <view class="flex-row flex-between card-top-title">
  41. <view class="flex-row align-center">
  42. <img style="width: 36rpx;height: 36rpx;" src="https://qiniu.bms16.com/FkrcMCV__HraZ0W0NBNdEZPIlwss" alt="">
  43. <text class="margin_l_8">{{isTrackOrAll?'最近骑行':'总里程'}}</text>
  44. </view>
  45. <view @tap.stop="isTrackOrAll=!isTrackOrAll"><img style="width: 24rpx;height: 20rpx;" src="https://qiniu.bms16.com/FltPK-o7KGS3dQ2pfQHXGSxOdzaN" alt=""></view>
  46. </view>
  47. <view class="card-top-text">27.4<text class="font_24">km</text></view>
  48. </view>
  49. <view class="card-bg">
  50. <view class="flex-row card-top-title">
  51. <img style="width: 36rpx;height: 36rpx;" src="https://qiniu.bms16.com/FtalApKa3STyruaBxxRB4O9hHXyE" alt="">
  52. <text class="margin_l_8">{{$t("换电套餐")}}</text>
  53. </view>
  54. <view v-if="car_info.package_type == 1" class=" card-top-text">{{calculateRemainingDays(car_info.exchange_package_info.expire_time)}} <text class="font_24">{{$t("天")}}</text></view>
  55. <view v-if="car_info.package_type == 2" class=" card-top-text">{{item.last_num}} <text class="font_24">{{$t("次")}}</text></view>
  56. <view v-if="car_info.package_type == 3" class=" card-top-text">{{item.total_day}}{{$t("天")}}/{{item.last_num}} <text class="font_24">{{$t("次")}}</text></view>
  57. </view>
  58. </view>
  59. </view>
  60. <view class="config-view">
  61. <view @tap="navToPage" class="flex-row config-car-view">
  62. <view class="margin_r_20"><img class="icon_style_64" src="https://qiniu.bms16.com/Ftzyvs5whxDdMFksYChHaWKVb0Uk" alt=""></view>
  63. <view class="flex-row config-text-view" @tap="inductiveUnlockHandle">
  64. <view class="flex-row font_w_600">{{$t("感应解锁")}}</view>
  65. <view class="flex-row tip-text-config">{{$t("请先链接蓝牙")}}</view>
  66. </view>
  67. <img class="icon_style_28" src="https://qiniu.bms16.com/FqnbZ2iKHmzCGJA8XD30sf5g_CAm" alt="">
  68. </view>
  69. <view @tap="navToPage" data-url="/pages/userManagement/userManagement" class="flex-row config-car-view">
  70. <view class="margin_r_20"><img class="icon_style_64" src="https://qiniu.bms16.com/FhKkijkN__9UzhYNgamBFSggIlYo" alt=""></view>
  71. <view class="flex-row config-text-view">
  72. <view class="flex-row font_w_600">{{$t("用车人管理")}}</view>
  73. <view class="flex-row tip-text-config">{{$t("个家庭账号")}}</view>
  74. </view>
  75. <img class="icon_style_28" src="https://qiniu.bms16.com/FqnbZ2iKHmzCGJA8XD30sf5g_CAm" alt="">
  76. </view>
  77. <view @click="srcFn(`/pages/deviceInfo/deviceInfo`)" class="flex-row config-car-view">
  78. <view class="margin_r_20"><img class="icon_style_64" src="https://qiniu.bms16.com/FsAg6mHEBJfbtpgIHBrDdNiPo1iH" alt=""></view>
  79. <view class="flex-row config-text-view">
  80. <view class="flex-row font_w_600">{{$t("设备信息")}}</view>
  81. <view class="flex-row tip-text-config">{{$t("软件版本")}}</view>
  82. </view>
  83. <img class="icon_style_28" src="https://qiniu.bms16.com/FqnbZ2iKHmzCGJA8XD30sf5g_CAm" alt="">
  84. </view>
  85. </view>
  86. <view style="height: 264rpx;"></view>
  87. </view>
  88. </block>
  89. <block v-if="false">
  90. <UnleasedPages :model_list="model_list" :img_list="img_list" />
  91. </block>
  92. <BluetoothUnlockAuth ref="bluetoothUnlockAuth" />
  93. <CustomTabbar curt-tab="home"/>
  94. </view>
  95. </template>
  96. <script module="tools" lang="wxs" src="@/pages/common/wxs/tools.wxs"></script>
  97. <script module="tools" lang="sjs" src="@/pages/common/wxs/tools.sjs"></script>
  98. <script>
  99. var app = getApp();
  100. var config = require('../../common/config.js');
  101. var common = require('../../common/common.js');
  102. var http = require('../../common/http.js');
  103. var storage = require('../../common/storage.js');
  104. import Control from './components/control/control'
  105. import MapCard from './components/mapCard/mapCard'
  106. import UnleasedPages from './components/unleasedPages/unleasedPages'
  107. import CustomTabbar from '@/component/customTabbar/index';
  108. import BluetoothUnlockAuth from '../bluetoothUnlock/bluetoothUnlockAuth.vue'
  109. import {
  110. getFunctionTag,
  111. } from '@/common/storage.js';
  112. export default {
  113. data() {
  114. return {
  115. contrilList:[],
  116. carLocation: [{
  117. id: 1345,
  118. latitude: 23.099994,
  119. longitude: 113.324004,
  120. iconPath: 'https://qiniu.bms16.com/FjzP68_NSPJbde_JraN5dJRnyqqJ',
  121. width: 60,
  122. height: 60,
  123. customCallout: {
  124. display: 'ALWAYS', // 'BYCLICK':点击显示; 'ALWAYS':常显
  125. },
  126. }], // 标记点
  127. carAddress:'普宁升记炒饭肠粉百...',
  128. isTrackOrAll:true,
  129. model_list:[],
  130. car_list:[],//用户车辆列表
  131. car_sn:'',//当前车辆编号
  132. car_info:{
  133. exchange_package_info:{
  134. activity_time:0
  135. }
  136. }
  137. };
  138. },
  139. computed: {},
  140. components: {
  141. Control,
  142. MapCard,
  143. CustomTabbar,
  144. UnleasedPages,
  145. BluetoothUnlockAuth
  146. },
  147. /**
  148. * 生命周期函数--监听页面加载
  149. */
  150. onLoad: function(options) {
  151. const user_token = storage.getUserToken()
  152. if (!user_token) {
  153. this.loadIsLogin()
  154. return
  155. }
  156. this.loadModelList()
  157. },
  158. /**
  159. * 生命周期函数--监听页面显示
  160. */
  161. onShow: function() {
  162. this.contrilList = getFunctionTag().activeTag
  163. const user_token = storage.getUserToken()
  164. if (!user_token) {
  165. this.loadIsLogin()
  166. return
  167. }
  168. this.loadUserCarList()
  169. },
  170. // 分享给好友
  171. onShareAppMessage: function(res) { //发送给朋友
  172. return {
  173. title: this.appConfig.app_name,
  174. path: 'pages/index/index',
  175. }
  176. },
  177. methods: {
  178. loadIsLogin(){
  179. uni.showModal({
  180. title: '提示',
  181. content: '您还未登录,请先登录',
  182. showCancel: true,
  183. cancelText: '取消',
  184. confirmText: '确定',
  185. success: function(res) {
  186. if (res.confirm) {
  187. uni.navigateTo({
  188. url: '/pages/loginRegister/login',
  189. })
  190. }
  191. },
  192. fail: function(res) {},
  193. complete: function(res) {},
  194. })
  195. },
  196. connectBluetooth(){
  197. var device = {
  198. mac_id: "900000997",
  199. btid: "900000997",
  200. btkey: "900000997",
  201. bt_type: "ZXCar",
  202. device_type: "ZXCar"
  203. };
  204. },
  205. toMoreInfoPage(){
  206. uni.navigateTo({
  207. url: '/pages/moreInfo/moreInfo',
  208. });
  209. },
  210. navTravelingTrack(){
  211. uni.navigateTo({
  212. url: '/pages/travelingTrack/travelingTrack?longitude=' + this.longitude +'&latitude=' + this.latitude,
  213. success: function(res) {},
  214. fail: function(res) {},
  215. complete: function(res) {}
  216. });
  217. },
  218. inductiveUnlockHandle() {
  219. this.$refs.bluetoothUnlockAuth.open();
  220. },
  221. loadModelList() {
  222. const me = this
  223. http.postApi(config.API_RECOMMEND_CAR_MODEL_LIST, {}, (resp) => {
  224. if (resp.data.code === 200) {
  225. const list=resp.data.data
  226. const img_list=resp.data.data.map(item=>item.image)
  227. me.setData({
  228. model_list:list,
  229. img_list:img_list
  230. })
  231. } else {
  232. common.simpleToast(resp.data.msg);
  233. }
  234. })
  235. },
  236. srcFn(url){
  237. uni.navigateTo({
  238. url: url
  239. });
  240. },
  241. navToPage(e) {
  242. const me = this
  243. const url = e.currentTarget.dataset.url;
  244. if (!url) {
  245. return;
  246. }
  247. uni.navigateTo({
  248. url: url
  249. });
  250. // if (me.userInfo.is_auth - 0 == 1 && me.userInfo.status - 0 == 2) {
  251. // uni.navigateTo({
  252. // url: url
  253. // });
  254. // } else if (me.userInfo.is_auth - 0 == 1 && me.userInfo.status - 0 != 2) {
  255. // uni.showModal({
  256. // title: '身份认证提示',
  257. // content: '尚未完成身份认证,是否进行身份认证?',
  258. // cancelText: '取消',
  259. // confirmText: '确定',
  260. // success: function(res) {
  261. // if (res.confirm) {
  262. // me.loadFaceToken()
  263. // }
  264. // },
  265. // fail: function(res) {},
  266. // complete: function(res) {},
  267. // })
  268. // } else {
  269. // uni.showModal({
  270. // title: '提示',
  271. // content: '您还未登录,请先登录',
  272. // showCancel: true,
  273. // cancelText: '取消',
  274. // confirmText: '确定',
  275. // success: function(res) {
  276. // if (res.confirm) {
  277. // //#ifdef MP-ALIPAY
  278. // uni.navigateTo({
  279. // url: '/pages/phoneLogin/phoneLogin',
  280. // })
  281. // //#endif
  282. // //#ifdef MP-WEIXIN
  283. // uni.navigateTo({
  284. // url: '/pages/login/login',
  285. // })
  286. // //#endif
  287. // }
  288. // },
  289. // fail: function(res) {},
  290. // complete: function(res) {},
  291. // })
  292. // }
  293. },
  294. loadUserCarList(){
  295. const me = this
  296. common.loading()
  297. http.postApi(config.API_FLK_CAR_DEVICE_LIST, {}, (resp) => {
  298. uni.hideLoading();
  299. if (resp.data.code === 200) {
  300. const list=resp.data.data.list
  301. if(list.length > 0){
  302. me.setData({
  303. car_list:list,
  304. car_sn:list[0].car_sn||'',
  305. })
  306. me.loadCarDetail(list[0].car_sn)
  307. }
  308. } else {
  309. common.simpleToast(resp.data.msg);
  310. }
  311. })
  312. },
  313. loadCarDetail(car_sn){
  314. const me = this
  315. common.loading()
  316. http.postApi(config.API_FLK_CAR_DETAIL, {car_sn}, (resp) => {
  317. uni.hideLoading();
  318. if (resp.data.code === 200) {
  319. resp.data.data.car_sn = car_sn
  320. me.setData({
  321. car_info:resp.data.data,
  322. })
  323. uni.setStorageSync('car_info', this.car_info);
  324. } else {
  325. common.simpleToast(resp.data.msg);
  326. }
  327. })
  328. },
  329. navSwitchCar(){
  330. const me=this
  331. //如果租/购多个车辆的话可以切换当前车辆
  332. uni.navigateTo({
  333. url: `/pages/carList/carList?list=${encodeURIComponent(JSON.stringify(me.car_list))}&car_sn=${me.car_sn}`,
  334. })
  335. }
  336. }
  337. };
  338. </script>
  339. <style>
  340. @import './index.css';
  341. </style>