diff --git a/components/product/productItem.vue b/components/product/productItem.vue new file mode 100644 index 0000000..65afa25 --- /dev/null +++ b/components/product/productItem.vue @@ -0,0 +1,83 @@ + + + + + diff --git a/pages.json b/pages.json index 9ae452d..5da9359 100644 --- a/pages.json +++ b/pages.json @@ -23,12 +23,12 @@ "navigationBarTitleText": "" } }, - { - "path": "pages/index/cart", - "style": { - "navigationBarTitleText": "" - } - }, + // { + // "path": "pages/index/cart", + // "style": { + // "navigationBarTitleText": "" + // } + // }, { "path" : "pages/index/member", "style" : diff --git a/pages/index/category.vue b/pages/index/category.vue index 2ddbb63..ec4ac9a 100644 --- a/pages/index/category.vue +++ b/pages/index/category.vue @@ -1,6 +1,6 @@