Commit 54e5ae5d by 高淑倩

add: 下单_check_显示

parent b374a6f4
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
<text class="price-label">商品合计</text> <text class="price-label">商品合计</text>
<text class="total-price">¥306</text> <text class="total-price">¥306</text>
</view> </view>
<view class="plus-price"> <view class="plus-price" wx:if="{{isSelect}}">
<view class="plus-info"> <view class="plus-info">
<text class="price-label">plus会员价</text> <text class="price-label">plus会员价</text>
<text class="member-price">-¥20</text> <text class="member-price">-¥20</text>
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
</view> </view>
</view> </view>
</view> </view>
<view class="coupon"> <view class="coupon" wx:if="{{isSelect}}">
<view> <view>
<text class="price-label">VIP会员年费</text> <text class="price-label">VIP会员年费</text>
<text class="vip-desc"> (不可使用任何优惠或积分)</text> <text class="vip-desc"> (不可使用任何优惠或积分)</text>
......
...@@ -266,9 +266,6 @@ ...@@ -266,9 +266,6 @@
position: absolute; position: absolute;
top: -18rpx; top: -18rpx;
} }
.right-check-tips .select-check-open {
}
.tip-check { .tip-check {
width: 155rpx; width: 155rpx;
height: 55rpx; height: 55rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment