|
@@ -51,13 +51,15 @@
|
|
|
<view class="goods">
|
|
|
<view class="MiSans-Semibold default-text-color" style="font-size: 30rpx; margin-bottom: 30rpx;">积分兑换</view>
|
|
|
<view class="goods-box">
|
|
|
- <view class="goods-box-item list-item-bgc default-border" v-for="(item,index) in goodsList" :key="index" @tap.stop="handleClickGoods">
|
|
|
+ <view class="goods-box-item list-item-bgc" v-for="(item,index) in goodsList" :key="index" @tap.stop="handleClickGoods">
|
|
|
<image :src="item.url" class="goods-box-item-img" mode="widthFix"></image>
|
|
|
- <view class="goods-box-item-name">{{ item.name }}</view>
|
|
|
- <view style="padding: 0 30rpx 20rpx 30rpx;">
|
|
|
- <text class="MiSans-Normal color-666" style="font-size: 24rpx">消费积分</text>
|
|
|
- <text class="goods-box-item-price">{{ item.point }}</text>
|
|
|
- </view>
|
|
|
+ <view class="default-border" style="border-radius: 0 0 20rpx 20rpx; border-top: none;">
|
|
|
+ <view class="goods-box-item-name">{{ item.name }}</view>
|
|
|
+ <view style="padding: 0 30rpx 20rpx 30rpx;">
|
|
|
+ <text class="MiSans-Normal color-666" style="font-size: 24rpx">消费积分</text>
|
|
|
+ <text class="goods-box-item-price">{{ item.point }}</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -319,7 +321,7 @@ function handleTo (page) {
|
|
|
box-sizing: border-box;
|
|
|
border-radius: 20rpx;
|
|
|
&-img {
|
|
|
- width: 305rpx;
|
|
|
+ width: 100%;
|
|
|
height: 305rpx;
|
|
|
display: block;
|
|
|
margin: auto;
|