zhashaonan 6 年之前
父節點
當前提交
4ae6830401
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      data/resource/mobile/festival/freeCollection/js/freeCollection.js
  2. 2 2
      mobile/control/control.php

+ 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";
 }