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.

information-deletion.vue 418B

123456789101112131415161718
  1. <template>
  2. <view class="content">
  3. 如果您是我们的ETC用户,需要删除个人的用户信息、车辆信息、银行卡信息和邮寄信息等,请通过联系在线客服 4008 0087 87 进行处理
  4. </view>
  5. </template>
  6. <script>
  7. </script>
  8. <style lang="scss" scoped>
  9. .content {
  10. padding: 98rpx 50rpx 0rpx 50rpx;
  11. font-size: 28rpx;
  12. font-weight: 400;
  13. color: #333333;
  14. line-height: 40px;
  15. }
  16. </style>