| 1 |
- <view class="scan-book-list"><view class="tip-text">套装书(相同ISBN相同的系列书籍)只需扫描其中一本,扫描价即套装价;需用户将整个套装全部寄出,缺册不予回收。</view><view class="book-list"><block wx:for="{{bookList}}" wx:for-item="book" wx:for-index="index" wx:key="isbn"><book-item vue-id="{{'61a75980-1-'+index}}" book="{{book}}" data-event-opts="{{[['^delete',[['handleDeleteBook']]],['^quantityChange',[['handleQuantityChange']]]]}}" bind:delete="__e" bind:quantityChange="__e" bind:__l="__l"></book-item></block></view><view class="link-wrap flex-a"><text data-event-opts="{{[['tap',[['goToScannedBooks',['$event']]]]]}}" class="link-btn flex-1" bindtap="__e">扫过的书 ></text><text data-event-opts="{{[['tap',[['goToRules',['$event']]]]]}}" class="link-btn flex-1" bindtap="__e">卖书规则 ></text></view></view>
|