图书馆小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

1 lines
866 B

<view class="container data-v-2e9f4b63"><button class="scan-btn data-v-2e9f4b63" type="primary" data-event-opts="{{[['tap',[['scanCode',['$event']]]]]}}" bindtap="__e"> 扫码识别图书 </button><block wx:if="{{bookData.title}}"><view class="book-info data-v-2e9f4b63"><image class="book-cover data-v-2e9f4b63" src="{{bookData.image}}" mode="widthFix"></image><view class="book-title data-v-2e9f4b63">{{bookData.title}}</view><view class="book-desc data-v-2e9f4b63">{{"作者:"+bookData.author}}</view><view class="book-desc data-v-2e9f4b63">{{"出版社:"+bookData.publisher}}</view><view class="book-desc data-v-2e9f4b63">{{"出版日期:"+bookData.pubdate}}</view><view class="book-desc data-v-2e9f4b63">{{"ISBN:"+isbn}}</view></view></block><block wx:else><view class="empty data-v-2e9f4b63"> 请点击按钮扫描图书条形码 </view></block></view>