Authored by 沈志敏

update readme

Showing 1 changed file with 13 additions and 13 deletions
... ... @@ -108,20 +108,20 @@
7.2. 详细说明
以下class名 需要固定不变,引入的 jssdk 会通过class名 来做动态替换
以下属性class/id 需要固定不变,引入的 jssdk 会通过class名 来做动态替换
```
.product-source: 一个商品池标示,属性condition是检索条件(详细说明见7.3)
#imgwh: value值为 商品图片显示的宽x高
.feature-product-info: 标示一个商品item
.brand-name: 店铺名称(如果不需要显示店铺,可不需要)
a.product-brand: 进入店铺的url (如果不需要显示店铺,可不需要)
a.product-detail: 进入商品详情页 url
.product-detail-img: 商品图片
.product-name: 商品名称
.sale-price: 销售价格
.market-price: 市场价格
```
class/id | 说明
------- | ----
.product-source | 一个商品池标示,属性condition是检索条件(详细说明见7.3)
#imgwh | value值为 商品图片显示的宽x高
.feature-product-info | 标示一个商品item
.brand-name | 店铺名称(如果不需要显示店铺,可不需要)
a.product-brand | 进入店铺的url (如果不需要显示店铺,可不需要)
a.product-detail | 进入商品详情页 url
.product-detail-img | 商品图片url
.product-name | 商品名称
.sale-price | 销售价格
.market-price | 市场价格
7.3. condition 说明
... ...