feat:base64字体格式
This commit is contained in:
@@ -12,12 +12,14 @@
|
||||
key="{{index}}"
|
||||
word="{{item.word}}"
|
||||
color="{{item.color}}"
|
||||
bind:onClickColor="onClickColor"
|
||||
bind:onDelete="deleteWordCard" />
|
||||
<word-card
|
||||
wx:if="{{cardList[index + 1]}}"
|
||||
key="{{index + 1}}"
|
||||
word="{{cardList[index + 1].word}}"
|
||||
color="{{cardList[index + 1].color}}"
|
||||
bind:onClickColor="onClickColor"
|
||||
bind:onDelete="deleteWordCard" />
|
||||
</view>
|
||||
</block>
|
||||
@@ -36,10 +38,14 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="empty"></view>
|
||||
<van-popup show="{{ showPopup }}" bind:close="onClosePopup">
|
||||
内容Joey
|
||||
</van-popup>
|
||||
</view>
|
||||
<view class="btn-area">
|
||||
<view class="btn btn-green" bindtap="exportToPrint">
|
||||
<van-icon class-prefix="j-icon" name="download" size="44rpx" />
|
||||
<!-- <icon name="download" size="44rpx" /> -->
|
||||
<text class="btn-text">下载打印</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user