ys1
litian
2024-04-03 e3fe8b0782e38f760df9b09a52b09d4282e3fa66
packagePersonal/pages/downloads/index.wxml
@@ -10,7 +10,7 @@
        <view class="item-con" data-book="{{item}}" bindtap="goBookDetails">
          <view class="icon">
            <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 />
            <image class="img" src="/static/images/default-book-img.png" mode="aspectFit" wx:else />
          </view>
          <view class="titleBox">
            <view class="item-title">{{item.name}}</view>