Commit 7848348c by peii

self f

parent 84708222
...@@ -71,8 +71,11 @@ const Router = createAppContainer( ...@@ -71,8 +71,11 @@ const Router = createAppContainer(
TransSearchPage: { screen: TransSearchPage }, TransSearchPage: { screen: TransSearchPage },
HistoricalOrderPage: { screen: HistoricalOrderPage }, HistoricalOrderPage: { screen: HistoricalOrderPage },
LineOrderPage: { screen: LineOrderPage }, LineOrderPage: { screen: LineOrderPage },
SubSuccPage: { screen: SubSuccPage }, SubSuccPage: { screen: SubSuccPage },
BarCodePage: { screen: BarCodePage }, BarCodePage: { screen: BarCodePage },
// 结算
Settlement: { screen: Settlement }, Settlement: { screen: Settlement },
SettlementCollection: { screen: SettlementCollection }, SettlementCollection: { screen: SettlementCollection },
SettlementReject: { screen: SettlementReject }, SettlementReject: { screen: SettlementReject },
...@@ -85,10 +88,12 @@ const Router = createAppContainer( ...@@ -85,10 +88,12 @@ const Router = createAppContainer(
DirectionInvoice: { screen: DirectionInvoice }, DirectionInvoice: { screen: DirectionInvoice },
DirectionInvoiceCollections: { screen: DirectionInvoiceCollections }, DirectionInvoiceCollections: { screen: DirectionInvoiceCollections },
DirectionInvoiceApplyDetail: { screen: DirectionInvoiceApplyDetail }, DirectionInvoiceApplyDetail: { screen: DirectionInvoiceApplyDetail },
ConsumeFee: { screen: ConsumeFee }, ConsumeFee: { screen: ConsumeFee },
MixConsume: { screen: MixConsume }, MixConsume: { screen: MixConsume },
MixConsumeForm: { screen: MixConsumeForm }, MixConsumeForm: { screen: MixConsumeForm },
MixConsumeItems: { screen: MixConsumeItems }, MixConsumeItems: { screen: MixConsumeItems },
}, },
{ {
navigationOptions: { navigationOptions: {
......
@import '../../assets/styles/base.styl'
@import '../../assets/styles/variable.styl'
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment