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.

activeStatus.wxml 1012B

12345678910111213141516171819202122232425262728
  1. <!--plugin/etc/pages/activeStatus/activeStatus.wxml-->
  2. <view class="col-start">
  3. <image src="/static/etc/signGetAuth/active-success.png" mode="widthFix" style="width: 406rpx;height: 254rpx;margin-top: 144rpx;" />
  4. <view class="title">恭喜您已完成激活!</view>
  5. <view class="msg">ETC已开通成功,您可以安心高速通行</view>
  6. <view class="col-start" style=" margin-top: 32rpx;">
  7. <view class="dev-info-bg col-start">
  8. <view class="dev-item-bg">
  9. <view class="dev-name">通行卡号</view>
  10. {{cardStr}}
  11. </view>
  12. <view style="background-color: #eee;height: 2rpx;width: 100%;"></view>
  13. <view class="dev-item-bg">
  14. <view class="dev-name">设备编号</view>
  15. {{obuStr}}
  16. </view>
  17. </view>
  18. </view>
  19. <button wx:if="{{type == '0'}}" class="normal-btn" plain="true" style=" border: 2rpx solid #279DFD;border-radius: 46rpx;color: #279DFD;" bind:tap="tapSure">完成</button>
  20. <button wx:elif="{{type == '1'}}" class="green-btn" bind:tap="tapSure">完成</button>
  21. </view>