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.

activeAgainStep.wxml 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!-- 设备二次激活 -->
  2. <block wx:if="{{showType == 1}}">
  3. <view class="bg">
  4. <!-- 新版 2025-0603 -->
  5. <view class="title">
  6. 第一步:固定设备到前挡风玻璃
  7. </view>
  8. <text style="font-size: 26rpx;">将设备粘贴固定到<text style="color: rgb(0, 184, 79);">前挡风玻璃内后视镜右侧,按压10秒</text>,粘牢即可。
  9. </text>
  10. <image src="/static/etc/signGetAuth/tip-zt.png" mode="widthFix" class="tip-img" />
  11. <view class="title" style="margin-top: 60rpx;">
  12. 第二步:同时开启手机蓝牙和ETC蓝牙
  13. </view>
  14. <text class="msg">1.激活前必须确保手机蓝牙和ETC蓝牙已开启;
  15. 2.ETC蓝牙有效连接时长为1分钟,超时蓝牙则会自动关闭,如关闭可再次开启;</text>
  16. <view class="msg-warn">注意:无需手机蓝牙去连接ETC蓝牙,只需打开即可;</view>
  17. <image src="/static/etc/signGetAuth/tip-second.png" mode="widthFix" class="tip-img" />
  18. </view>
  19. <button class="bottom-bg" loading="{{loading}}" bind:tap="tapStar">下一步</button>
  20. </block>
  21. <block wx:elif="{{showType == 2 }}">
  22. <!-- 搜索设备 -->
  23. <view class="col-center" style="margin-top: 200rpx;">
  24. <image src="/static/etc/signGetAuth/search-fail.png" mode="widthFix" style="width: 226rpx;height: 194rpx;" />
  25. <view class='failTitle'>{{searchFailTitle}}</view>
  26. <view class="failMsg">{{searchFailMsg}}</view>
  27. <view class="col-center re-btn" bind:tap="tapStar">重新搜索</view>
  28. </view>
  29. </block>
  30. <pop-device list="{{devList}}" show="{{showPopDevice}}" bind:OnOwner="tapOwner"></pop-device>
  31. <pop-active-fail isShow="{{activeFail}}" name="{{devName}}" obu="{{obuIdStr}}" card="{{cardIdStr}}" failMsg="{{activeFailMsg}}" type="{{type}}" bind:onSure="tapActiveFailSure" />
  32. <loading isShow="{{isLoading}}" text="搜索中..." />