From 2a64e65874ddc2cbc83418e27930c34305d564ef Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 16 四月 2024 18:23:17 +0800 Subject: [PATCH] 答题卡选中项添加,详情页bug修改 --- 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