图书馆小程序
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.

0 lines
618 B

2 weeks ago
  1. <view data-event-opts="{{[['tap',[['$emit',['click']]]]]}}" class="item-container data-v-74bd5b84" bindtap="__e"><view class="item-box data-v-74bd5b84"><view class="item-box-left data-v-74bd5b84"><image class="img-item data-v-74bd5b84" src="{{data.imgCover}}" mode="scaleToFill"></image></view><view class="item-box-right data-v-74bd5b84"><view class="item-title line-clamp-2 data-v-74bd5b84">{{data.title||'暂无标题'}}</view><text class="item-author data-v-74bd5b84">{{data.nickname||'佚名'}}</text><text class="item-publish data-v-74bd5b84">{{data.publish||'暂无出版社数据'}}</text></view></view></view>