feat: icon图标处理

This commit is contained in:
2026-03-11 22:56:20 +08:00
parent 239b5886f9
commit e61f6fc596
6 changed files with 10 additions and 4 deletions

View File

@@ -8,14 +8,14 @@
<view class="actions">
<view>
<view class="actions-btn" @click.stop="openMap">
<text class="actions-icon">📞</text>
<uni-icons type="paperplane-filled" size="16" color="#171717" />
</view>
<text class="actions-text">导航</text>
</view>
<view>
<view class="actions-btn" @click.stop="callPhone">
<text class="actions-icon">📞</text>
<uni-icons type="phone-filled" size="16" color="#171717" />
</view>
<text class="actions-text">电话</text>
</view>