zhashaonan %!s(int64=6) %!d(string=hai) anos
pai
achega
4ae6830401

+ 1 - 1
data/resource/mobile/festival/freeCollection/js/freeCollection.js

@@ -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) {

+ 2 - 2
mobile/control/control.php

@@ -331,9 +331,9 @@ class mbMemberControl extends mobileControl
 
 function bonus_version()
 {
-    return "v=2018120703";
+    return "v=2018120704";
 }
 function shop_version()
 {
-    return "v=2018120703";
+    return "v=2018120704";
 }