Commit 83a40f71 authored by jiangjiantao's avatar jiangjiantao

提货bugfixed

parent ed811458
...@@ -305,6 +305,16 @@ ...@@ -305,6 +305,16 @@
justify-content: space-between; justify-content: space-between;
} }
/* 提货成功 */
.pick-goods-success-container{
height: 100%;
width: 45%;
background: white;
display: flex;
flex-direction: column;
align-items: center
}
/* 空购物车 */ /* 空购物车 */
.shopcart-list-empty { .shopcart-list-empty {
......
...@@ -152,7 +152,7 @@ ...@@ -152,7 +152,7 @@
</view> </view>
</block> </block>
</scroll-view> </scroll-view>
<view class="more-operating"> <view class="pick-goods-success-container">
<image class="scan-coupon-fail" mode="aspectFit" src="/images/icon_success.png"/> <image class="scan-coupon-fail" mode="aspectFit" src="/images/icon_success.png"/>
<text class="scan-coupon-text-fail">提货码已识别</text> <text class="scan-coupon-text-fail">提货码已识别</text>
<text class="scan-coupon-text-fail-desr">请根据商品列表提供商品给顾客</text> <text class="scan-coupon-text-fail-desr">请根据商品列表提供商品给顾客</text>
......
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