zhengjinyi 2 years ago
parent
commit
614b2419ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/static/js/shopping/confirm.js

+ 1 - 1
src/main/resources/static/js/shopping/confirm.js

@@ -11,7 +11,7 @@ const defaultCartParam = {
         userId:0			// 用户Id
 };
 const defaultPostageParam = {
-        productIds:0,		// 商品Id(逗号隔开)
+        skuIds:0,		    // skuId(逗号隔开)
         userId:0,			// 用户Id
         townId:0			// 地区Id
 };