diff --git a/components/bottom/bottomBtn.vue b/components/bottom/bottomBtn.vue new file mode 100644 index 0000000..8d1b9f5 --- /dev/null +++ b/components/bottom/bottomBtn.vue @@ -0,0 +1,73 @@ + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index 1021534..18cc921 100644 --- a/pages.json +++ b/pages.json @@ -1,68 +1,63 @@ { - "pages": [ - { + "pages": [{ "path": "pages/index/index", "style": { "navigationBarTitleText": "" } }, { - "path" : "pages/index/order", - "style" : - { - "navigationBarTitleText" : "" + "path": "pages/index/order", + "style": { + "navigationBarTitleText": "" } }, { - "path" : "pages/index/category", - "style" : - { - "navigationBarTitleText" : "" + "path": "pages/index/category", + "style": { + "navigationBarTitleText": "" } }, { - "path" : "pages/index/center", - "style" : - { - "navigationBarTitleText" : "" + "path": "pages/index/center", + "style": { + "navigationBarTitleText": "" } }, { - "path" : "pages/index/cart", - "style" : - { - "navigationBarTitleText" : "" + "path": "pages/index/cart", + "style": { + "navigationBarTitleText": "" } } ], - "preloadRule" : { - "pages/index/index" : { - "network" : "all", - "packages" : ["pages_order"] + "preloadRule": { + "pages/index/index": { + "network": "all", + "packages": ["pages_order"] } }, - "subPackages": [ - { - "root": "pages_order", - "pages": [ - { - "path": "order/orderDetail" - }, - { - "path": "mine/purse" - }, - { - "path": "mine/runningWater" - }, - { - "path": "mine/address" - }, - { - "path": "product/productDetail" - } - ] - } - ], + "subPackages": [{ + "root": "pages_order", + "pages": [{ + "path": "order/orderDetail" + }, + { + "path": "mine/purse" + }, + { + "path": "mine/runningWater" + }, + { + "path": "mine/address" + }, + { + "path": "product/productDetail" + }, + { + "path": "order/refundsOrExchange" + } + ] + }], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "酒店桌布", @@ -71,4 +66,4 @@ "navigationStyle": "custom" }, "uniIdRouter": {} -} +} \ No newline at end of file diff --git a/pages/index/center.vue b/pages/index/center.vue index 2c30e4f..916d00a 100644 --- a/pages/index/center.vue +++ b/pages/index/center.vue @@ -1,10 +1,8 @@ + \ No newline at end of file diff --git a/pages_order/order/refundsOrExchange.vue b/pages_order/order/refundsOrExchange.vue new file mode 100644 index 0000000..49e5335 --- /dev/null +++ b/pages_order/order/refundsOrExchange.vue @@ -0,0 +1,312 @@ + + + + + \ No newline at end of file