You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <!--plugin/etc/pages/activeDes/activeDes.wxml-->
  2. <!-- <block wx:if="{{type == 0}}">
  3. <view class="col-start">
  4. <view class="row-center" style="margin-top: 116rpx;">
  5. <view class='dian' />
  6. <view style="font-size: 40rpx; color: #E53030;font-weight: 500; margin-left: 20rpx; margin-right: 20rpx;">重要提示</view>
  7. <view class='dian' />
  8. </view>
  9. <view class='col-start info-bg'>
  10. <view>1.激活前必须将ETC设备安装到相应车辆上,确保安装车辆信息与激活后OBU内信息一致后才能正常使用</view>
  11. <view style="margin-top: 24rpx;">2.如因激活的ETC设备未安装到对应车辆上产生的异常扣费,我司不承担任何赔偿责任。</view>
  12. <view style="margin-top: 24rpx;">3.激活时,需要录入您的车牌号和手机号并确保OBU蓝牙和手机蓝牙处于打开状态。</view>
  13. </view>
  14. <image src="/static/etc/signGetAuth/active-des.png" mode="widthFix" style="width: 410rpx;height: 388rpx;margin-top: 26rpx;" />
  15. <button class="next-btn" bind:tap="tapNext">已知悉,下一步</button>
  16. </view>
  17. </block> -->
  18. <block wx:if="{{showType == 1}}">
  19. <view class="bg">
  20. <!-- 新版 2025-0603 -->
  21. <view class="title">
  22. 第一步:固定设备到前挡风玻璃
  23. </view>
  24. <text style="font-size: 26rpx;">将设备粘贴固定到<text style="color: rgb(0, 184, 79);">前挡风玻璃内后视镜右侧,按压10秒</text>,粘牢即可。
  25. </text>
  26. <image src="/static/etc/signGetAuth/tip-zt.png" mode="widthFix" class="tip-img" />
  27. <view class="title" style="margin-top: 60rpx;">
  28. 第二步:同时开启手机蓝牙和ETC蓝牙
  29. </view>
  30. <text class="msg">1.激活前必须确保手机蓝牙和ETC蓝牙已开启;
  31. 2.ETC蓝牙有效连接时长为1分钟,超时蓝牙则会自动关闭,如关闭可再次开启;</text>
  32. <view class="msg-warn">注意:无需手机蓝牙去连接ETC蓝牙,只需打开即可;</view>
  33. <image src="/static/etc/signGetAuth/tip-second.png" mode="widthFix" class="tip-img" />
  34. </view>
  35. <button class="bottom-bg" loading="{{loading}}" bind:tap="tapStar">下一步</button>
  36. </block>
  37. <block wx:elif="{{showType == 2 }}">
  38. <!-- 搜索设备 -->
  39. <view class="col-center" style="margin-top: 200rpx;">
  40. <image src="/static/etc/signGetAuth/search-fail.png" mode="widthFix" style="width: 226rpx;height: 194rpx;" />
  41. <view class='failTitle'>{{searchFailTitle}}</view>
  42. <view class="failMsg">{{searchFailMsg}}</view>
  43. <view class="col-center re-btn" bind:tap="tapStar">重新搜索</view>
  44. </view>
  45. </block>
  46. <pop-device list="{{devList}}" show="{{showPopDevice}}" bind:OnOwner="tapOwner"></pop-device>
  47. <pop-active-fail isShow="{{activeFail}}" name="{{devName}}" obu="{{obuIdStr}}" card="{{cardIdStr}}" failMsg="{{activeFailMsg}}" type="{{type}}" bind:onSure="tapActiveFailSure" />
  48. <loading isShow="{{isLoading}}" text="搜索中..." />