feat: enable and refactor more service

- uncomment and restore MineSetting in DrawerSection
- replace uni-ui popup and icons with Vant components in MoreService
- switch to project's custom event emitter instead of uni global events
- add VanIcons type definitions in components.d.ts
- rework popup state management with reactive show ref for MoreService
This commit is contained in:
DEV_DSW
2026-05-27 09:48:37 +08:00
parent e2e5a750fb
commit 0d46ac0e2c
4 changed files with 15 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
<span class="title">我的</span>
</div>
<!-- <MineSetting ref="mineSettingRef" @close="close" /> -->
<MineSetting ref="mineSettingRef" @close="close" />
</div>
</van-popup>
</template>