Authored by 沈志敏

update readme

Showing 1 changed file with 12 additions and 1 deletions
@@ -109,6 +109,7 @@ @@ -109,6 +109,7 @@
109 以下class名 需要固定不变,引入的 jssdk 会通过class名 来做动态替换 109 以下class名 需要固定不变,引入的 jssdk 会通过class名 来做动态替换
110 110
111 ``` 111 ```
  112 + .product-source: 一个商品池标示,属性condition是检索条件(详细说明见7.3)
112 #imgwh: value值为 商品图片显示的宽x高 113 #imgwh: value值为 商品图片显示的宽x高
113 .feature-product-info: 标示一个商品item 114 .feature-product-info: 标示一个商品item
114 .brand-name: 店铺名称(如果不需要显示店铺,可不需要) 115 .brand-name: 店铺名称(如果不需要显示店铺,可不需要)
@@ -118,4 +119,14 @@ @@ -118,4 +119,14 @@
118 .product-name: 商品名称 119 .product-name: 商品名称
119 .sale-price: 销售价格 120 .sale-price: 销售价格
120 .market-price: 市场价格 121 .market-price: 市场价格
121 - ```  
  122 + ```
  123 +
  124 + 7.3. condition 说明
  125 +
  126 + 参数名称 | 说明 | 示范
  127 + ------- | ---- | ----
  128 + sort | 商品的分类,如果是多个,用逗号隔开 | 123,111,114
  129 + brand | 商品的品牌,如果是多个,用逗号隔开 | 144,349
  130 + pid | 活动id | 123
  131 + enum | 是否是枚举:1:是,0:不是 | 1
  132 + limit | 获取个数,当enum为1时,limit无效 | 10