sylte:flx

This commit is contained in:
2025-01-03 18:48:11 +08:00
parent bec8d97242
commit 10e2126f71
4 changed files with 51 additions and 23 deletions
+1 -12
View File
@@ -36,17 +36,6 @@
<view class="arrow"></view>
</view>
<!-- 押金 -->
<view class="function-item" @click="navigateTo('/pages/deposit/index')">
<view class="item-left">
<view class="icon-wrap deposit">
<view class="icon-placeholder"></view>
</view>
<text class="title">押金管理</text>
</view>
<view class="arrow"></view>
</view>
<!-- 投诉建议 -->
<view class="function-item" @click="navigateTo('/pages/feedback/index')">
<view class="item-left">
@@ -99,7 +88,7 @@ export default {
<style lang="scss" scoped>
.my-container {
min-height: 100vh;
min-height: 87.5vh;
background: #f8f8f8;
padding-bottom: 40rpx;