|
|
@@ -16,9 +16,9 @@
|
|
|
<text class="tit">账户</text>
|
|
|
<input class="input" type="text" disabled="true" v-model="userInfo.phone" placeholder-class="placeholder" />
|
|
|
</view>
|
|
|
- <view class="add-btn" @click="confirm">提交</view>
|
|
|
+ <view class="out ooo" @click="cancel">注销账户</view>
|
|
|
<view class="out" @click="toLogout">退出登录</view>
|
|
|
- <!-- <view class="out" @click="cancel">注销账户</view> -->
|
|
|
+ <view class="add-btn" @click="confirm">提交</view>
|
|
|
<uni-popup ref="popup" type="center">
|
|
|
<view class="psw-wrapper">
|
|
|
<view class="psw-title">请输入自己的账户</view>
|
|
|
@@ -161,7 +161,7 @@ export default {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
- margin: 158rpx auto 30rpx;
|
|
|
+ margin: 58rpx auto 30rpx;
|
|
|
width: 560rpx;
|
|
|
height: 80rpx;
|
|
|
background: linear-gradient(0deg, #2E58FF, #32C6FF);
|
|
|
@@ -180,6 +180,9 @@ export default {
|
|
|
border-radius: 40px;
|
|
|
color: #32C6FF;
|
|
|
}
|
|
|
+ .ooo{
|
|
|
+ margin-top: 100rpx;
|
|
|
+ }
|
|
|
.psw-wrapper {
|
|
|
width: 548rpx;
|
|
|
height: 344rpx;
|