xiaohaizhao 2 лет назад
Родитель
Сommit
c38ac9f584
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packageA/favorites/index.js

+ 2 - 2
packageA/favorites/index.js

@@ -200,8 +200,8 @@ Page({
             "qty": v.favoritesqty,
             "itemno": v.itemno,
             "tradefield": data.type,
-            "length": v.length || 0,
-            "width": v.width || 0
+            "length": v.favoriteslength || 0,
+            "width": v.favoriteswidth || 0
           }
         })
       }