add OrderGoods component

This commit is contained in:
陈嘉涵
2017-08-30 11:54:21 +08:00
parent cfa0f649b6
commit 6d4f076c16
12 changed files with 1066 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ import ImagePreview from './image-preview';
import Lazyload from './lazyload';
import Loading from './loading';
import NoticeBar from './notice-bar';
import OrderGoods from './order-goods';
import Panel from './panel';
import PayOrder from './pay-order';
import Picker from './picker';
@@ -60,6 +61,7 @@ const components = [
Icon,
Loading,
NoticeBar,
OrderGoods,
Panel,
PayOrder,
Picker,
@@ -118,6 +120,7 @@ export {
Lazyload,
Loading,
NoticeBar,
OrderGoods,
Panel,
PayOrder,
Picker,