feat: 调整为使用统一标题组件

This commit is contained in:
2025-08-02 18:35:24 +08:00
parent 92cbcc2ebe
commit ef413eb872
6 changed files with 17 additions and 77 deletions

View File

@@ -1,7 +1,7 @@
<template>
<view class="module-header mb12">
<text class="module-title">{{ title }}</text>
<image class="underline" src="./images/wave_icon.png" mode="widthFix"/>
<image class="underline" src="./images/wave_icon.png" mode="aspectFill"/>
</view>
</template>