litian
2024-04-17 0b7803920728865e2b7c2178481a3afce7302ce3
pages/cart/index.wxml
@@ -72,7 +72,7 @@
    <view class="settlementBox">
      <view class="totalPrice">总价:<text class="totalPriceText">¥{{totalPrice}}</text></view>
      <view class="buttonBox">
        <t-button class="tButtonBox" size="small" shape="round" bind:tap="goPaymentPage">去结算({{selectedCount}})</t-button>
        <t-button  class="tButtonBox" size="small" shape="round" bind:tap="goPaymentPage"> <view >去结算({{selectedCount}})</view> </t-button>
      </view>
    </view>
  </view>