Commit 5ef27ce3 authored by jiangjiantao's avatar jiangjiantao

提货bugfixed

parent a2f353e9
...@@ -828,8 +828,8 @@ ...@@ -828,8 +828,8 @@
} }
/* 提货 商品已交付*/ /* 提货 商品已交付*/
.again-use-coupon { .pick-goods-success {
width: 252rpx; width: 200rpx;
height: 60rpx; height: 60rpx;
margin-top: 50rpx; margin-top: 50rpx;
} }
......
...@@ -155,8 +155,8 @@ ...@@ -155,8 +155,8 @@
<view class="pick-goods-success-container"> <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">请根据商品列表提供商品\n给顾客</text>
<button class="again-use-coupon" type="primary" size="default" onTap="pickGoodsClose">商品已交付</button> <button class="pick-goods-success" type="primary" size="default" onTap="pickGoodsClose">商品已交付</button>
</view> </view>
</view> </view>
<!-- 提货失败 --> <!-- 提货失败 -->
......
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