Selaa lähdekoodia

未携带定制项bug

xiaohaizhao 1 vuosi sitten
vanhempi
commit
62147ea467
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      packageA/favorites/index.js

+ 2 - 2
packageA/favorites/index.js

@@ -158,8 +158,8 @@ Page({
             "sa_orderitemsid": 0,
             "itemid": v.itemid,
             "qty": v.favoritesqty,
-            width: v.width || 0,
-            length: v.length || 0,
+            width: v.favoriteswidth || 0,
+            length: v.favoriteslength || 0,
           }
         })
       }