diff --git a/components/cart/CardList.vue b/components/cart/CardList.vue new file mode 100644 index 0000000..5afb2c9 --- /dev/null +++ b/components/cart/CardList.vue @@ -0,0 +1,34 @@ + + + + + diff --git a/pages.json b/pages.json index a97e669..a9b3169 100644 --- a/pages.json +++ b/pages.json @@ -30,7 +30,8 @@ "path": "pages/index/cart", "style": { "navigationBarTitleText": "", - "enablePullDownRefresh": true + "navigationStyle": "custom" , + "navigationBarTextStyle": "white" } }, { diff --git a/pages/index/cart.vue b/pages/index/cart.vue index 1a9ebc0..2e2daae 100644 --- a/pages/index/cart.vue +++ b/pages/index/cart.vue @@ -1,49 +1,80 @@ + \ No newline at end of file diff --git a/static/image/cart/1.png b/static/image/cart/1.png deleted file mode 100644 index 9807f34..0000000 Binary files a/static/image/cart/1.png and /dev/null differ diff --git a/static/image/cart/2.png b/static/image/cart/2.png deleted file mode 100644 index 64b1c45..0000000 Binary files a/static/image/cart/2.png and /dev/null differ diff --git a/static/image/cart/tabIcon.png b/static/image/cart/tabIcon.png new file mode 100644 index 0000000..53fa09e Binary files /dev/null and b/static/image/cart/tabIcon.png differ