更换电话图标

This commit is contained in:
WindowBird 2025-11-12 15:42:56 +08:00
parent 548878fb70
commit 7e77640d82
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@
<text class="action-text">任务</text>
</view>
<view class="action-item" @click.stop="handleCall(customer)">
<text class="action-icon">📞</text>
<text class="action-icon"></text>
<text class="action-text">电话</text>
</view>
<view class="action-item" @click.stop="handleMore(customer)">

View File

@ -112,7 +112,7 @@
<text class="action-text">新建任务</text>
</view>
<view class="action-btn" @click="handleCall">
<text class="action-icon"></text>
<text class="action-icon"></text>
<text class="action-text">拨打电话</text>
</view>
<view class="action-btn" @click="handleMore">