From eb3cf68faee31402822350045ee08f3fea28cd5c Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 26 四月 2024 11:02:49 +0800 Subject: [PATCH] 资源购买页去除已购买资源 --- 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