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

16 lines
407 B

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