Files
陈子默 9605384edc feat: 搭建微信小程序展示端
- 初始化小程序工程配置与类型声明

- 增加首页、律所、律师列表、详情与历史页面

- 补充公共组件、运行时配置与示例素材
2026-03-20 12:44:31 +08:00

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>