consumer模块完成度95%,实现数据库多端注册登录,优化安卓端小程序bug
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
<view class="settings-page">
|
||||
<!-- 顶部栏 -->
|
||||
<!--<view class="settings-header" :style="{ paddingTop: statusBarHeight + 'px' }">
|
||||
<text class="back-btn" @click="goBack">‹</text>
|
||||
<text class="back-btn" @click="goBack">❮</text>
|
||||
<text class="header-title">设置</text>
|
||||
</view>-->
|
||||
|
||||
<scroll-view class="settings-content" scroll-y>
|
||||
<scroll-view class="settings-content" direction="vertical">
|
||||
<!-- 账户设置 -->
|
||||
<view class="settings-section">
|
||||
<text class="section-title">账户设置</text>
|
||||
@@ -714,6 +714,7 @@ const deleteAccount = () => {
|
||||
.settings-page {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
@@ -722,6 +723,7 @@ const deleteAccount = () => {
|
||||
background-color: #ffffff;
|
||||
padding: 15px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
}
|
||||
@@ -741,6 +743,8 @@ const deleteAccount = () => {
|
||||
|
||||
.settings-content {
|
||||
flex: 1;
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.settings-section {
|
||||
|
||||
Reference in New Issue
Block a user