Merge branch 'dev' into feature/sku_migration

This commit is contained in:
niunai
2017-09-08 16:51:14 +08:00
52 changed files with 477 additions and 2312 deletions

View File

@@ -60,16 +60,12 @@ module.exports = {
},
{
"path": "/card",
"title": "Card 图文组件"
"title": "Card 卡片"
},
{
"path": "/cell",
"title": "Cell 单元格"
},
{
"path": "/cell-swipe",
"title": "CellSwipe 滑动单元格"
},
{
"path": "/icon",
"title": "Icon 图标"
@@ -86,6 +82,10 @@ module.exports = {
"path": "/loading",
"title": "Loading 加载"
},
{
"path": "/nav-bar",
"title": "NavBar 导航栏"
},
{
"path": "/notice-bar",
"title": "NoticeBar 通告栏"
@@ -96,20 +96,28 @@ module.exports = {
},
{
"path": "/popup",
"title": "Popup 弹出菜单"
"title": "Popup 弹出"
},
{
"path": "/progress",
"title": "Progress 进度条"
},
{
"path": "/quantity",
"title": "Quantity 数量选择"
"path": "/search",
"title": "Search 搜索"
},
{
"path": "/stepper",
"title": "Stepper 步进器"
},
{
"path": "/steps",
"title": "Steps 步骤条"
},
{
"path": "/swipe",
"title": "Swipe 轮播"
},
{
"path": "/tab",
"title": "Tab 标签"
@@ -118,14 +126,6 @@ module.exports = {
"path": "/tag",
"title": "Tag 标记"
},
{
"path": "/swipe",
"title": "Swipe 轮播"
},
{
"path": "/search",
"title": "Search 搜索"
},
{
"path": "/waterfall",
"title": "Waterfall 瀑布流"
@@ -187,47 +187,44 @@ module.exports = {
]
},
{
"groupName": "业务组件",
"groupName": "高阶组件",
"list": [
{
"path": "/deep-select",
"title": "DeepSelect 分类选择组件"
},
{
"path": "/express-way",
"title": "ExpressWay 配送方式"
},
{
"path": "/goods-action",
"title": "GoodsAction 商品操作"
},
{
"path": "/sku",
"title": "Sku 商品规格弹层"
},
{
"path": "/invalid-goods",
"title": "InvalidGoods 不可用商品列表"
},
{
"path": "/order-coupon",
"title": "OrderCoupon 下单页优惠券"
},
{
"path": "/order-goods",
"title": "OrderGoods 下单页商品列表"
},
{
"path": "/pay-order",
"title": "PayOrder 提交订单栏"
"path": "/cell-swipe",
"title": "CellSwipe 滑动单元格"
},
{
"path": "/switch-cell",
"title": "SwitchCell 开关单元格"
},
{
"path": "/tree-select",
"title": "TreeSelect 分类选择"
},
]
},
{
"groupName": "业务组件",
"list": [
{
"path": "/area",
"title": "Area 省市区选择"
},
{
"path": "/coupon",
"title": "Coupon 优惠券选择器"
},
{
"path": "/goods-action",
"title": "GoodsAction 商品页行动点"
},
{
"path": "/submit-bar",
"title": "SubmitBar 提交订单栏"
},
{
"path": "/sku",
"title": "Sku 商品规格弹层"
}
]
}