diff --git a/pages.json b/pages.json index 51c7a62..12757b3 100644 --- a/pages.json +++ b/pages.json @@ -1,5 +1,6 @@ { "pages": [ + { "path" : "pages/home/home", "style" : @@ -64,13 +65,7 @@ "navigationBarTitleText" : "" } }, - { - "path" : "pages/Shopping-cart/ReceivingInformation/ReceivingInformation", - "style" : - { - "navigationBarTitleText" : "" - } - }, + { "path" : "pages/Shopping-cart/Contact/Contact", "style" : @@ -130,6 +125,13 @@ { "navigationBarTitleText" : "" } + }, + { + "path" : "pages/Shopping-cart/ReceivingInformation/ReceivingInformation", + "style" : + { + "navigationBarTitleText" : "" + } } ], "globalStyle": { diff --git a/pages/Shopping-cart/ReceivingInformation/ReceivingInformation.vue b/pages/Shopping-cart/ReceivingInformation/ReceivingInformation.vue index b934a16..a2e073c 100644 --- a/pages/Shopping-cart/ReceivingInformation/ReceivingInformation.vue +++ b/pages/Shopping-cart/ReceivingInformation/ReceivingInformation.vue @@ -1,203 +1,173 @@