|
@@ -18,11 +18,12 @@
|
|
|
</view>
|
|
|
<view>
|
|
|
<view class="product-name">箭冠轮胎285/70R17LT RT-5900 坦克300、长城炮、牧马人 D</view>
|
|
|
- <view class="product-guige"><text>编码:285/70R17LT RT-5900</text> <text>尺寸:17</text></view>
|
|
|
+ <view class="product-guige">285/70R17LT RT-5900</view>
|
|
|
<view class="product-button">
|
|
|
<view class="price-txt">¥<text>325.63</text></view>
|
|
|
<view>
|
|
|
- <u-button :throttle-time="50" @click="chooseProduct(item)" :custom-style="{width:'50rpx'}" size="mini" type="primary" shape="circle"><u-icon name="plus"></u-icon></u-button>
|
|
|
+ <u-button v-if="index!=2" :throttle-time="50" @click="chooseProduct(item)" :custom-style="{width:'50rpx'}" size="mini" type="primary" shape="circle"><u-icon name="plus"></u-icon></u-button>
|
|
|
+ <u-button v-if="index==2" :throttle-time="50" @click="chooseProduct(item)" :custom-style="{width:'50rpx'}" size="mini" type="success" shape="circle"><u-icon name="checkmark"></u-icon></u-button>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -58,7 +59,7 @@
|
|
|
:zIndex="100"
|
|
|
mode="bottom"
|
|
|
border-radius="14"
|
|
|
- height="80%"
|
|
|
+ height="100%"
|
|
|
@open="openRender"
|
|
|
@close="closePopu">
|
|
|
<view :style="{width:screenWidth + 'px'}" @click="clearAction">
|
|
@@ -83,8 +84,8 @@
|
|
|
<view class="back-price">返<text>¥15</text></view>
|
|
|
</view>
|
|
|
<view class="choose-product-item-info">
|
|
|
- <view class="ellipsis-two choose-product-item-left-info-name">箭冠轮胎285/70R17LT RT-5900 坦克300、长城炮、牧马人 D</view>
|
|
|
- <view class="choose-product-item-left-info-guige"><text>编码:285/70R17LT RT-5900</text> <text>尺寸:17</text></view>
|
|
|
+ <view class="choose-product-item-left-info-name">箭冠轮胎285/70R17LT RT-5900 坦克300、长城炮、牧马人 D</view>
|
|
|
+ <view class="choose-product-item-left-info-guige">285/70R17LT RT-5900</view>
|
|
|
<view class="choose-product-item-left-info-price">
|
|
|
<view class="price-txt">¥<text>325.63</text></view>
|
|
|
<view>
|
|
@@ -361,6 +362,9 @@
|
|
|
}
|
|
|
&:last-child{
|
|
|
padding: 20rpx;
|
|
|
+ .product-name{
|
|
|
+ font-size: 28rpx;
|
|
|
+ }
|
|
|
.product-guige{
|
|
|
margin: 10rpx 0;
|
|
|
color: #666;
|
|
@@ -437,6 +441,9 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ .choose-product-item-left-info-name{
|
|
|
+ font-size: 28rpx;
|
|
|
+ }
|
|
|
.choose-product-item-left-info-guige{
|
|
|
color: #666;
|
|
|
margin: 10rpx 0;
|