|
@@ -316,6 +316,8 @@
|
|
|
BD20F1D52283D15500677D8E /* ShoppingCartPayFailureCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD20F1D42283D15500677D8E /* ShoppingCartPayFailureCell.swift */; };
|
|
|
BD20F1D82283D2AA00677D8E /* ShoppingCartModule.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BD20F1D72283D2AA00677D8E /* ShoppingCartModule.xcassets */; };
|
|
|
BD3474F522857B85000908C5 /* CommonPayHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD3474F422857B85000908C5 /* CommonPayHeader.swift */; };
|
|
|
+ BD77BE1F228D8D960060E23C /* OrderLogisticsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD77BE1E228D8D960060E23C /* OrderLogisticsController.swift */; };
|
|
|
+ BD77BE23228D90840060E23C /* OrderLogisticsInfoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD77BE22228D90840060E23C /* OrderLogisticsInfoCell.swift */; };
|
|
|
BD7AB83622841A8B0030646A /* ShoppingCartPayOrderItemCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD7AB83522841A8B0030646A /* ShoppingCartPayOrderItemCell.swift */; };
|
|
|
BD7AB838228420310030646A /* ShoppingCartPayOrderHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD7AB837228420310030646A /* ShoppingCartPayOrderHeader.swift */; };
|
|
|
BD7AB83A2284288D0030646A /* ShoppingCartPayOrderFooter.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD7AB8392284288D0030646A /* ShoppingCartPayOrderFooter.swift */; };
|
|
@@ -682,6 +684,8 @@
|
|
|
BD20F1D42283D15500677D8E /* ShoppingCartPayFailureCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingCartPayFailureCell.swift; sourceTree = "<group>"; };
|
|
|
BD20F1D72283D2AA00677D8E /* ShoppingCartModule.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = ShoppingCartModule.xcassets; sourceTree = "<group>"; };
|
|
|
BD3474F422857B85000908C5 /* CommonPayHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommonPayHeader.swift; sourceTree = "<group>"; };
|
|
|
+ BD77BE1E228D8D960060E23C /* OrderLogisticsController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderLogisticsController.swift; sourceTree = "<group>"; };
|
|
|
+ BD77BE22228D90840060E23C /* OrderLogisticsInfoCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderLogisticsInfoCell.swift; sourceTree = "<group>"; };
|
|
|
BD7AB83522841A8B0030646A /* ShoppingCartPayOrderItemCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingCartPayOrderItemCell.swift; sourceTree = "<group>"; };
|
|
|
BD7AB837228420310030646A /* ShoppingCartPayOrderHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingCartPayOrderHeader.swift; sourceTree = "<group>"; };
|
|
|
BD7AB8392284288D0030646A /* ShoppingCartPayOrderFooter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingCartPayOrderFooter.swift; sourceTree = "<group>"; };
|
|
@@ -2601,6 +2605,8 @@
|
|
|
A7FF155B228C68B200A85748 /* Order */,
|
|
|
A7FF155C228C68C900A85748 /* OrderDetail */,
|
|
|
A7FF158A228C910600A85748 /* OrderRefunddetails */,
|
|
|
+ BD77BE1B228D8D320060E23C /* OrderLogistics */,
|
|
|
+ BD77BE18228D8C2E0060E23C /* OrderComment */,
|
|
|
);
|
|
|
path = OrderModule;
|
|
|
sourceTree = "<group>";
|
|
@@ -2772,6 +2778,56 @@
|
|
|
path = ViewController;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ BD77BE18228D8C2E0060E23C /* OrderComment */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BD77BE19228D8C4C0060E23C /* View */,
|
|
|
+ BD77BE1A228D8C570060E23C /* ViewController */,
|
|
|
+ );
|
|
|
+ path = OrderComment;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ BD77BE19228D8C4C0060E23C /* View */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = View;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ BD77BE1A228D8C570060E23C /* ViewController */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = ViewController;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ BD77BE1B228D8D320060E23C /* OrderLogistics */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BD77BE1D228D8D6D0060E23C /* View */,
|
|
|
+ BD77BE1C228D8D6D0060E23C /* ViewController */,
|
|
|
+ );
|
|
|
+ path = OrderLogistics;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ BD77BE1C228D8D6D0060E23C /* ViewController */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BD77BE1E228D8D960060E23C /* OrderLogisticsController.swift */,
|
|
|
+ );
|
|
|
+ name = ViewController;
|
|
|
+ path = RainbowPlanet/Modules/OrderModule/OrderComment/ViewController;
|
|
|
+ sourceTree = SOURCE_ROOT;
|
|
|
+ };
|
|
|
+ BD77BE1D228D8D6D0060E23C /* View */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BD77BE22228D90840060E23C /* OrderLogisticsInfoCell.swift */,
|
|
|
+ );
|
|
|
+ name = View;
|
|
|
+ path = RainbowPlanet/Modules/OrderModule/OrderComment/View;
|
|
|
+ sourceTree = SOURCE_ROOT;
|
|
|
+ };
|
|
|
BD7AB83B228437940030646A /* AdressCell */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -3172,6 +3228,7 @@
|
|
|
A72C01222275404A0065E0C3 /* ProvinceCityAreaModel.swift in Sources */,
|
|
|
A7FF1579228C82CE00A85748 /* OrderDetailViewController.swift in Sources */,
|
|
|
A7C3DD1C226422D200FA262E /* SwiftMoyaNetWorkServiceSMS.swift in Sources */,
|
|
|
+ BD77BE23228D90840060E23C /* OrderLogisticsInfoCell.swift in Sources */,
|
|
|
A72A7386223396CB00B21995 /* SwiftMoyaNetWorkManager.swift in Sources */,
|
|
|
A70B2C252286C03800B2449F /* NXLPageControl.swift in Sources */,
|
|
|
A7A98E12227ECA11005306E9 /* ProductSearchModel.swift in Sources */,
|
|
@@ -3354,6 +3411,7 @@
|
|
|
A7B4E72F2281773F0012914A /* ProductFloorCenterTitleView.swift in Sources */,
|
|
|
A7284A542252FB5C000BAEC4 /* PaginationModel.swift in Sources */,
|
|
|
A72A72D022321E2700B21995 /* FontMacro.swift in Sources */,
|
|
|
+ BD77BE1F228D8D960060E23C /* OrderLogisticsController.swift in Sources */,
|
|
|
BD1DC6C9228D005000B89C57 /* OrderCreateParameterModel.swift in Sources */,
|
|
|
A71AA52622732068008FF1A5 /* SwiftMoyaServiceConfigApi.swift in Sources */,
|
|
|
A77F2C982231FD25001BD3F6 /* BaseNavigationViewController.swift in Sources */,
|