feat: icon图标处理
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user