home.vue 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416
  1. <template>
  2. <view class="container">
  3. <van-popup :show="isShowLeft" position="left" @close="handleCloseLeft">
  4. <view class="left-box">
  5. <image src="/static/resource/images/111.png" class="left-background"></image>
  6. <view class="head-left-box flex-row">
  7. <image :src="userInfo.type == 'group' && userInfo.info.headimg ? userInfo.info.headimg : '/static/resource/images/logo.png'" class="head-left-img"></image>
  8. <view style="text-align: left">
  9. <view class="name-text">{{ userInfo.info.name }}</view>
  10. <button class="quit-button" @tap="bindQuit">{{$t('注销')}}</button>
  11. <view class="version-no">v{{ verson_no }}</view>
  12. </view>
  13. </view>
  14. <view class="flex-row flex-between" @tap="bindSmsAlarm">
  15. <view class="left-view-item flex-row">
  16. <image src="http://qiniu.bms16.com/gps/money.png" class="left-img"></image>
  17. <view class="left-text">{{$t('短信报警')}}</view>
  18. </view>
  19. <view class="gold-view">{{ coin / 100 + $t('币') }}</view>
  20. </view>
  21. <button class="left-item flex-row" @tap="bindDevice">
  22. <image src="/static/resource/images/guanli.png" class="left-img"></image>
  23. <view class="left-text">{{$t('设备管理')}}</view>
  24. </button>
  25. <view v-if="notice" style="position: relative">
  26. <button class="left-item flex-row" @tap="bindNotice">
  27. <image src="/static/resource/images/xiaoxi.png" class="left-img"></image>
  28. <view class="left-text">{{$t('消息通知')}}</view>
  29. </button>
  30. <image :src="noticeStatus ? '/static/resource/images/kaiqi.png' : '/static/resource/images/guanbi.png'" class="notice-img" @tap="bindSetNotice"></image>
  31. </view>
  32. <button v-if="macid" class="left-item flex-row" @tap="bindCredit">
  33. <image src="/static/resource/images/chongzhi.png" class="left-img"></image>
  34. <view class="left-text">{{$t('续费充值')}}</view>
  35. </button>
  36. <button class="left-item flex-row" @tap="bindWillExpire">
  37. <image src="/static/resource/images/willExpire.png" class="left-img"></image>
  38. <view class="left-text">{{$t('即将到期')}}</view>
  39. </button>
  40. </view>
  41. </van-popup>
  42. <view class="top-container">
  43. <view class="head-box flex-row">
  44. <image src="https://qiniu.bms16.com/Fkg8b-r_MZwLn0UTdeRiR2fCobBP" class="head-img" mode="widthFix" @tap="bindMy"></image>
  45. <view class="status-box flex-row">
  46. <view v-if="deviceInfo.online == 1" class="status-item flex-row">
  47. <image src="/static/resource/images/xianzhong@3x.png" class="status-img" mode="widthFix"></image>
  48. <view class="status-text">{{$t('设备在线')}}</view>
  49. </view>
  50. <view v-else class="status-item flex-row">
  51. <image src="/static/resource/images/weixianzhong@3x.png" class="status-img" mode="widthFix"></image>
  52. <view class="status-text">{{$t('设备离线')}}</view>
  53. </view>
  54. <!--view class="status-item flex-row">
  55. <image src="/resource/images/xianzhong@3x.png" class="status-img" mode="widthFix"></image>
  56. <view class="status-text">
  57. 手机在线
  58. </view>
  59. </view-->
  60. <view v-if="bt_status == 1" class="status-item flex-row" @tap="bluetoothClose">
  61. <image src="/static/resource/images/xianzhong@3x.png" class="status-img" mode="widthFix"></image>
  62. <view class="status-text">{{$t('蓝牙连接')}}</view>
  63. </view>
  64. <view v-if="bt_status == 2" class="status-item flex-row" @tap="bluetoothConnect">
  65. <image src="/static/resource/images/weixianzhong@3x.png" class="status-img" mode="widthFix"></image>
  66. <view class="status-text">{{$t('蓝牙断开')}}</view>
  67. </view>
  68. </view>
  69. </view>
  70. <view class="device-box flex-row flex-between">
  71. <view class="device-view" :data-gid="macid" @tap="bindDevice">
  72. <view v-if="macid" class="device-text">{{ $t('设备') + macid }}</view>
  73. <view v-else class="device-text">{{$t('请选择设备')}}</view>
  74. </view>
  75. <view>
  76. <image
  77. src="https://qiniu.bms16.com/FulhiMIaug8ha78Mr2UArNtwSm9b"
  78. class="load-img"
  79. :style="loading ? 'animation:loading 0.8s linear infinite;' : ''"
  80. @tap="loadDeviceInfo"
  81. ></image>
  82. </view>
  83. <!-- <view>
  84. <image src="https://qiniu.bms16.com/FulhiMIaug8ha78Mr2UArNtwSm9b" class="load-img"
  85. style="{{ loading ? 'animation:loading 0.8s linear infinite;' : '' }}" bindtap="refreshBluetooth"></image>
  86. </view> -->
  87. <!--view class="sky-view">
  88. <view class="sky-text" style="font-size:28rpx;">
  89. 32℃
  90. </view>
  91. <view class="sky-text">
  92. 多云转晴
  93. </view>
  94. </view-->
  95. </view>
  96. <view class="main-box">
  97. <view class="main-img">
  98. <image src="/static/resource/images/daquan.png" class="main-img"></image>
  99. <view class="main-text">
  100. {{
  101. btInfo.quantity
  102. ? tools.toFixed(btInfo.quantity, 0)
  103. : bmsInfo.state
  104. ? tools.toFixed(bmsInfo.state.soc, 0)
  105. : tools.toFixed(deviceInfo.quantity, 0)
  106. ? tools.toFixed(deviceInfo.quantity, 0)
  107. : '0'
  108. }}%
  109. </view>
  110. <view
  111. v-if="(bmsInfo.state && bmsInfo.chargeState >= 0 && bmsInfo.chargeState <= 2) || (btInfo && btInfo.chargeState >= 0 && btInfo.chargeState <= 2)"
  112. class="main-status"
  113. >
  114. <image src="/static/resource/images/chongdianzhong.png" class="chongdian-img"></image>
  115. <view class="main-status-text">
  116. <block v-if="btInfo && btInfo.chargeState >= 0">
  117. <text v-if="btInfo.chargeState == 0">{{$t('静止')}}</text>
  118. <text v-else-if="btInfo.chargeState == 1">{{$t('充电中')}}</text>
  119. <text v-else-if="btInfo.chargeState == 2">{{$t('放电中')}}</text>
  120. <!-- <text wx:else>未知</text> -->
  121. </block>
  122. <block v-else-if="bmsInfo.state">
  123. <text v-if="bmsInfo.state.chargeState == 0">{{$t('静止')}}</text>
  124. <text v-else-if="bmsInfo.state.chargeState == 1">{{$t('充电中')}}</text>
  125. <text v-else-if="bmsInfo.state.chargeState == 2">{{$t('放电中')}}</text>
  126. <!-- <text wx:else>未知</text> -->
  127. </block>
  128. <!-- {{ btInfo.chargeState ? (btInfo.chargeState == 1 ? "充电中" : (btInfo.chargeState == 2 ? "放电中" : "静止")) : (bmsInfo.state ? (bmsInfo.state.chargeState == 1 ? "充电中" : (bmsInfo.state.chargeState == 2 ? "放电中" : "静止")) : (deviceInfo.chargeState == 1 ? "充电中" : (deviceInfo.chargeState == 0 ? "未充电" : "未知"))) }} -->
  129. </view>
  130. </view>
  131. </view>
  132. </view>
  133. <view v-if="bms" class="bms-box" @tap="bindToBMS">
  134. <view class="bms-text">BMS</view>
  135. <image src="/static/resource/images/fanhui.png" class="bms-img"></image>
  136. </view>
  137. <!-- BTJYWJT -->
  138. <view
  139. v-if="macid && isBtj && (deviceInfo.device_type == 'FMBMS' || deviceInfo.device_type == 'BTJYWJT' || deviceInfo.device_type == 'FMYWJT')"
  140. class="emergency-starting"
  141. @tap="bindEmergencyStarting"
  142. >
  143. <view class="alarm-text">{{$t('应急启动')}}</view>
  144. </view>
  145. <view v-if="macid" class="alarm-box" @tap="bindAlarm">
  146. <image src="/static/resource/images/baojin2.png" class="bms-img"></image>
  147. <view class="alarm-text">{{$t('报警')}}</view>
  148. </view>
  149. </view>
  150. <view class="status-container">
  151. <image src="/static/resource/images/card.png" class="stat-img"></image>
  152. <view class="stat-box">
  153. <view class="stat-item">
  154. <view class="stat-name">{{$t('总电压')}}</view>
  155. <view class="stat-value">
  156. {{
  157. btInfo.voltage
  158. ? tools.toFixed(btInfo.voltage, 2)
  159. : bmsInfo.state
  160. ? tools.toFixed(bmsInfo.state.voltageAll, 1)
  161. : deviceInfo.voltage
  162. ? tools.toFixed(deviceInfo.voltage, 2)
  163. : '0'
  164. }}
  165. </view>
  166. <view class="stat-tip">(V)</view>
  167. </view>
  168. <view class="stat-item" @tap="bindMileage">
  169. <view class="stat-name">{{$t('当日里程')}}</view>
  170. <view class="stat-value">
  171. {{ deviceInfo.day_mil ? tools.toFixed(deviceInfo.day_mil, 1) : '0' }}
  172. </view>
  173. <view class="stat-tip">(km)</view>
  174. </view>
  175. <view class="stat-item">
  176. <view class="stat-name">{{$t('停留时间')}}</view>
  177. <view class="stat-value">
  178. {{ deviceInfo.heart_time && deviceInfo.heart_time - deviceInfo.gps_time > 0 ? tools.formatSeconds(deviceInfo.heart_time - deviceInfo.gps_time)[0] : '0' }}
  179. </view>
  180. <view class="stat-tip">
  181. ({{
  182. deviceInfo.heart_time && deviceInfo.heart_time - deviceInfo.gps_time > 0 ? tools.formatSeconds(deviceInfo.heart_time - deviceInfo.gps_time)[1] : $t('秒')
  183. }})
  184. </view>
  185. </view>
  186. <view v-if="bmsInfo.state" class="stat-item">
  187. <view class="stat-name">{{$t('电池温度')}}</view>
  188. <view v-if="bmsInfo.third_device_type != 'KYYWJT'" class="stat-value">
  189. {{ btInfo.temp ? btInfo.temp : bmsInfo.state.temp[0] ? tools.toFixed(bmsInfo.state.temp[0], 1) : $t('未知') }}
  190. </view>
  191. <view class="stat-value" v-else>
  192. {{ btInfo.temp ? btInfo.temp : tools.toFixed(bmsInfo.state.temp[0], 1) }}
  193. </view>
  194. <view class="stat-tip">(℃)</view>
  195. </view>
  196. </view>
  197. </view>
  198. <view class="map-container">
  199. <view class="map-box">
  200. <view class="map-top">
  201. <view class="map-top-box">
  202. <view class="map-top-text">GPS</view>
  203. <view :class="gps > 0 ? 'map-top-i' : 'map-top-n'" />
  204. <view :class="gps > 1 ? 'map-top-i' : 'map-top-n'" />
  205. <view :class="gps > 2 ? 'map-top-i' : 'map-top-n'" />
  206. <view :class="gps > 3 ? 'map-top-i' : 'map-top-n'" />
  207. <view :class="gps > 4 ? 'map-top-i' : 'map-top-n'" />
  208. </view>
  209. <view class="map-top-box">
  210. <view class="map-top-text">GSM</view>
  211. <view :class="gsm > 0 ? 'map-top-i' : 'map-top-n'" />
  212. <view :class="gsm > 1 ? 'map-top-i' : 'map-top-n'" />
  213. <view :class="gsm > 2 ? 'map-top-i' : 'map-top-n'" />
  214. <view :class="gsm > 3 ? 'map-top-i' : 'map-top-n'" />
  215. <view :class="gsm > 4 ? 'map-top-i' : 'map-top-n'" />
  216. </view>
  217. </view>
  218. <!-- <map
  219. id="myMap"
  220. v-show="!isDrawerOpen"
  221. style="width: 100%; height: 400rpx;"
  222. :enable-zoom="false"
  223. :enable-scroll="false"
  224. :longitude="deviceInfo.longitude"
  225. :latitude="deviceInfo.latitude"
  226. :markers="[{ id: 1, latitude: deviceInfo.latitude, longitude: deviceInfo.longitude, iconPath: '/static/resource/images/weizhi2.png', width: 45, height: 45 }]"
  227. @tap="bindLocal"
  228. @markertap="bindMarkertasp"
  229. >
  230. <view v-if="addr" class="map-addr">
  231. <image src="/static/resource/images/dingwei.png" class="addr-img"></image>
  232. <view class="addr-text">
  233. {{ addr }}
  234. </view>
  235. </view>
  236. </map> -->
  237. <view class="content">
  238. <view id="container">
  239. <!-- <view class="loader"></view> -->
  240. <view id="mapModule" :prop="deviceInfo" :change:prop="mapModule.update"
  241. v-show="!isDrawerOpen" style="width: 100%; height:400rpx;position: relative;"
  242. :locaDegree="locaDegree"
  243. :change:locaDegree="mapModule.initAmap"
  244. >
  245. <view v-if="addr" class="map-addr">
  246. <image src="/static/resource/images/dingwei.png" class="addr-img"></image>
  247. <view class="addr-text">
  248. {{ addr }}
  249. </view>
  250. </view>
  251. </view>
  252. </view>
  253. </view>
  254. </view>
  255. </view>
  256. <view>
  257. <!-- #ifdef MP-WEIXIN -->
  258. <!-- [miniprogram-to-uniapp] 公众号关注组件 仅微信小程序支持 -->
  259. <official-account></official-account>
  260. <!-- #endif -->
  261. <!-- #ifndef MP-WEIXIN -->
  262. <!-- #endif -->
  263. </view>
  264. </view>
  265. </template>
  266. <script module="tools" lang="wxs" src="@/pages/common/wxs/tools.wxs"></script>
  267. <script module="mapModule" lang="renderjs">
  268. var transform = require('../../common/transform.js');
  269. var meMarker = []
  270. var polylinePath = null
  271. export default {
  272. data() {
  273. return {
  274. ownerInstance: null,
  275. map: {},
  276. markersArray: [],
  277. }
  278. },
  279. mounted() {},
  280. methods: {
  281. initAmap(lngLat, _, ownerInstance) {
  282. console.log(lngLat, "坐标系lngLat")
  283. lngLat = {
  284. lat: lngLat.latitude,
  285. lng: lngLat.longitude
  286. }
  287. lngLat = transform.wgs_gcj_encrypts(lngLat)
  288. // lngLat = transform.gcj_wgs_encrypts(lngLat)
  289. let _this = this
  290. const script = document.createElement('script')
  291. script.src =
  292. 'https://map.gpsall.cc/maps/api/js?key=AIzaSyDZyqQT5qbvMS0rNoeD6apBkIVId6BSgLo&callback=initMap&libraries=&v=weekly'
  293. window.initMap = function() {
  294. setTimeout(() => {
  295. _this.loadAmap(lngLat)
  296. }, 1500);
  297. };
  298. document.head.appendChild(script)
  299. },
  300. loadPanTo(lngLat, _, ownerInstance) {
  301. lngLat = {
  302. lat: lngLat.latitude,
  303. lng: lngLat.longitude
  304. }
  305. console.log("lngLat", lngLat)
  306. lngLat = transform.wgs_gcj_encrypts(lngLat)
  307. console.log("lngLat", lngLat)
  308. this.map.panTo(new google.maps.LatLng(lngLat.latitude, lngLat.longitude))
  309. },
  310. loadAmap(lngLat) {
  311. let _this = this
  312. var myOptions = {
  313. center: {
  314. lat: parseFloat(lngLat.latitude),
  315. lng: parseFloat(lngLat.longitude)
  316. },
  317. zoom: 16,
  318. panControl: false,
  319. zoomControl: false,
  320. scaleControl: false,
  321. streetViewControl: false
  322. }
  323. _this.map = new google.maps.Map(document.getElementById("mapModule"), myOptions);
  324. //地图绑定事件
  325. new google.maps.event.addListener(_this.map, "click", function(event) {
  326. _this.$ownerInstance.callMethod('bindLocal')
  327. });
  328. console.log("render初始化数据")
  329. // _this.$ownerInstance.callMethod('loadInitData')
  330. },
  331. update(newValue, _, ownerInstance) {
  332. console.log("newValue新数据",newValue)
  333. const _this = this
  334. _this.deviceInfo = newValue
  335. for (var i = 0; _this.markersArray.length > i; i++) {
  336. _this.markersArray[i].setMap(null);
  337. }
  338. for (var i = 0; _this.deviceInfo.length > i; i++) {
  339. var deviceInfo = _this.deviceInfo
  340. const marker = new google.maps.Marker({
  341. id: deviceInfo.id,
  342. map: _this.map,
  343. data: deviceInfo,
  344. title: "",
  345. latitude: parseFloat(deviceInfo.latitude),
  346. longitude: parseFloat(deviceInfo.longitude),
  347. // position:new google.maps.LatLng( parseFloat(deviceInfo.latitude), parseFloat(deviceInfo.longitude)),
  348. icon: {
  349. url: '/static/resource/images/weizhi2.png',
  350. // size: new google.maps.Size(30, 32),
  351. scaledSize: new google.maps.Size(45, 45)
  352. },
  353. zIndex: 20
  354. });
  355. _this.markersArray.push(marker)
  356. google.maps.event.addListener(marker, 'click', (event) => {
  357. console.log(JSON.stringify(marker.data))
  358. _this.loadMarkertap(ownerInstance, marker.data)
  359. })
  360. }
  361. },
  362. loadMarkertap(ownerInstance, marker) {
  363. // 调用 service 层的方法
  364. ownerInstance.callMethod('onMarkertap', marker)
  365. },
  366. setMePositioning() {
  367. let _this = this
  368. // const marker = new google.maps.Marker({
  369. // position: {
  370. // lat: parseFloat(_this.deviceInfo.latitude),
  371. // lng: parseFloat(_this.deviceInfo.longitude)
  372. // },
  373. // icon: {
  374. // url: "https://maps.gstatic.com/mapfiles/ms2/micons/red.png",
  375. // scaledSize: new google.maps.Size(50, 50)
  376. // },
  377. // map: _this.map
  378. // });
  379. const marker = new google.maps.Marker({
  380. id: 1001,
  381. map: _this.map,
  382. position:new google.maps.LatLng( parseFloat(_this.deviceInfo.latitude), parseFloat(_this.deviceInfo.longitude)),
  383. icon: {
  384. url: "https://maps.gstatic.com/mapfiles/ms2/micons/red.png",
  385. size: new google.maps.Size(50, 50),
  386. scaledSize: new google.maps.Size(50, 50)
  387. },
  388. zIndex: 20
  389. });
  390. meMarker.push(marker)
  391. },
  392. receiveLoca(newValue, oldValue, ownerInstance, instance) {
  393. let _this = this
  394. if (JSON.stringify(newValue) != '{}' && newValue.length != 0) {
  395. _this.deviceInfo = newValue
  396. }
  397. },
  398. receiveTrace(newValue, oldValue, ownerInstance, instance) {
  399. console.log("触发receiveTrace")
  400. let _this = this
  401. if (JSON.stringify(newValue) != '{}' && newValue.length != 0) {
  402. console.log('触发了', newValue, newValue.length)
  403. for (let i = 0; i < meMarker.length; i++) {
  404. meMarker[i].setMap(null);
  405. }
  406. if (polylinePath != null) {
  407. polylinePath.setMap(null);
  408. }
  409. _this.map.setZoom(20);
  410. const marker1 = new google.maps.Marker({
  411. position: {
  412. lat: parseFloat(newValue[0].lat),
  413. lng: parseFloat(newValue[0].lng)
  414. },
  415. icon: {
  416. url: "static/img/map/icon_start.png",
  417. scaledSize: new google.maps.Size(20, 20)
  418. },
  419. map: _this.map
  420. });
  421. meMarker.push(marker1)
  422. const marker2 = new google.maps.Marker({
  423. position: {
  424. lat: parseFloat(newValue[newValue.length - 1].lat),
  425. lng: parseFloat(newValue[newValue.length - 1].lng)
  426. },
  427. icon: {
  428. url: "static/img/map/icon_end.png",
  429. scaledSize: new google.maps.Size(20, 20)
  430. },
  431. map: _this.map
  432. });
  433. meMarker.push(marker2)
  434. polylinePath = new google.maps.Polyline({
  435. path: newValue,
  436. geodesic: false,
  437. strokeColor: '#41d9b7',
  438. strokeOpacity: 1,
  439. strokeWeight: 8,
  440. editable: false,
  441. draggable: false,
  442. });
  443. polylinePath.setMap(_this.map)
  444. let pos = {
  445. lat: parseFloat(newValue[0].lat),
  446. lng: parseFloat(newValue[0].lng)
  447. }
  448. _this.map.setCenter(pos)
  449. }
  450. }
  451. }
  452. }
  453. </script>
  454. <script>
  455. // pages/index/index.js
  456. var config = require('../../common/config.js');
  457. var helpConfig = require('../../common/help_config.js');
  458. var http = require('../../common/http.js');
  459. var common = require('../../common/common.js');
  460. var storage = require('../../common/storage.js');
  461. var bluetooth = require('../../common/bluetooth.js');
  462. var QQMapWX = require('../../libs/qqmap-wx-jssdk.js');
  463. var qqmapsdk;
  464. var joinPack = [];
  465. export default {
  466. data() {
  467. return {
  468. macid: '',
  469. deviceInfo: {
  470. online: 0,
  471. device_type: '',
  472. voltage: false,
  473. day_mil: false,
  474. heart_time: '',
  475. gps_time: 0,
  476. longitude: '',
  477. latitude: ''
  478. },
  479. bmsInfo: {
  480. state: false,
  481. chargeState: 0,
  482. third_device_type: ''
  483. },
  484. bms: false,
  485. gps: 0,
  486. gsm: 0,
  487. addr: '',
  488. isShowLeft: false,
  489. userInfo: {
  490. type: '',
  491. info: {
  492. headimg: '',
  493. name: ''
  494. }
  495. },
  496. notice: false,
  497. noticeStatus: false,
  498. loading: false,
  499. bt_status: 0,
  500. btInfo: {
  501. quantity: false,
  502. chargeState: 0,
  503. voltage: false,
  504. temp: false
  505. },
  506. coin: 0,
  507. display_bms: true,
  508. verson_no: '',
  509. baud: '',
  510. isBtj: false,
  511. isShowModal: false,
  512. isDrawerOpen: false,
  513. drawer: false,
  514. locaDegree: {}
  515. };
  516. }
  517. /**
  518. * 生命周期函数--监听页面加载
  519. */,
  520. onLoad: function (options) {
  521. qqmapsdk = new QQMapWX({
  522. key: config.QQ_MAP_KEY
  523. });
  524. this.setData({
  525. verson_no: config.APP_VERSION
  526. });
  527. // const accountInfo = uni.getAccountInfoSync();
  528. // if (accountInfo.miniProgram.appId == 'wx092db752b69b47f5') {
  529. // this.setData({
  530. // isBtj: true
  531. // });
  532. // }
  533. const userInfo = storage.getUserInfo();
  534. if (userInfo) {
  535. bluetooth.initBluetooth();
  536. common.bluetoothGetCtlData();
  537. this.loadUserInfo();
  538. this.loadIsWillExpireDevice();
  539. this.loadUpdateNotice();
  540. }
  541. const api_url = uni.getStorageSync('api_url');
  542. },
  543. onReady: function () {},
  544. onUnload: function () {
  545. //this.bluetoothClose()
  546. },
  547. /**
  548. * 生命周期函数--监听页面显示
  549. */
  550. onShow: function () {
  551. const userInfo = storage.getUserInfo();
  552. if (userInfo) {
  553. this.loadGetCoin();
  554. this.loadDeviceInfo();
  555. this.loadNotice();
  556. }
  557. },
  558. /**
  559. * 用户点击右上角分享
  560. */
  561. onShareAppMessage: function () {},
  562. /**
  563. * 页面相关事件处理函数--监听用户下拉动作
  564. */
  565. onPullDownRefresh: function () {
  566. this.loadDeviceInfo();
  567. this.loadNotice();
  568. },
  569. onReachBottom: function () {},
  570. methods: {
  571. loadUpdateNotice: function () {
  572. const that = this
  573. var current_version = 1;
  574. var get_version_current = storage.getNoticeVersion();
  575. if (get_version_current !== current_version) {
  576. uni.showModal({
  577. title: that.$t('新增短信报警提醒功能'),
  578. content: that.$t('点击我的头像->短信报警'),
  579. showCancel: false,
  580. success: function (res) {
  581. if (res.confirm) {
  582. //这里是点击了确定以后
  583. } else {
  584. //这里是点击了取消以后
  585. }
  586. }
  587. });
  588. storage.setNoticeVersion(current_version);
  589. }
  590. },
  591. bluetoothClose: function () {
  592. if (this.loading) {
  593. return;
  594. }
  595. const device = storage.getSelectedDeviceInfo();
  596. this.setData({
  597. loading: true
  598. });
  599. var time = new Date().getTime();
  600. bluetooth.closeDevice(
  601. device.mac_id,
  602. () => {
  603. this.setData({
  604. bt_status: 2
  605. });
  606. setTimeout(() => {
  607. this.setData({
  608. loading: false
  609. });
  610. }, 800 - ((new Date().getTime() - time) % 800));
  611. },
  612. () => {
  613. setTimeout(() => {
  614. this.setData({
  615. loading: false
  616. });
  617. }, 800 - ((new Date().getTime() - time) % 800));
  618. }
  619. );
  620. bluetooth.offCharacteristicStateChange(device.mac_id, 'home');
  621. bluetooth.offConnectionStateChange(device.mac_id, 'home');
  622. },
  623. bluetoothConnect: function (time = null) {
  624. if (this.loading && time == null) {
  625. return;
  626. }
  627. const device = storage.getSelectedDeviceInfo();
  628. if (device && bluetooth.acceptDevice(device)) {
  629. this.setData({
  630. loading: true
  631. });
  632. if (time == null) {
  633. time = new Date().getTime();
  634. }
  635. bluetooth.openBluetoothAdapter(
  636. (res) => {
  637. console.log(res);
  638. bluetooth.connectDevice(
  639. device,
  640. () => {
  641. this.setData({
  642. bt_status: 1
  643. });
  644. bluetooth.onCharacteristicStateChange(device.mac_id, 'home', (data) => {
  645. this.processBluetoothReceiveData(data, device);
  646. });
  647. bluetooth.onConnectionStateChange(device.mac_id, 'home', (res) => {
  648. if (!res.connected) {
  649. this.setData({
  650. bt_status: 2
  651. });
  652. } else {
  653. this.setData({
  654. bt_status: 1
  655. });
  656. }
  657. });
  658. common.bluetoothBaud(device, bluetooth, (res) => {
  659. console.log("波特率"+res);
  660. this.setData({
  661. baud: res
  662. });
  663. });
  664. bluetooth.stateUpdate(
  665. device.mac_id,
  666. (res) => {},
  667. (res) => {}
  668. );
  669. setTimeout(() => {
  670. this.setData({
  671. loading: false
  672. });
  673. }, 800 - ((new Date().getTime() - time) % 800));
  674. },
  675. (res) => {
  676. console.log(res);
  677. uni.showModal({
  678. content: this.$t('连接设备失败,请靠近设备重试'),
  679. confirmText: this.$t('重试'),
  680. success: (res) => {
  681. if (res.confirm) {
  682. this.bluetoothConnect(time);
  683. } else {
  684. setTimeout(() => {
  685. this.setData({
  686. loading: false
  687. });
  688. }, 800 - ((new Date().getTime() - time) % 800));
  689. }
  690. },
  691. fail: (res) => {
  692. console.log(res);
  693. setTimeout(() => {
  694. this.setData({
  695. loading: false
  696. });
  697. }, 800 - ((new Date().getTime() - time) % 800));
  698. }
  699. });
  700. }
  701. );
  702. },
  703. (res) => {
  704. console.log(res);
  705. uni.showModal({
  706. content: this.$t('需使用手机蓝牙功能,请打开蓝牙'),
  707. confirmText: this.$t('重试'),
  708. success: (res) => {
  709. if (res.confirm) {
  710. this.bluetoothConnect(time);
  711. } else {
  712. setTimeout(() => {
  713. this.setData({
  714. loading: false
  715. });
  716. }, 800 - ((new Date().getTime() - time) % 800));
  717. }
  718. },
  719. fail: (res) => {
  720. console.log(res);
  721. setTimeout(() => {
  722. this.setData({
  723. loading: false
  724. });
  725. }, 800 - ((new Date().getTime() - time) % 800));
  726. }
  727. });
  728. }
  729. );
  730. }
  731. },
  732. loadNotice: function () {
  733. // uni.login({
  734. // success: (res) => {
  735. // http.postApi(
  736. // config.API_XCX_NOTICE,
  737. // {
  738. // code: res.code
  739. // },
  740. // (resp) => {
  741. // if (resp.data.code === 200) {
  742. // this.setData({
  743. // notice: true,
  744. // noticeStatus: resp.data.data.status
  745. // });
  746. // }
  747. // }
  748. // );
  749. // }
  750. // });
  751. },
  752. loadBmsData() {
  753. const deviceInfo = storage.getSelectedDeviceInfo();
  754. if (deviceInfo) {
  755. }
  756. },
  757. loadQuantityReponse(macid, voltage) {
  758. var postData = {
  759. macid: macid,
  760. voltage: voltage
  761. };
  762. http.postApi(config.API_ELE_QUANTITY, postData, (resp) => {
  763. if (resp.data.code === 200) {
  764. var electric_quantity = resp.data.data.electric_quantity;
  765. var btInfo = this.btInfo;
  766. var deviceInfo = this.deviceInfo;
  767. var bmsInfo = this.bmsInfo;
  768. bmsInfo = {
  769. state: {
  770. soc: 0
  771. }
  772. };
  773. bmsInfo.state.soc = electric_quantity;
  774. btInfo.quantity = electric_quantity;
  775. deviceInfo.quantity = electric_quantity;
  776. this.setData({
  777. btInfo: btInfo,
  778. deviceInfo: deviceInfo,
  779. bmsInfo: bmsInfo
  780. });
  781. console.log(this.btInfo);
  782. }
  783. });
  784. },
  785. refreshBluetooth() {
  786. const device = storage.getSelectedDeviceInfo();
  787. bluetooth.stateUpdate(
  788. device.mac_id,
  789. (res) => {},
  790. (res) => {}
  791. );
  792. },
  793. loadDeviceInfo: function () {
  794. const deviceInfo = storage.getSelectedDeviceInfo();
  795. if (deviceInfo) {
  796. this.setData({
  797. loading: true
  798. });
  799. http.postApi(
  800. config.API_GPS_INFO,
  801. {
  802. macid: deviceInfo.mac_id
  803. },
  804. (resp) => {
  805. //wx.hideLoading()
  806. if (resp.data.code === 200) {
  807. this.setData({
  808. macid: deviceInfo.mac_id,
  809. deviceInfo: resp.data.data.info,
  810. gps: resp.data.data.info.gpscount,
  811. gsm: parseInt(resp.data.data.info.online) === 0 ? 0 : resp.data.data.info.gsmlevel <= 15 ? 3 : resp.data.data.info.gsmlevel > 18 ? 5 : 4,
  812. locaDegree: {
  813. latitude: resp.data.data.info.latitude,
  814. longitude: resp.data.data.info.longitude
  815. }
  816. });
  817. console.log("电池经纬度",this.locaDegree)
  818. qqmapsdk.reverseGeocoder({
  819. location: {
  820. latitude: resp.data.data.info.latitude,
  821. longitude: resp.data.data.info.longitude
  822. },
  823. success: (res) => {
  824. const formatted_addresses = res.result.formatted_addresses;
  825. const address = res.result.address; // + formatted_addresses.recommend
  826. this.setData({
  827. addr: address
  828. });
  829. }
  830. });
  831. } else {
  832. if (bluetooth.acceptDevice(deviceInfo)) {
  833. this.setData({
  834. macid: deviceInfo.mac_id
  835. });
  836. } else {
  837. common.simpleToast(this,resp.data.msg);
  838. if (resp.data.code === 10044) {
  839. this.setData({
  840. macid: deviceInfo.mac_id
  841. });
  842. } else {
  843. storage.setSelectedDeviceInfo(null);
  844. this.setData({
  845. macid: '',
  846. deviceInfo: {},
  847. gps: 0,
  848. gsm: 0
  849. });
  850. }
  851. }
  852. }
  853. this.loadBluetooth(deviceInfo);
  854. }
  855. );
  856. this.loadBmsInfo();
  857. }
  858. },
  859. loadBluetooth(deviceInfo) {
  860. var time = new Date().getTime();
  861. if (bluetooth.acceptDevice(deviceInfo)) {
  862. if (this.bt_status != 1) {
  863. this.setData({
  864. bt_status: 2
  865. });
  866. bluetooth.openBluetoothAdapter(
  867. (res) => {
  868. bluetooth.connectDevice(
  869. deviceInfo,
  870. () => {
  871. this.setData({
  872. bt_status: 1
  873. });
  874. bluetooth.onCharacteristicStateChange(deviceInfo.mac_id, 'home', (data) => {
  875. this.processBluetoothReceiveData(data, deviceInfo);
  876. });
  877. bluetooth.onConnectionStateChange(deviceInfo.mac_id, 'home', (res) => {
  878. if (!res.connected) {
  879. this.setData({
  880. bt_status: 2
  881. });
  882. } else {
  883. this.setData({
  884. bt_status: 1
  885. });
  886. }
  887. });
  888. common.bluetoothBaud(deviceInfo, bluetooth, (res) => {
  889. this.setData({
  890. baud: res
  891. });
  892. });
  893. bluetooth.stateUpdate(
  894. deviceInfo.mac_id,
  895. (res) => {
  896. setTimeout(() => {
  897. this.setData({
  898. loading: false
  899. });
  900. }, 800 - ((new Date().getTime() - time) % 800));
  901. },
  902. (res) => {
  903. setTimeout(() => {
  904. this.setData({
  905. loading: false
  906. });
  907. }, 800 - ((new Date().getTime() - time) % 800));
  908. }
  909. );
  910. },
  911. (res) => {
  912. console.log(res);
  913. setTimeout(() => {
  914. this.setData({
  915. loading: false
  916. });
  917. }, 800 - ((new Date().getTime() - time) % 800));
  918. }
  919. );
  920. },
  921. (res) => {
  922. console.log(res);
  923. setTimeout(() => {
  924. this.setData({
  925. loading: false
  926. });
  927. }, 800 - ((new Date().getTime() - time) % 800));
  928. }
  929. );
  930. } else {
  931. bluetooth.stateUpdate(
  932. deviceInfo.mac_id,
  933. (res) => {
  934. setTimeout(() => {
  935. this.setData({
  936. loading: false
  937. });
  938. }, 800 - ((new Date().getTime() - time) % 800));
  939. },
  940. (res) => {
  941. setTimeout(() => {
  942. this.setData({
  943. loading: false
  944. });
  945. }, 800 - ((new Date().getTime() - time) % 800));
  946. }
  947. );
  948. }
  949. } else {
  950. setTimeout(() => {
  951. this.setData({
  952. loading: false
  953. });
  954. }, 800 - ((new Date().getTime() - time) % 800));
  955. }
  956. },
  957. bindEmergencyStarting() {
  958. uni.showModal({
  959. content: this.$t('您确定要下发应急启动吗?'),
  960. confirmText: this.$t('确定'),
  961. success: (res) => {
  962. if (res.confirm) {
  963. const deviceInfo = storage.getSelectedDeviceInfo();
  964. console.log(deviceInfo);
  965. var setcommand = '';
  966. if (deviceInfo.device_type == 'FMBMS' || deviceInfo.device_type == 'FMYWJT') {
  967. setcommand = '0xCE';
  968. } else {
  969. setcommand = '32_29';
  970. }
  971. const pData = {
  972. macid: deviceInfo.mac_id,
  973. name: setcommand,
  974. value: '1'
  975. };
  976. const that = this
  977. http.postApi(config.API_BMS_SET, pData, function (resp) {
  978. uni.hideLoading();
  979. if (resp.data.code === 200) {
  980. common.simpleToast(that,that.$t('下发成功'));
  981. } else {
  982. common.simpleToast(that,resp.data.msg);
  983. }
  984. });
  985. } else {
  986. me.setData({
  987. isShowModal: false
  988. });
  989. }
  990. },
  991. fail: (res) => {}
  992. });
  993. },
  994. processBluetoothReceiveData(data, deviceInfo) {
  995. if ('baud' in data) {
  996. common.bluetoothSetBaud(deviceInfo, data.baud, this.baud, bluetooth);
  997. return;
  998. }
  999. if (bluetooth.bluetoothDeviceConfig && data != null) {
  1000. const me = this;
  1001. common.reportBms(deviceInfo.mac_id, data, function (success) {
  1002. me.loadBmsInfo();
  1003. });
  1004. }
  1005. if (!bluetooth.haveBMSForBT(deviceInfo) && data.voltage !== undefined && !data.hasOwnProperty('quantity')) {
  1006. if (bluetooth.isVoltageToEle) {
  1007. common.getQVConfig(deviceInfo.mac_id, function (resp) {
  1008. var hex = resp.data.data.content;
  1009. if (hex != '') {
  1010. bluetooth.voltageToEle(
  1011. deviceInfo.mac_id,
  1012. hex,
  1013. (res) => {},
  1014. (res) => {}
  1015. );
  1016. }
  1017. });
  1018. }
  1019. this.loadQuantityReponse(deviceInfo.mac_id, data.voltage);
  1020. }
  1021. this.setData({
  1022. btInfo: data
  1023. });
  1024. },
  1025. loadUserInfo: function () {
  1026. const userInfo = storage.getUserInfo();
  1027. if (!userInfo) {
  1028. http.postApi(config.API_USER_INFO, {}, (resp) => {
  1029. if (resp.data.code === 200) {
  1030. this.setData({
  1031. userInfo: resp.data.data
  1032. });
  1033. storage.setUserInfo(resp.data.data);
  1034. } else {
  1035. common.simpleToast(this,resp.data.msg);
  1036. }
  1037. });
  1038. } else {
  1039. this.setData({
  1040. userInfo: userInfo
  1041. });
  1042. }
  1043. },
  1044. loadBmsInfo: function () {
  1045. const deviceInfo = storage.getSelectedDeviceInfo();
  1046. if (deviceInfo) {
  1047. //common.loading();
  1048. const me = this;
  1049. http.postApi(
  1050. config.API_BMS_STATE,
  1051. {
  1052. macid: deviceInfo.mac_id
  1053. },
  1054. (resp) => {
  1055. //wx.hideLoading()
  1056. if (resp.data.code === 200) {
  1057. this.setData({
  1058. bms: true,
  1059. bmsInfo: resp.data.data
  1060. });
  1061. if (me.userInfo.type != 'group') {
  1062. if (me.bmsInfo.display_bms - 0 === 0) {
  1063. me.setData({
  1064. display_bms: false
  1065. });
  1066. }
  1067. }
  1068. } else {
  1069. let havebms = bluetooth.haveBMSForBT(deviceInfo);
  1070. this.setData({
  1071. bms: havebms
  1072. });
  1073. }
  1074. }
  1075. );
  1076. }
  1077. },
  1078. bindDevice(event) {
  1079. const userInfo = storage.getUserInfo();
  1080. var that = this;
  1081. if (userInfo) {
  1082. var battery_sn = event.currentTarget.dataset.gid;
  1083. uni.navigateTo({
  1084. url: '/pages/device/device?macid=' + battery_sn
  1085. });
  1086. } else {
  1087. uni.showModal({
  1088. title: '',
  1089. content: that.$t('您还未登录,请先登录'),
  1090. showCancel: true,
  1091. cancelText: that.$t('取消'),
  1092. confirmText: that.$t('确定'),
  1093. success: function (res) {
  1094. if (res.confirm) {
  1095. uni.navigateTo({
  1096. url: '/pages/login/login'
  1097. });
  1098. }
  1099. }
  1100. });
  1101. }
  1102. },
  1103. bindMy() {
  1104. const userInfo = storage.getUserInfo();
  1105. if (userInfo) {
  1106. this.setData({
  1107. isShowLeft: true,
  1108. isDrawerOpen: true
  1109. });
  1110. } else {
  1111. const that = this
  1112. uni.showModal({
  1113. title: '',
  1114. content: that.$t('您还未登录,请先登录'),
  1115. showCancel: true,
  1116. cancelText: that.$t('取消'),
  1117. confirmText: that.$t('确定'),
  1118. success: function (res) {
  1119. if (res.confirm) {
  1120. uni.navigateTo({
  1121. url: '/pages/login/login'
  1122. });
  1123. }
  1124. }
  1125. });
  1126. }
  1127. },
  1128. handleCloseLeft() {
  1129. this.setData({
  1130. isShowLeft: false,
  1131. drawer: true
  1132. });
  1133. var that = this
  1134. // #ifdef APP-PLUS
  1135. setTimeout(function() {
  1136. that.setData({
  1137. isDrawerOpen: false
  1138. })
  1139. }, 300);
  1140. // #endif
  1141. // #ifdef MP-WEIXIN
  1142. that.setData({
  1143. isDrawerOpen: false
  1144. })
  1145. // #endif
  1146. },
  1147. bindToBMS: function () {
  1148. const deviceInfo = storage.getSelectedDeviceInfo();
  1149. uni.navigateTo({
  1150. url:
  1151. '/pages/bms/bms?macid=' +
  1152. deviceInfo.mac_id +
  1153. '&deviceType=' +
  1154. deviceInfo.device_type +
  1155. '&bt_type=' +
  1156. deviceInfo.bt_type +
  1157. '&bms=' +
  1158. deviceInfo.bms +
  1159. '&btid=' +
  1160. deviceInfo.btid +
  1161. '&btkey=' +
  1162. deviceInfo.btkey,
  1163. success: function (res) {},
  1164. fail: function (res) {},
  1165. complete: function (res) {}
  1166. });
  1167. },
  1168. bindLocal: function (e) {
  1169. // const deviceInfo = storage.getSelectedDeviceInfo()
  1170. // console.log(deviceInfo);
  1171. const deviceInfo = this.deviceInfo;
  1172. if (deviceInfo) {
  1173. if (
  1174. this.macid == '' ||
  1175. common.isEmpty(deviceInfo.longitude + '') ||
  1176. deviceInfo.longitude == '-' ||
  1177. common.isEmpty(deviceInfo.latitude + '') ||
  1178. deviceInfo.latitude == '-' ||
  1179. deviceInfo.longitude == 0 ||
  1180. deviceInfo.latitude == 0
  1181. ) {
  1182. common.simpleToast(this,this.$t('该设备暂无位置信息'));
  1183. return;
  1184. }
  1185. let locale = uni.getLocale();
  1186. if (locale === 'zh-Hans' || locale === 'zh') {
  1187. uni.navigateTo({
  1188. url: '/pages/deviceLocal/deviceLocal'
  1189. });
  1190. } else {
  1191. uni.navigateTo({
  1192. url: '/pages/deviceLocalWeb/deviceLocal'+ '?macid=' + this.macid
  1193. });
  1194. }
  1195. }
  1196. },
  1197. bindMarkertasp: function (e) {
  1198. if (e.markerId == 1) {
  1199. this.bindLocal();
  1200. }
  1201. },
  1202. bindAlarm: function () {
  1203. uni.navigateTo({
  1204. url: '/pages/warnList/warnList?macid=' + this.macid,
  1205. success: function (res) {},
  1206. fail: function (res) {},
  1207. complete: function (res) {}
  1208. });
  1209. },
  1210. bindQuit: function () {
  1211. var that = this;
  1212. uni.showModal({
  1213. title: '',
  1214. content: that.$t('确定要注销吗?'),
  1215. showCancel: true,
  1216. cancelText: that.$t('取消'),
  1217. confirmText: that.$t('确定'),
  1218. success: function (res) {
  1219. if (res.confirm) {
  1220. uni.removeStorageSync('api_url')
  1221. that.bluetoothClose();
  1222. uni.clearStorage();
  1223. uni.reLaunch({
  1224. url: '/pages/login/login',
  1225. success: function (res) {},
  1226. fail: function (res) {},
  1227. complete: function (res) {}
  1228. });
  1229. }
  1230. }
  1231. });
  1232. },
  1233. bindCredit: function () {
  1234. uni.navigateTo({
  1235. url: '/pages/credit/credit?macid=' + this.macid,
  1236. success: function (res) {},
  1237. fail: function (res) {},
  1238. complete: function (res) {}
  1239. });
  1240. },
  1241. bindWillExpire: function () {
  1242. uni.navigateTo({
  1243. url: '/pages/willExpire/willExpireDevice',
  1244. success: function (res) {},
  1245. fail: function (res) {},
  1246. complete: function (res) {}
  1247. });
  1248. },
  1249. bindNotice: function () {
  1250. uni.navigateTo({
  1251. url: '/myPages/pages/notice/notice',
  1252. success: function (res) {},
  1253. fail: function (res) {},
  1254. complete: function (res) {}
  1255. });
  1256. },
  1257. bindSetNotice: function () {
  1258. // common.loading();
  1259. // uni.login({
  1260. // success: (res) => {
  1261. // http.postApi(
  1262. // config.API_XCX_SET_NOTICE,
  1263. // {
  1264. // code: res.code,
  1265. // status: !this.noticeStatus
  1266. // },
  1267. // (resp) => {
  1268. // uni.hideLoading();
  1269. // if (resp.data.code === 200) {
  1270. // this.setData({
  1271. // noticeStatus: !this.noticeStatus
  1272. // });
  1273. // } else {
  1274. // common.simpleToast(this,resp.data.msg);
  1275. // }
  1276. // }
  1277. // );
  1278. // }
  1279. // });
  1280. },
  1281. loadIsWillExpireDevice: function () {
  1282. const that = this;
  1283. const pData = {
  1284. size: 1,
  1285. page: 1
  1286. };
  1287. http.postApi(config.API_RENEW_LIST, pData, (resp) => {
  1288. if (resp.data.code === 200) {
  1289. let count = resp.data.data.count;
  1290. let cancelBtnVisiable = resp.data.data.cancelBtnVisiable;
  1291. if (count > 0) {
  1292. var dateBegin = new Date().getTime();
  1293. var getTime = storage.getPopTime();
  1294. var runTime = ((dateBegin - getTime) / 1000).toFixed(0);
  1295. if (runTime > resp.data.data.timer * 60 * 60) {
  1296. storage.setPopTime(dateBegin);
  1297. const me = this;
  1298. const msg = me.$t('您有') + count + me.$t('台设备需要续费');
  1299. uni.showModal({
  1300. title: me.$t('提示'),
  1301. content: msg,
  1302. showCancel: cancelBtnVisiable,
  1303. cancelText: me.$t('取消'),
  1304. confirmText: me.$t('前往处理'),
  1305. success: function (res) {
  1306. console.log(res);
  1307. if (res.confirm) {
  1308. uni.navigateTo({
  1309. url: '/pages/willExpire/willExpireDevice',
  1310. success: function (res) {},
  1311. fail: function (res) {},
  1312. complete: function (res) {}
  1313. });
  1314. }
  1315. },
  1316. fail: function (res) {},
  1317. complete: function (res) {}
  1318. });
  1319. }
  1320. }
  1321. }
  1322. });
  1323. },
  1324. bindMileage() {
  1325. if (this.macid == '') {
  1326. return;
  1327. }
  1328. uni.navigateTo({
  1329. url: '/myPages/pages/mileage/mileage?macid=' + this.macid,
  1330. success: function (res) {},
  1331. fail: function (res) {},
  1332. complete: function (res) {}
  1333. });
  1334. },
  1335. bindSmsAlarm() {
  1336. uni.navigateTo({
  1337. url: '/pages/smsAlarm/smsAlarm',
  1338. success: function (res) {},
  1339. fail: function (res) {},
  1340. complete: function (res) {}
  1341. });
  1342. },
  1343. loadGetCoin() {
  1344. const me = this;
  1345. http.postApi(config.API_GET_COIN, {}, function (resp) {
  1346. if (resp.data.code === 200) {
  1347. me.setData({
  1348. coin: resp.data.data.coin
  1349. });
  1350. }
  1351. });
  1352. }
  1353. }
  1354. };
  1355. </script>
  1356. <style>
  1357. @import './home.css';
  1358. </style>