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>