Commit 9b41c0e3 authored by jiangjiantao's avatar jiangjiantao

bugfixed

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