闫增涛
2024-04-26 eb3cf68faee31402822350045ee08f3fea28cd5c
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>