yiming
2024-04-16 cb15c57d0ff984f5a100cf25d560fb0a69c00984
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>