Commit 9b41c0e3 authored by jiangjiantao's avatar jiangjiantao

bugfixed

parent 04c9a704
......@@ -7,8 +7,8 @@
<view class="pick-goods-header">
提货商品如下
</view>
<scroll-view class="pick-good-body" scroll-y a:if="{{pickgoods.length > 0}}">
<block a:for="{{pickgoods}}">
<scroll-view class="pick-good-body" scroll-y a:if="{{pickGoods.length > 0}}">
<block a:for="{{pickGoods}}">
<view class="scan-list-bg">
<view class="good-list-item-name-font">
{{item.name}}
......
......@@ -27,7 +27,7 @@ Page({
adUrl: "/images/img_ad1.png",
toSetting: false,
//提货
pickGoodsState: 3,
pickGoodsState: 0,
pickGoodsMsg: "录入失败!无效的提货码",
pickGoods: [],
},
......
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