yiming
2024-04-02 b0128497cea9d7ce703e02652a884e250db4de04
pages/cart/index.wxml
@@ -1,10 +1,4 @@
<scroll-view scroll-y="{{true}}" class="outsideContentBox">
<scroll-view scroll-y="{{true}}" class="outsideContentBox" bindscrolltolower="onScrollToLower">
  <view>
@@ -71,7 +65,8 @@
              <t-checkbox icon="rectangle" value=" {{item.id}}" data-item="{{item}}" checked="{{item.checked}}" bindchange="HandelItemChange" />
            </view>
            <view class="left-image">
              <image src="{{item.imgUrl}}" class="imageStyle" mode="aspectFit" />
              <image wx:if="{{item.imgUrl}}" src="{{item.imgUrl}}" class="imageStyle" mode="aspectFit" />
              <image src="/static/images/default-book-img.png" class="imageStyle" mode="aspectFit" />
            </view>
          </view>
        </t-cell>
@@ -84,6 +79,10 @@
    </view>
  </view>
  <t-toast id="t-toast" />
</scroll-view>
  <view class="bottomBox">
    <view class="checkGroupBox">
      <checkbox-group bindchange="bottomChange">
@@ -97,6 +96,3 @@
      </view>
    </view>
  </view>
  <t-toast id="t-toast" />
</scroll-view>