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