feat: 优化名片分享海报与详情交互
- 为律师详情页增加分享海报生成与分享封面图 - 新增律所简介入口并调整个人简介为页面整体滚动
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
<view class="action-dock">
|
||||
<view class="action-item" data-action="home" bindtap="handleAction">
|
||||
<text class="icon">所</text>
|
||||
<text>律所简介</text>
|
||||
</view>
|
||||
<view class="action-item" data-action="location" bindtap="handleAction">
|
||||
<text class="icon">导</text>
|
||||
<text>律所导航</text>
|
||||
</view>
|
||||
<view class="action-item" data-action="save" bindtap="handleAction">
|
||||
<text class="icon">存</text>
|
||||
<text>收下名片</text>
|
||||
@@ -7,8 +15,4 @@
|
||||
<text class="icon">享</text>
|
||||
<text>分享名片</text>
|
||||
</button>
|
||||
<view class="action-item" data-action="location" bindtap="handleAction">
|
||||
<text class="icon">导</text>
|
||||
<text>律所导航</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user