Browse Source

feat: 设置页面;

pull/1/head
Fox-33 1 month ago
parent
commit
4880d02834
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      pages_order/mine/setting.vue

+ 2
- 2
pages_order/mine/setting.vue View File

@ -10,7 +10,7 @@
</view>
<!-- todo: check is logined -->
<button plain class="btn-logout" @click="onLogout"></button>
<button plain class="btn-logout" @click="onLogout">退出登录</button>
</view>
<configPopup ref="popup"></configPopup>
@ -33,7 +33,7 @@
<style scoped lang="scss">
.page {
background-color: $uni-fg-color;
background-color: $uni-bg-color;
position: relative;
width: 100vw;
height: 100vh;


Loading…
Cancel
Save