pages/cart/paymentPage/index.wxml
@@ -50,7 +50,7 @@ <view class="paymentBox"> <view class="residue">待支付:<text class="residueTextBox">¥{{payPrice}}</text></view> <view> <t-button class="buttonBox" shape="round" bind:tap="confirmOrderGet">微信支付</t-button> <t-button class="buttonBox" shape="round" catch:tap="confirmOrderGet">微信支付</t-button> </view> </view> </view>