fix: 商品详情页面、积分商品详情页面添加已售罄按钮
parent
ea385b4f89
commit
d2d0f94ba4
|
|
@ -120,6 +120,9 @@
|
||||||
立即购买
|
立即购买
|
||||||
</button>
|
</button>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="buy-box ss-flex ss-col-center ss-p-r-20" v-else>
|
||||||
|
<button class="ss-reset-button disabled-btn" disabled> 已售罄 </button>
|
||||||
|
</view>
|
||||||
</detail-tabbar>
|
</detail-tabbar>
|
||||||
<s-coupon-get
|
<s-coupon-get
|
||||||
v-model="state.couponInfo"
|
v-model="state.couponInfo"
|
||||||
|
|
@ -377,6 +380,13 @@
|
||||||
background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
|
background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
|
||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
|
.disabled-btn {
|
||||||
|
width: 428rpx;
|
||||||
|
height: 72rpx;
|
||||||
|
border-radius: 40rpx;
|
||||||
|
background: #999999;
|
||||||
|
color: $white;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.model-box {
|
.model-box {
|
||||||
|
|
|
||||||
|
|
@ -89,6 +89,11 @@
|
||||||
立即兑换
|
立即兑换
|
||||||
</button>
|
</button>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="buy-box ss-flex ss-col-center ss-p-r-20" v-else>
|
||||||
|
<button class="ss-reset-button disabled-btn" disabled>
|
||||||
|
已兑完
|
||||||
|
</button>
|
||||||
|
</view>
|
||||||
</detail-tabbar>
|
</detail-tabbar>
|
||||||
</block>
|
</block>
|
||||||
</s-layout>
|
</s-layout>
|
||||||
|
|
@ -290,6 +295,13 @@
|
||||||
background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
|
background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
|
||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
|
.disabled-btn {
|
||||||
|
width: 630rpx;
|
||||||
|
height: 80rpx;
|
||||||
|
border-radius: 40rpx;
|
||||||
|
background: #999999;
|
||||||
|
color: $white;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//秒杀卡片
|
//秒杀卡片
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue