更新 pages/index/index.wxml
This commit is contained in:
parent
c85118e3ed
commit
420c810215
@ -22,6 +22,13 @@
|
||||
<view class="msg">暂无可用设备</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="paper-size-selector">
|
||||
<picker mode="selector" range="{{paperSizes}}" value="{{paperSizeIndex}}" bindchange="handlePaperSizeChange">
|
||||
<view class="picker">
|
||||
当前选择: {{paperSizes[paperSizeIndex]}}
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
<view class='btns'>
|
||||
<button type="primary" disabled="{{status !== 'connected'}}" bindtap="onPrint">打印</button>
|
||||
<button type="primary" disabled="{{status !== 'connected'}}" bindtap="onPrintBarCode">打印条形码</button>
|
||||
|
Loading…
Reference in New Issue
Block a user