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.
12 lines
472 B
12 lines
472 B
6 years ago
|
|
||
|
<view class="c-minheight wx-view_3ZhLNq" />
|
||
|
<text class="c-block 1" >姓名:</text>
|
||
|
<text class="c-block 1" >{{sname}}</text>
|
||
|
<text class="c-block 2" >学号:</text>
|
||
|
<text class="c-block 2" >{{sid}}</text>
|
||
|
<text class="c-block 3" >书号:</text>
|
||
|
<text class="c-block 3" >{{bookid}}</text>
|
||
|
<text class="c-block 4" >书名:</text>
|
||
|
<text class="c-block 4" >{{bookname}}</text>
|
||
|
<text class="c-block 5" >库存:</text>
|
||
|
<text class="c-block 5" >{{booknum}}</text>
|