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