feat: 添加自定义iconfont

This commit is contained in:
2025-06-04 17:45:32 +08:00
parent 82c55fece3
commit a12107da40
21 changed files with 3463 additions and 52 deletions
+4 -6
View File
@@ -38,10 +38,8 @@
<view class="empty"></view>
</view>
<view class="btn-area">
<button
class="btn btn-primary"
bindtap="onPrint"
wx:if="{{cardList.length > 0}}">
打印
</button>
<view class="btn btn-green" bindtap="onPrint">
<van-icon class-prefix="j-icon" name="wechat" size="44rpx" />
<text class="btn-text">打印</text>
</view>
</view>