diff --git a/pages.json b/pages.json index 77c8f69..8abee6e 100644 --- a/pages.json +++ b/pages.json @@ -302,9 +302,35 @@ "root": "scoreShop", "pages": [ { - "path": "index", + "path": "index/index", "style": { - "navigationBarTitleText": "积分商城" + "navigationBarTitleText": "积分商城", + "navigationStyle": "custom" + } + }, + { + "path": "detail/index", + "style": { + "navigationBarTitleText": "商品详情" + } + }, + { + "path": "success/index", + "style": { + "navigationBarTitleText": "兑换成功", + "navigationStyle": "custom" + } + }, + { + "path": "order/index", + "style": { + "navigationBarTitleText": "积分订单" + } + }, + { + "path": "order/detail", + "style": { + "navigationBarTitleText": "订单详情" } } ] diff --git a/scoreShop/components/modal.vue b/scoreShop/components/modal.vue new file mode 100644 index 0000000..421c533 --- /dev/null +++ b/scoreShop/components/modal.vue @@ -0,0 +1,87 @@ + + + + diff --git a/scoreShop/detail/index.vue b/scoreShop/detail/index.vue new file mode 100644 index 0000000..922ff91 --- /dev/null +++ b/scoreShop/detail/index.vue @@ -0,0 +1,267 @@ + + + + diff --git a/scoreShop/index.vue b/scoreShop/index.vue deleted file mode 100644 index 91d19d7..0000000 --- a/scoreShop/index.vue +++ /dev/null @@ -1,32 +0,0 @@ - - - \ No newline at end of file diff --git a/scoreShop/index/components/goods-list.vue b/scoreShop/index/components/goods-list.vue new file mode 100644 index 0000000..c70a764 --- /dev/null +++ b/scoreShop/index/components/goods-list.vue @@ -0,0 +1,155 @@ + + + + + diff --git a/scoreShop/index/index.vue b/scoreShop/index/index.vue new file mode 100644 index 0000000..e698c76 --- /dev/null +++ b/scoreShop/index/index.vue @@ -0,0 +1,157 @@ + + + diff --git a/scoreShop/order/components/order-list.vue b/scoreShop/order/components/order-list.vue new file mode 100644 index 0000000..bff6681 --- /dev/null +++ b/scoreShop/order/components/order-list.vue @@ -0,0 +1,71 @@ + + + diff --git a/scoreShop/order/detail.vue b/scoreShop/order/detail.vue new file mode 100644 index 0000000..4b40416 --- /dev/null +++ b/scoreShop/order/detail.vue @@ -0,0 +1,89 @@ + + + + diff --git a/scoreShop/order/index.vue b/scoreShop/order/index.vue new file mode 100644 index 0000000..839e372 --- /dev/null +++ b/scoreShop/order/index.vue @@ -0,0 +1,62 @@ + + + + + diff --git a/scoreShop/static/image/copy.png b/scoreShop/static/image/copy.png new file mode 100644 index 0000000..4c09474 Binary files /dev/null and b/scoreShop/static/image/copy.png differ diff --git a/scoreShop/success/index.vue b/scoreShop/success/index.vue new file mode 100644 index 0000000..361b7bc --- /dev/null +++ b/scoreShop/success/index.vue @@ -0,0 +1,106 @@ + + + + +