|
@@ -13,7 +13,7 @@
|
|
|
<view class="chat-card-info" style="position: relative; left: 48rpx; top: 0rpx">
|
|
|
<view class="chat-card-info-title" style="width: 373rpx; height: 96rpx; display: block; box-sizing: border-box; left: 0rpx; top: 21rpx">{{goods.name}}</view>
|
|
|
<view class="chat-card-info-price" style="position: relative; left: 0rpx; top: 80rpx; width: 153rpx; height: 59rpx; display: block; box-sizing: border-box">¥{{goods.price}}</view>
|
|
|
- <van-button round size="normal" color="rgba(245, 56, 56, 0.91)" custom-class="chat-card-btn" style="position: relative; left: 186rpx; top: -5rpx; width: 192rpx; height: 96rpx; display: block; box-sizing: border-box">点击购买</van-button>
|
|
|
+ <van-button round size="normal" color="rgba(245, 56, 56, 0.91)" custom-class="chat-card-btn" style="position: relative; left: 186rpx; top: -5rpx; width: 192rpx; height: 96rpx; display: block; box-sizing: border-box" bind:tap="buy">点击购买</van-button>
|
|
|
</view>
|
|
|
</van-cell-group>
|
|
|
<view class="scroll-list" style="position: relative; left: -7rpx; top: 30rpx">
|
|
@@ -44,4 +44,5 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <van-toast id="van-toast" />
|
|
|
</view>
|