123456789101112131415161718 |
- <template>
- <view class="content">
- 如果您是我们的ETC用户,需要导出个人的用户信息、车辆信息、银行卡信息和邮寄信息等,请通过联系客服进行处理并提供您的邮箱,我们会在15个工作日内发送到您的指定邮箱
- </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>
|