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.
15 lines
547 B
15 lines
547 B
<view class="c-minheight wx-view_3ZhLNq" />
|
|
|
|
<text class="c-block 1" >书名:</text>
|
|
<text class="c-block 1" >{{bookname}}</text>
|
|
<text class="c-block 2" >书号:</text>
|
|
<text class="c-block 2" >{{bookid}}</text>
|
|
<text class="c-block 3" >作者:</text>
|
|
<text class="c-block 3" >{{bookauthor}}</text>
|
|
<text class="c-block 4" >库存:</text>
|
|
<text class="c-block 4" >{{booknum}}</text>
|
|
<text class="c-block 5" >分类:</text>
|
|
<text class="c-block 5" >{{booksort}}</text>
|
|
<button class="borrow" bindtap="borrowsubmit">借阅</button>
|
|
|