Explorar el Código

加入购物车定制项

xiaohaizhao hace 2 años
padre
commit
c38ac9f584
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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
           }
         })
       }