control.vue 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  1. <template>
  2. <view class="container-view-contril">
  3. <scroll-view class="scroll-view flex-row" scroll-x="true">
  4. <view @tap="tapOpen" v-for="(item,index) of contrilList" :key="index" :data-item="item" class="contril-item flex-row">
  5. <img class="contril-item-img" :src="item.isTurnOn==0?item.offUrl:item.iconUrl" alt="">
  6. <text >{{item.name}}</text>
  7. </view>
  8. <view class="contril-item flex-row" @tap="toMoreFunctionSet">
  9. <img class="contril-item-img" src="https://qiniu.bms16.com/Ft3pNyStT22LP8Ds1Mru2LoTHadx" alt="">
  10. <text>{{$t("更多功能")}}</text>
  11. </view>
  12. </scroll-view>
  13. <view class="flex-row power-view">
  14. <view class="power-on-off flex-row" >
  15. <view :style="sliderStyle" @touchstart="touchStart" @touchmove="touchMove" @touchend="touchEnd" class="power-on-btn"><image style="width: 52rpx;height: 52rpx;" src="https://qiniu.bms16.com/Fkovrpq1bexe-Unal_VJREbLUhdu" mode=""></image></view>
  16. <view class="power-on-text" >滑动启动</view>
  17. </view>
  18. <!-- <custom-switch :defaultPosition="'right'" :width="'400rpx'"
  19. :height="'96rpx'" v-model="switchValue" :fetchData="loadData"></custom-switch> -->
  20. <view @tap="navToInputPages" class="car-change-battery flex-row">
  21. <view class="car-change-btn"><image style="width: 80rpx;height: 80rpx;" src="https://qiniu.bms16.com/FgvnT-msLbL5RHjl6fvNlM0kab5N" mode=""></image></view>
  22. <view class="car-change-text">车辆换电</view>
  23. </view>
  24. </view>
  25. <view v-if="popupControlShow" class="show-modal">
  26. <view class="modal-info">
  27. <view class="popup-title">{{($t(popText)==$t('开机'))?$t('开启车辆'):($t(popText)==$t('关机')?$t('关闭车辆'):$t(popText))}}</view>
  28. <view class="popup-content">{{$t("您确认")+(($t(popText)==$t('开机'))?$t('开启车辆'):($t(popText)==$t('关机')?$t('关闭车辆'):$t(popText)))+$t("吗")}}</view>
  29. <view class="flex-row modal-footer">
  30. <view class="show-btn cencel-btn-pop" @tap="closePopup">{{$t("取消")}}</view>
  31. <view class="show-btn ok-btn-pop" @tap="tapBlueToothCmd">{{$t("确定")}}</view>
  32. </view>
  33. </view>
  34. </view>
  35. <!-- <u-popup v-model="popupControlShow" mode="center" border-radius="30" height="30%" length="60%">
  36. <view class="popup-title">开启车辆</view>
  37. <view class="popup-content">确定打开</view>
  38. <view class="flex-row">
  39. <view class="sure-btn cencel-btn" @tap="closePopup">取消</view>
  40. <view class="sure-btn ok-btn" >确定</view>
  41. </view>
  42. </u-popup> -->
  43. <!-- <view v-if="isShowMore" class="show-more">
  44. <view class="more-info">
  45. <view class="flex-row flex-between model-title">
  46. <view>{{$t("更多功能")}}</view>
  47. <view>
  48. <image style="width: 32rpx;height: 32rpx;" @tap="isShowMore = false"
  49. src="https://qiniu.bms16.com/FtoTEHOJiUf_gjPCJGGHMsAtHI5M" />
  50. </view>
  51. </view>
  52. <view style="height: 300rpx;">
  53. <view data-url="test" @tap="navUrl" class="more-item flex-row">
  54. <img class="more-img" src="https://qiniu.bms16.com/FgxiD-W96FGvgyLI_kXUfWVDYLQ9" alt="">
  55. <text>{{$t("胎压")}}</text>
  56. </view>
  57. <view class="more-item flex-row">
  58. <img class="more-img" src="https://qiniu.bms16.com/FgxiD-W96FGvgyLI_kXUfWVDYLQ9" alt="">
  59. <text>{{$t("电池信息")}}</text>
  60. </view>
  61. <view @tap="navCarLocation" class="more-item flex-row">
  62. <img class="more-img" src="https://qiniu.bms16.com/FgxiD-W96FGvgyLI_kXUfWVDYLQ9" alt="">
  63. <text>{{$t("导航")}}</text>
  64. </view>
  65. </view>
  66. <view class="lift-btn-view">
  67. <view class="lift-btn">{{$t("解除绑定")}}</view>
  68. </view>
  69. </view>
  70. </view>
  71. -->
  72. </view>
  73. </template>
  74. <script>
  75. var bluetooth = require('@/common/bluetooth.js');
  76. var config = require('@/common/config.js');
  77. var common = require('@/common/common.js');
  78. var http = require('@/common/http.js');
  79. // import CustomSwitch from '@/component/customSwitch.vue'; // 引入组件
  80. import controlMixin from '@/mixin/index';
  81. import i18n from '@/locale/index.js'
  82. import {
  83. getFunctionTag,
  84. setFunctionTag
  85. } from '@/common/storage.js';
  86. export default {
  87. mixins: [controlMixin],
  88. props:{
  89. contrilList: {
  90. type: Array,
  91. default: () => []
  92. },
  93. online: {
  94. type: Boolean,
  95. default: false
  96. },
  97. },
  98. data() {
  99. return {
  100. // popText:'',
  101. // popupControlShow:false,
  102. // controlType:null,//选择的车辆控制
  103. switchValue: false,
  104. isShowMore:false,
  105. car_line:false,
  106. startX: 0, // 滑块开始滑动的初始位置
  107. moveX: 0, // 滑块滑动的距离
  108. unlocked: false, // 是否解锁成功的标志
  109. };
  110. },
  111. computed: {
  112. // 计算滑块的样式
  113. sliderStyle() {
  114. return {
  115. transform: `translateX(${this.moveX}px)`
  116. };
  117. }
  118. },
  119. mounted() {
  120. // this.contrilList = getFunctionTag().activeTag
  121. },
  122. /**
  123. * 组件的方法列表
  124. */
  125. methods: {
  126. tapOpen(e){
  127. const item = e.currentTarget.dataset.item;
  128. this.changClick(item)
  129. },
  130. toMoreFunctionSet() {
  131. uni.navigateTo({
  132. url: '/pages/carFunctionSet/more?online='+this.online
  133. })
  134. },
  135. touchStart(event) {
  136. console.log(event,'test');
  137. this.startX = this.unlocked?this.moveX:event.touches[0].clientX;
  138. },
  139. touchMove(event) {
  140. this.moveX = event.touches[0].clientX - this.startX;
  141. console.log( event.touches[0].clientX,this.startX,'this.moveX');
  142. if (this.moveX < 0) this.moveX = 0;
  143. if (this.moveX > 70 &&!this.unlocked) this.moveX = 135; // 假设滑块最大滑动距离为135px
  144. },
  145. touchEnd() {
  146. console.log(this.moveX,'this.moveX1111');
  147. if (this.moveX >= 135) {
  148. this.unlocked = true;
  149. console.log('解锁成功');
  150. } else {
  151. // this.moveX = 0;
  152. }
  153. }
  154. // tapOpen(e){
  155. // this.carOnline=this.online
  156. // console.log( getFunctionTag().activeTag, getFunctionTag());
  157. // const {name,type} = e.currentTarget.dataset.item;
  158. // this.setData({
  159. // popText:name,
  160. // cmdType:type,
  161. // popupControlShow:true
  162. // })
  163. // },
  164. // tapBlueToothCmd(){
  165. // const car_info= uni.getStorageSync('car_info');
  166. // const me=this
  167. // // 判断车辆是否在线状态 true 在线调用接口 不在线提示连接蓝牙
  168. // if (this.online) {
  169. // if(this.cmdType=='batteryInfo'){
  170. // uni.navigateTo({
  171. // url:`/pages/batteryDetail/batteryDetail`
  172. // })
  173. // }else if(this.cmdType=='navigation'){
  174. // const {
  175. // address,
  176. // latitude,
  177. // longitude,
  178. // car_name
  179. // } =car_info
  180. // uni.openLocation({
  181. // latitude: latitude - 0,
  182. // longitude: longitude - 0,
  183. // scale: 15,
  184. // name: car_name,
  185. // address: address,
  186. // success: function (res) {},
  187. // })
  188. // }else if(this.cmdType=='turnOnOrOff'){
  189. // const switchType=this.contrilList.find(item => item.isTurnOn)
  190. // const pData={
  191. // car_sn:car_info.car_sn,
  192. // switch:switchType
  193. // }
  194. // const me=this
  195. // common.loading();
  196. // http.postApi(config.API_FLK_CAR_SWITCH, pData, (resp) => {
  197. // uni.hideLoading();
  198. // if (resp.data.code === 200) {
  199. // common.simpleToast(me.popText + '成功');
  200. // const activeTag=me.contrilList.map(item=>{
  201. // item.isTurnOn=(item.isTurnOn==1)?0:1
  202. // item.name=i18n.t((item.isTurnOn==1)?'关机':'开机')
  203. // return item
  204. // })
  205. // const tag=getFunctionTag().tag
  206. // setFunctionTag({activeTag,tag})
  207. // } else {
  208. // common.simpleToast(resp.data.msg);
  209. // }
  210. // });
  211. // }else{
  212. // const testArr=[
  213. // {type:'findCar',opt_type:1},
  214. // {type:'openSeatBag',opt_type:0},
  215. // {type:'openTailBox',opt_type:2},
  216. // ]
  217. // const pData = testArr.find(i=>i.type===this.cmdType)
  218. // const me=this
  219. // common.loading();
  220. // http.postApi(config.API_FLK_CAR_REMOTE_CONTROL, pData, (resp) => {
  221. // uni.hideLoading();
  222. // if (resp.data.code === 200) {
  223. // common.simpleToast(me.popText + '成功');
  224. // } else {
  225. // common.simpleToast(resp.data.msg);
  226. // }
  227. // });
  228. // }
  229. // } else {
  230. // //蓝牙是否已经连接 未连接提示去连接 已连接下发对应指令
  231. // const isBluetoothConnect = app.globalData.connectionStateChangeFunc[car_info.car_sn]
  232. // if(isBluetoothConnect){
  233. // const isTurnOn=this.contrilList.find(item => item.isTurnOn).isTurnOn==1
  234. // console.log(isTurnOn,this.cmdType,this.contrilList);
  235. // const bluetoothCommands = {
  236. // 'turnOnOrOff': isTurnOn?bluetooth.turnOnCar:bluetooth.turnOffCar,
  237. // 'findCar': bluetooth.findCarCmd,
  238. // 'openSeatBag': bluetooth.openCarSeat,
  239. // 'openTailBox': bluetooth.openCarTrunk,
  240. // 'tirePressure': bluetooth.getCarPressure
  241. // };
  242. // common.loading();
  243. // const command = bluetoothCommands[this.cmdType];
  244. // if (command) {
  245. // command('900000997', () => {
  246. // uni.hideLoading();
  247. // if(this.cmdType=='openSeatBag'||this.cmdType=='openTailBox'){
  248. // common.simpleToast('操作成功');
  249. // }
  250. // console.log(`发送${this.popText}指令结束`);
  251. // });
  252. // }
  253. // }else{
  254. // uni.showModal({
  255. // title: '提示',
  256. // content: '当前车辆处于离线,是否前往开启蓝牙配对操作车辆?',
  257. // showCancel: true,
  258. // cancelText: '取消',
  259. // confirmText: '确定',
  260. // success: function(res) {
  261. // if (res.confirm) {
  262. // me.$emit('toBluetooth')
  263. // }
  264. // },
  265. // fail: function(res) {},
  266. // complete: function(res) {},
  267. // })
  268. // }
  269. // }
  270. // this.popupControlShow=false
  271. // },
  272. // // closePopup(){
  273. // this.popupControlShow=false
  274. // },
  275. // tapOpenMore(){
  276. // // this.isShowMore=true
  277. // },
  278. // closeMore(){
  279. // this.isShowMore=false
  280. // },
  281. // navUrl(url){
  282. // // ifconsole.log(url,'sj');
  283. // },
  284. // navCarLocation(){
  285. // //前往配置更多功能
  286. // uni.navigateTo({
  287. // url:'/pages/carLocation/carLocation'
  288. // })
  289. // },
  290. }
  291. };
  292. </script>
  293. <style>
  294. @import './control.css';
  295. </style>