Commit ed811458 authored by jiangjiantao's avatar jiangjiantao

bugfixed

parent a096929e
......@@ -156,7 +156,7 @@
<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-desr">请根据商品列表提供商品给顾客</text>
<button class="sure-use-coupon" type="primary" size="default" onTap="pickGoodsClose">商品已交付</button>
<button class="again-use-coupon" type="primary" size="default" onTap="pickGoodsClose">商品已交付</button>
</view>
</view>
<!-- 提货失败 -->
......
......@@ -353,6 +353,10 @@ Page({
operateReDo: "重新扫描",
});
context.goPage('operateresult');
}else if(res.action == ACTION_PICK_UP_GOODS){
//提货
context.setData({pickGoods:res.data.pickGoods
,pickGoodsState:res.data.pickGoodsState})
}
}
});
......
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