|
@@ -66,7 +66,7 @@ PageInit.prototype = {
|
|
|
this.goodsItems.each(function(index, item) {
|
|
|
var goods = self.goodsList[index];
|
|
|
$(item).find('.bonus').html(goods.need_bonus);
|
|
|
- $(item).find('.goods-storage').html(goods.storeage);
|
|
|
+ $(item).find('.goods-storage').html(goods.storage);
|
|
|
$(item).attr('data-id', goods.goods);
|
|
|
$(item).attr('data-state', goods.state);
|
|
|
if (goods.state == 1) {
|