yiming
2024-04-03 f0229b7c6801f6429dec75e208192b61053b8c7d
pages/cart/paymentPage/index.wxml
@@ -15,7 +15,8 @@
    <view class="shoppingCartList">
      <view class="cartList" wx:for="{{productList}}" wx:key="index" wx:for-item="item" wx:for-index="index">
        <view class="imageBox">
          <image src="{{item.paymentIcon }}" mode="aspectFill" />
          <image wx:if="{{item.paymentIcon}}" src="{{item.paymentIcon }}" mode="aspectFill" />
          <image wx:else src="/static/images/default-book-img.png" class="imageStyle" mode="aspectFit" />
        </view>
        <view class="cartListContent">
          <view class="cartListDetails">
@@ -31,16 +32,26 @@
            <view wx:if="{{item.type == 'product'}}" style="width: 386rpx;">
              <view>
              <!-- <view>
                <text class="eBook">电子书</text> <text class="boosName">{{item.orderSaleMethod.product.name}}</text>
              </view> -->
              <view class="boosName">
                <text class="eBook">电子书</text>
                <text> {{item.orderSaleMethod.product.name}}</text>
              </view>
            </view>
            <view wx:if="{{item.type == 'item'}}" style="width: 386rpx;">
              <!--
              <view>
                <text class="cloudLearning">云学习</text> <text class="boosName">{{item.orderSaleMethod.product.name}}</text>
              </view> -->
              <view class="boosName">
                <text class="cloudLearning">云学习</text>
                <text> {{item.orderSaleMethod.product.name}}</text>
              </view>
            </view>