index.vue 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  1. <template>
  2. <view class="tabbar-wrap">
  3. <view class="tabbar">
  4. <view v-for="(item, index) in tabs" :key="index" class="tab-item" @tap="routerPush(item.url)">
  5. <image :src="curtTab === item.name ? item.activeIcon : item.icon" class="tab-icon"></image>
  6. <text :class="['base-text', curtTab === item.name && 'checked']">{{ item.label }}</text>
  7. </view>
  8. <view v-if="!isScanCondeRentalCar" class="center-entrance" @tap="navToInputPage">
  9. <image src="https://qiniu.bms16.com/Fm_kDVr1TIeIbbBW6-5bz0r-cECO"
  10. style="width: 122rpx; height: 122rpx;"></image>
  11. <!-- <img src="https://qiniu.bms16.com/FhCHLz8rQJ5mpJ6nUA4RbKiVkUOo" style="width: 120rpx; height: 24rpx;"/> -->
  12. </view>
  13. <view v-else class="center-entrance" @tap="navToInputPage">
  14. <!-- <img src="https://qiniu.bms16.com/FqcCjRjhzHFUkZj76SMHNXCZHwb3" style="width: 122rpx; height: 122rpx;margin-bottom: 14rpx;"/> -->
  15. <image src="https://qiniu.bms16.com/FqcCjRjhzHFUkZj76SMHNXCZHwb3"
  16. style="width: 122rpx; height: 122rpx;margin-bottom: 14rpx;"></image>
  17. <view class="scan-text">扫一扫</view>
  18. </view>
  19. </view>
  20. </view>
  21. </template>
  22. <script>
  23. var app = getApp();
  24. const storage = require('@/common/storage.js');
  25. const http = require('@/common/http.js');
  26. const config = require('@/common/config.js');
  27. const common = require('@/common/common.js');
  28. const appWhiteListFilter = require('@/common/appWhiteListFilter.js');
  29. export default {
  30. props: {
  31. curtTab: {
  32. type: String,
  33. default: 'home'
  34. }
  35. },
  36. data() {
  37. return {
  38. selectedTab: uni.getStorageSync('selectedIndex') || 0,
  39. tabs: [{
  40. label: '设备',
  41. name: 'home',
  42. url: '/pages/index/index',
  43. icon: '/static/resource/images/home_i.png',
  44. activeIcon: '/static/resource/images/home_s.png',
  45. },
  46. {
  47. label: '服务',
  48. name: 'service',
  49. url: '/pages/service/service',
  50. icon: '/static/resource/images/service_i.png',
  51. activeIcon: '/static/resource/images/service_s.png',
  52. },
  53. {
  54. label: '活动',
  55. name: 'active',
  56. url: '/pages/activity/activity',
  57. icon: '/static/resource/images/active_i.png',
  58. activeIcon: '/static/resource/images/active_s.png',
  59. },
  60. {
  61. label: '我的',
  62. name: 'my',
  63. url: '/pages/my/my',
  64. icon: '/static/resource/images/my_i.png',
  65. activeIcon: '/static/resource/images/my_s.png',
  66. },
  67. ],
  68. userInfo: {
  69. is_auth: 0,
  70. status: 0
  71. },
  72. // accountInfo: uni.getAccountInfoSync(),
  73. plate_number: '',
  74. isScanCondeRentalCar: false,
  75. };
  76. },
  77. // created: function () {
  78. // if (appWhiteListFilter.isScanCondeRentalCar()) {
  79. // this.setData({
  80. // isScanCondeRentalCar: true
  81. // })
  82. // }
  83. // },
  84. mounted() {
  85. console.log(uni.getSystemInfoSync().safeArea)
  86. },
  87. methods: {
  88. routerPush(url) {
  89. // uni.setStorageSync('selectedIndex', data.index);
  90. uni.switchTab({
  91. url
  92. });
  93. // uni.navigateTo({ url })
  94. },
  95. async navToInputPage() {
  96. const me = this
  97. if (!this.loadIsLogin()) false
  98. },
  99. loadGeneralQRData(options) {
  100. if (('q' in options) || ('result' in options) && (options.result.indexOf(
  101. "https://zx.uwenya.cc/xcx/s") != -
  102. 1)) {
  103. var url = ''
  104. if ('q' in options) {
  105. url = decodeURIComponent(options.q);
  106. }
  107. if ('result' in options) {
  108. url = options.result
  109. }
  110. var obj = this.getUrlParams(url)
  111. if (('t' in obj) && ('d' in obj)) {
  112. if (obj.t == 1 || obj.t == 2 || obj.t == 5 || obj.t == 4) {
  113. uni.navigateTo({
  114. url: '/pages/cabinetDetail/cabinetDetail?dev_id=' + obj.d + '&type=' +
  115. obj.t,
  116. })
  117. return 101
  118. }
  119. if (obj.t == 10) {
  120. this.navToInputPage(obj.d)
  121. return 106
  122. }
  123. }
  124. }
  125. },
  126. async navToInputPage(car_sn) {
  127. const me = this
  128. const {
  129. userInfo = ''
  130. } = storage.getUserInfoData()
  131. if (userInfo.status - 0 == 2) {
  132. const params = await this._getParams()
  133. // var plate_number = params.carList.length != 0 && params.carList[0].license_plate_number ? params
  134. // .carList[0].license_plate_number : me.plate_number
  135. if (params.carList.length == 0) {
  136. var location = uni.getStorageSync('user_current_location')
  137. me.loadScanCode(location, car_sn)
  138. } else {
  139. if (params.order_status) {
  140. uni.showModal({
  141. title: '提示',
  142. content: '已有正在进行的订单,是否跳转至订单页?',
  143. cancelText: '取消',
  144. confirmText: '确定',
  145. success: function(res) {
  146. if (res.confirm) {
  147. uni.navigateTo({
  148. url: '/pages/orderStatus/orderStatus'
  149. });
  150. }
  151. }
  152. })
  153. }
  154. }
  155. }
  156. },
  157. loadScanCode(location, battery_sn) {
  158. const pData = {
  159. longitude: location.longitude,
  160. latitude: location.latitude,
  161. battery_sn: battery_sn
  162. }
  163. const me = this
  164. http.postApi(config.API_FLK_CAR_DETAIL, pData, (resp) => {
  165. uni.hideLoading()
  166. if (resp.data.code === 200) {
  167. if (resp.data.data.online === 0 || isOffline) {
  168. common.simpleToast('此车辆已离线,请选择其他车辆')
  169. } else {
  170. if (resp.data.data.is_mine) {
  171. //直接切换当前扫码的车辆
  172. uni.setStorageSync('car_info', resp.data.data);
  173. me.$emit('changCar',resp.data.data)
  174. return
  175. } else {
  176. common.simpleToast('此车辆正在被使用!')
  177. return
  178. }
  179. }
  180. } else {
  181. common.simpleToast(resp.data.msg)
  182. }
  183. })
  184. },
  185. _getParams() {
  186. return new Promise((reslove, reject) => {
  187. http.postApi(config.API_FLK_CAR_DEVICE_LIST, {}, res => {
  188. const {
  189. data = []
  190. } = res.data.data
  191. const obj = {
  192. carList: data,
  193. order_status: data.length ? data[0].hire_order_status : 0,
  194. }
  195. reslove(obj)
  196. })
  197. })
  198. },
  199. getUrlParams(url) {
  200. // 通过 ? 分割获取后面的参数字符串
  201. let urlStr = url.split('?')[1]
  202. // 创建空对象存储参数
  203. let obj = {};
  204. // 再通过 & 将每一个参数单独分割出来
  205. let paramsArr = urlStr.split('&')
  206. for (let i = 0, len = paramsArr.length; i < len; i++) {
  207. // 再通过 = 将每一个参数分割为 key:value 的形式
  208. let arr = paramsArr[i].split('=')
  209. obj[arr[0]] = arr[1];
  210. }
  211. return obj
  212. },
  213. async loadIsLogin() {
  214. const user_token = storage.getUserToken()
  215. if (!user_token) {
  216. let res = await uni.showModal({
  217. title: '提示',
  218. content: '您还未登录,请先登录',
  219. showCancel: true,
  220. cancelText: '取消',
  221. confirmText: '确定',
  222. })
  223. if (res[1].confirm) {
  224. uni.navigateTo({
  225. url: '/pages/loginRegister/login',
  226. })
  227. }
  228. return false
  229. } else {
  230. return true
  231. }
  232. },
  233. }
  234. };
  235. </script>
  236. <style scoped>
  237. .tabbar-wrap {
  238. position: fixed;
  239. bottom: 0;
  240. left: 0;
  241. right: 0;
  242. /* border-bottom: env(safe-area-inset-bottom) solid #fff; */
  243. z-index: 9999;
  244. /* #ifdef APP */
  245. /* 兼容 iOS < 11.2 */
  246. padding-bottom: constant(safe-area-inset-bottom);
  247. /* 兼容 iOS >= 11.2 */
  248. padding-bottom: env(safe-area-inset-bottom);
  249. /* #endif */
  250. }
  251. .tabbar {
  252. height: 140rpx;
  253. width: 100%;
  254. /* background: url('https://qiniu.bms16.com/FiYy2ZOV_hGSJx32YAQSLZSbAOFq') no-repeat; */
  255. /* background: url('https://qiniu.bms16.com/Fk8jEU5-RbARagKDYZy0tKWErKNF') no-repeat; */
  256. background-size: 100%;
  257. display: flex;
  258. justify-content: space-between;
  259. align-items: center;
  260. position: relative;
  261. bottom: 0;
  262. background-color: #fff;
  263. padding: 0 50rpx;
  264. }
  265. .tab-item {}
  266. .tab-item:nth-child(2) {
  267. margin-right: 20%;
  268. }
  269. .tab-icon {
  270. width: 48rpx;
  271. height: 48rpx;
  272. display: block;
  273. margin: auto;
  274. }
  275. .center-entrance {
  276. position: absolute;
  277. left: 50%;
  278. transform: translateX(-50%);
  279. bottom: 34rpx;
  280. display: flex;
  281. flex-direction: column;
  282. border-radius: 50%;
  283. border: 10rpx solid #fff;
  284. }
  285. .scan-text {
  286. font-size: 10px;
  287. text-align: center;
  288. color: #828DA2;
  289. font-weight: 600;
  290. }
  291. .base-text {
  292. font-family: PingFangSC, PingFang SC;
  293. font-weight: 500;
  294. font-size: 22rpx;
  295. color: #9EA9BB;
  296. line-height: 20rpx;
  297. text-align: center;
  298. font-style: normal;
  299. }
  300. .checked {
  301. color: #060809;
  302. }
  303. </style>