15 lines
465 B
Plaintext
15 lines
465 B
Plaintext
<view class="action-dock">
|
|
<view class="action-item" data-action="save" bindtap="handleAction">
|
|
<text class="icon">存</text>
|
|
<text>收下名片</text>
|
|
</view>
|
|
<button class="action-item action-btn" open-type="share">
|
|
<text class="icon">享</text>
|
|
<text>分享名片</text>
|
|
</button>
|
|
<view class="action-item" data-action="location" bindtap="handleAction">
|
|
<text class="icon">导</text>
|
|
<text>律所导航</text>
|
|
</view>
|
|
</view>
|