From 56b70cdad0a96691eaf37e04a79ef5e92b892480 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期五, 19 四月 2024 11:14:40 +0800 Subject: [PATCH] bug1 --- pages/cart/index.wxml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/cart/index.wxml b/pages/cart/index.wxml index 1a15a72..8d664f4 100644 --- a/pages/cart/index.wxml +++ b/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> -- Gitblit v1.9.1