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.
17 lines
500 B
17 lines
500 B
1 month ago
|
<view class="page">
|
||
|
<view class="container">
|
||
|
<image class="icon" src="/images/icon24.png"></image>
|
||
|
<view class="content">
|
||
|
请注意,注销后您在本平台存储的
|
||
|
<view></view>
|
||
|
全部信息将被删除包括
|
||
|
<view></view>
|
||
|
基础信息、诊疗进展、健康档案等数据
|
||
|
<view></view>
|
||
|
请您谨慎操作
|
||
|
</view>
|
||
|
<view class="btn1" bind:tap="handleLoginOut">确认注销</view>
|
||
|
<view class="btn2">取消</view>
|
||
|
</view>
|
||
|
</view>
|