InputIsbn.wxml 1.2 KB

1
  1. <u-popup vue-id="35402190-1" mode="center" border-radius="20" width="85%" value="{{showPopup}}" data-event-opts="{{[['^close',[['closePopup']]],['^open',[['openPopup']]],['^input',[['__set_model',['','showPopup','$event',[]]]]]]}}" bind:close="__e" bind:open="__e" bind:input="__e" bind:__l="__l" vue-slots="{{['default']}}"><view class="popup-content"><view class="popup-title">请输入图书ISBN编码</view><view class="desc-text">请输入不含“-”符号的13位或10位ISBN编码</view><image style="height:200rpx;margin-bottom:20rpx;" src="https://shuhi.oss-cn-qingdao.aliyuncs.com/mini/barcode.png" alt="ISBN Barcode" mode="heightFix"></image><u-input bind:input="__e" class="popup-input" vue-id="{{('35402190-2')+','+('35402190-1')}}" placeholder="在此输入ISBN编码" input-align="center" custom-style="{{$root.a0}}" border="{{true}}" value="{{isbn}}" data-event-opts="{{[['^input',[['__set_model',['','isbn','$event',[]]]]]]}}" bind:__l="__l"></u-input><view class="buttons"><button data-event-opts="{{[['tap',[['cancel',['$event']]]]]}}" bindtap="__e">取消</button><button data-event-opts="{{[['tap',[['submit',['$event']]]]]}}" bindtap="__e">提交</button></view></view></u-popup>