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
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>
|