litian
2024-04-03 d44f1c3412aeb61709e58c737279ac2b2f60e018
packagePersonal/pages/downloads/index.wxml
@@ -7,9 +7,10 @@
    </view>
    <view class="pageInfo" wx:if="{{list.length > 0 && !skeletonLoding}}">
      <view class="content-item" wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index">
        <view class="item-con" data-info="{{item}}" bindtap="toList">
        <view class="item-con" data-book="{{item}}" bindtap="goBookDetails">
          <view class="icon">
            <t-image src="{{item.product.icon}}" mode="aspectFill" class="img" />
            <t-image src="{{item.product.icon}}" mode="aspectFill" class="img" wx:if="{{item.product.icon}}" />
            <image class="purchasedIcon" src="/static/images/default-book-img.png" mode="aspectFit" wx:else />
          </view>
          <view class="titleBox">
            <view class="item-title">{{item.name}}</view>