diff --git a/pages.json b/pages.json index 7bd4e60..4e3e051 100644 --- a/pages.json +++ b/pages.json @@ -185,6 +185,12 @@ "style": { "titleNView":false } + }, + { + "path": "pages/productDetails/index", + "style": { + "titleNView":false + } } ], "globalStyle": { diff --git a/pages/category/productList.vue b/pages/category/productList.vue index 36e6a37..2908121 100644 --- a/pages/category/productList.vue +++ b/pages/category/productList.vue @@ -22,7 +22,7 @@ - Sales + Price diff --git a/pages/index/index.vue b/pages/index/index.vue index 1b1a994..af1a446 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -87,7 +87,7 @@ - + US$314.00 @@ -221,6 +221,11 @@ }, methods: { + goPage(){ + uni.navigateTo({ + url: '/pages/productDetails/index', + }); + }, scrollChange(index){ this.scroll_active=index }, diff --git a/pages/productDetails/index.vue b/pages/productDetails/index.vue new file mode 100644 index 0000000..3556fee --- /dev/null +++ b/pages/productDetails/index.vue @@ -0,0 +1,769 @@ + + + + + \ No newline at end of file diff --git a/pages/shippingCart/index.vue b/pages/shippingCart/index.vue index 7bec8f4..5636e00 100644 --- a/pages/shippingCart/index.vue +++ b/pages/shippingCart/index.vue @@ -31,7 +31,6 @@ Multicolor;41 - x1 US$314.00 @@ -86,6 +85,18 @@ + + + + + All + + + US$314.00 + + + + @@ -115,6 +126,7 @@ \ No newline at end of file diff --git a/static/img/goods_lable.png b/static/img/goods_lable.png new file mode 100644 index 0000000..cb23e1d Binary files /dev/null and b/static/img/goods_lable.png differ diff --git a/static/img/like1.png b/static/img/like1.png new file mode 100644 index 0000000..866d7b6 Binary files /dev/null and b/static/img/like1.png differ diff --git a/static/img/security.png b/static/img/security.png new file mode 100644 index 0000000..af06659 Binary files /dev/null and b/static/img/security.png differ diff --git a/static/img/share.png b/static/img/share.png new file mode 100644 index 0000000..d6b49db Binary files /dev/null and b/static/img/share.png differ diff --git a/static/img/transport.png b/static/img/transport.png new file mode 100644 index 0000000..5470d99 Binary files /dev/null and b/static/img/transport.png differ