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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. <template>
  2. <view class="top-hint">
  3. <view class="txt">
  4. <image :src="`${$imgUrl}common/icon-tips.png`" mode="aspectFill" class="imgs"></image>
  5. <view>
  6. <text>注意事项:</text>
  7. <view class="grey-txt">注销成功后ETC设备不可用,注销过程不可逆,如果有需要,请重新办理ETC。</view>
  8. </view>
  9. </view>
  10. </view>
  11. <view class="have-gradient" style="margin-top: -20rpx;">
  12. <view class="have-gradient-inside">
  13. <view class="title"> 需要准备的材料 </view>
  14. <view class="cailiao">
  15. <view class="list" v-for="(item, index) in person" :key="index">
  16. <view>{{item.name}}</view>
  17. <image class="icon" :src="`${$imgUrl}${item.img}`"
  18. :style="{'--bgimg':`url(${$imgUrl}issuance/bg-border.png)`}">
  19. </image>
  20. </view>
  21. </view>
  22. </view>
  23. </view>
  24. <view class="bg">
  25. <view class="title"> 办理流程 </view>
  26. <view class="dot_wrap">
  27. <view class="dot_wrap_left">
  28. <text class="dot"></text>
  29. <text class="line"></text>
  30. <text class="dot"></text>
  31. <text class="line"></text>
  32. <text class="dot"></text>
  33. <text class="line"></text>
  34. <text class="dot"></text>
  35. <text class="line"></text>
  36. <text class="dot"></text>
  37. <text class="line"></text>
  38. <text class="dot"></text>
  39. <text class="line"></text>
  40. <text class="dot"></text>
  41. </view>
  42. <view class="dot_wrap_right">
  43. <view class="item">
  44. <image :src="`${$imgUrl}issuance/ydy1.png`"></image>
  45. <view class="destion">
  46. <view class="destion1">注销申请</view>
  47. <view class="destion2">辅助说明。</view>
  48. </view>
  49. <image :src="`${$imgUrl}issuance/ydy2.png`"></image>
  50. </view>
  51. <view class="item">
  52. <image :src="`${$imgUrl}issuance/ydy3.png`"></image>
  53. <view class="destion">
  54. <view class="destion1">上传资料</view>
  55. <view class="destion2">辅助说明</view>
  56. </view>
  57. <image :src="`${$imgUrl}issuance/ydy4.png`"></image>
  58. </view>
  59. <view class="item">
  60. <image :src="`${$imgUrl}issuance/ydy5.png`"></image>
  61. <view class="destion">
  62. <view class="destion1">连接设备</view>
  63. <view class="destion2">辅助说明</view>
  64. </view>
  65. </view>
  66. <view class="item">
  67. <image :src="`${$imgUrl}issuance/ydy6.png`"></image>
  68. <view class="destion">
  69. <view class="destion1">支付欠费和违约金</view>
  70. <view class="destion2">根据实际使用和购买产品产生。</view>
  71. </view>
  72. </view>
  73. <view class="item">
  74. <image :src="`${$imgUrl}issuance/ydy9.png`"></image>
  75. <view class="destion">
  76. <view class="destion1">提交资料</view>
  77. <view class="destion2">辅助说明</view>
  78. </view>
  79. </view>
  80. <view class="item" style="margin-bottom: 0;">
  81. <image :src="`${$imgUrl}issuance/ydy7.png`"></image>
  82. <view class="destion">
  83. <view class="destion1">资料审核</view>
  84. <view class="destion2">辅助说明</view>
  85. </view>
  86. <image :src="`${$imgUrl}issuance/ydy8.png`"></image>
  87. </view>
  88. <view class="item" style="margin-bottom: 0;">
  89. <image :src="`${$imgUrl}issuance/ydy7.png`"></image>
  90. <view class="destion">
  91. <view class="destion1">注销完成</view>
  92. <view class="destion2">辅助说明</view>
  93. </view>
  94. <image :src="`${$imgUrl}issuance/ydy8.png`"></image>
  95. </view>
  96. </view>
  97. </view>
  98. </view>
  99. <FixedFooter>
  100. <button type="default" class="ui-btn" style="margin-bottom: 12rpx;" @click="savaHandle()">
  101. 注销申请
  102. </button>
  103. </FixedFooter>
  104. </template>
  105. <script setup lang="ts">
  106. import {navTo} from "@/utils/utils";
  107. import { ref, reactive } from "vue";
  108. import { onLoad, onShow } from "@dcloudio/uni-app";
  109. import FixedFooter from "@/components/common/FixedFooter.vue";
  110. const person = ref([
  111. {'name':"申请人身份证人像面",'img':"issuance/sfz.png"},
  112. {'name':"申请人身份证国徽面",'img':"issuance/sff.png"},
  113. {'name':"委托书",'img':"issuance/weituo.png"},
  114. ])
  115. const state = reactive({
  116. vehicleId: ''
  117. })
  118. onLoad(({vehicleId}) => {
  119. if (vehicleId) {
  120. state.vehicleId = decodeURIComponent(vehicleId)
  121. }
  122. });
  123. const savaHandle = () => {
  124. navTo(`/subpackage/after-sale/ETC-log-off/log-off-confirm?vehicleId=${state.vehicleId}`)
  125. }
  126. </script>
  127. <style lang="scss" scoped>
  128. .bg {
  129. background-color: white;
  130. margin: 20rpx 30rpx 0;
  131. border-radius: 12px;
  132. border: 1px solid #FFFFFF;
  133. padding: 20rpx;
  134. overflow: hidden;
  135. }
  136. .title {
  137. font-weight: 400;
  138. font-size: 30rpx;
  139. color: #01243A;
  140. }
  141. .dot_wrap {
  142. display: flex;
  143. margin: 30rpx 0;
  144. .dot_wrap_left {
  145. display: flex;
  146. flex-direction: column;
  147. align-items: center;
  148. margin-right: 20rpx;
  149. margin-top: 20rpx;
  150. .dot {
  151. width: 24rpx;
  152. height: 24rpx;
  153. background: #01243A;
  154. border-radius: 50%;
  155. }
  156. .line {
  157. height: 126rpx;
  158. background-color: transparent;
  159. border-left: 1px dashed #01243A;
  160. }
  161. }
  162. .dot_wrap_right {
  163. .item {
  164. background: #F7F7F7;
  165. border-radius: 12rpx;
  166. height: 120rpx;
  167. display: flex;
  168. padding: 10rpx 20rpx;
  169. box-sizing: border-box;
  170. width: 600rpx;
  171. margin-bottom: 30rpx;
  172. .destion {
  173. margin: 0 60rpx 0 20rpx;
  174. font-weight: 400;
  175. .destion1 {
  176. font-size: 28rpx;
  177. color: #01243A;
  178. }
  179. .destion2 {
  180. font-size: 22rpx;
  181. color: #999999;
  182. line-height: 50rpx;
  183. }
  184. }
  185. image {
  186. width: 46rpx;
  187. height: 47rpx;
  188. }
  189. }
  190. }
  191. }
  192. .des {
  193. font-weight: 400;
  194. font-size: 28rpx;
  195. color: #01243A;
  196. line-height: 56rpx;
  197. margin-top: 10rpx;
  198. text-indent: 1rem;
  199. }
  200. .cailiao {
  201. width: 100%;
  202. display: flex;
  203. flex-wrap: wrap;
  204. justify-content: space-between;
  205. .list {
  206. width: 48%;
  207. margin-top: 30rpx;
  208. view {
  209. text-align: center;
  210. margin-bottom: 15rpx;
  211. font-size: 28rpx;
  212. color: #01243A;
  213. }
  214. .icon {
  215. width: 100%;
  216. height: 190rpx;
  217. background-image: var(--bgimg);
  218. background-size: 100% 100%;
  219. background-repeat: no-repeat;
  220. }
  221. }
  222. }
  223. .action {
  224. position: absolute;
  225. left: 0;
  226. height: 270rpx;
  227. background-color: #fff;
  228. border-radius: 30rpx 30rpx 0 0;
  229. width: 100vw;
  230. display: flex;
  231. align-items: center;
  232. justify-content: space-evenly;
  233. flex-direction: column;
  234. margin-top: 20rpx;
  235. }
  236. .user-type{
  237. color: #01243A;
  238. margin-top: 24rpx;
  239. .line{
  240. color: #999999;
  241. }
  242. }
  243. </style>