|
|
@ -22,8 +22,7 @@ |
|
|
|
<text class="menu-text">{{ item.text }}</text> |
|
|
|
<u-icon name="arrow-right" color="#bbb" size="22"></u-icon> |
|
|
|
</view> |
|
|
|
<view class="btn" @click="handleLogout">退出登录</view> |
|
|
|
|
|
|
|
<view class="btn" @click="handleLogout">退出登录</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</template> |
|
|
@ -56,7 +55,6 @@ export default { |
|
|
|
// url: "/pagesA/mine/changePwd", |
|
|
|
// }, |
|
|
|
], |
|
|
|
|
|
|
|
}; |
|
|
|
}, |
|
|
|
onLoad() { |
|
|
@ -108,13 +106,17 @@ export default { |
|
|
|
rgba(19, 194, 194, 1) 3.03%, |
|
|
|
rgba(70, 219, 213, 1) 96.43% |
|
|
|
); |
|
|
|
color: rgba(255, 255, 255, 1); |
|
|
|
color: #fff; |
|
|
|
font-size: 34rpx; |
|
|
|
text-align: center; |
|
|
|
margin: auto; |
|
|
|
margin-top: 40rpx; |
|
|
|
position: fixed; |
|
|
|
bottom: -100rpx; |
|
|
|
left: 0; |
|
|
|
right: 0; |
|
|
|
// top: 200rpx; |
|
|
|
bottom: 60rpx; |
|
|
|
margin-left: auto; |
|
|
|
margin-right: auto; |
|
|
|
margin-top: 0; |
|
|
|
} |
|
|
|
.mine-content { |
|
|
|
min-height: 100vh; |
|
|
|