Browse Source

未携带定制项bug

xiaohaizhao 1 year ago
parent
commit
62147ea467
1 changed files with 2 additions and 2 deletions
  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,
           }
         })
       }