Authored by 沈志敏

update readme

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