洛阳学员端
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.

15 lines
407 B

3 months ago
  1. <template>
  2. <view class="main">
  3. 账号注销后无法恢复 您的账号注销后 各项信息将被清空且无法恢复请谨慎使用此功能注销申请请发送至邮箱helijun@jaxc.cn我们将在收到您的申请后尽快处理
  4. </view>
  5. </template>
  6. <style scoped lang="scss">
  7. .main {
  8. font-size: 26rpx;
  9. color: #333;
  10. padding: 32rpx 32rpx;
  11. line-height: 30px;
  12. }
  13. </style>