diff --git a/pages.json b/pages.json index a5b91c9..1df7e42 100644 --- a/pages.json +++ b/pages.json @@ -210,6 +210,13 @@ "navigationBarTitleText": "支付订单" } }, + { + "path": "pages/sureOrder/index", + "style": { + "navigationBarTitleText": "确认订单", + "navigationStyle": "custom" + } + }, { "path": "pages/order/center", "style": { diff --git a/pages/goods/detail.vue b/pages/goods/detail.vue index a6b6ff3..0a81ce5 100644 --- a/pages/goods/detail.vue +++ b/pages/goods/detail.vue @@ -4,7 +4,7 @@ - + @@ -187,6 +187,13 @@ return { searchValue: '', } + }, + methods:{ + goHome(){ + uni.navigateTo({ + url:'/pages/index/index' + }) + }, } } diff --git a/pages/sureOrder/index.vue b/pages/sureOrder/index.vue new file mode 100644 index 0000000..c1f6f00 --- /dev/null +++ b/pages/sureOrder/index.vue @@ -0,0 +1,712 @@ + + + + + \ No newline at end of file diff --git a/static/order/address.png b/static/order/address.png new file mode 100644 index 0000000..3e18e8e Binary files /dev/null and b/static/order/address.png differ diff --git a/static/order/bag.png b/static/order/bag.png new file mode 100644 index 0000000..72d539e Binary files /dev/null and b/static/order/bag.png differ diff --git a/static/order/edit.png b/static/order/edit.png new file mode 100644 index 0000000..c4f189d Binary files /dev/null and b/static/order/edit.png differ diff --git a/static/order/friends.png b/static/order/friends.png new file mode 100644 index 0000000..6e96353 Binary files /dev/null and b/static/order/friends.png differ diff --git a/static/order/left.png b/static/order/left.png new file mode 100644 index 0000000..523981d Binary files /dev/null and b/static/order/left.png differ diff --git a/static/order/map.png b/static/order/map.png new file mode 100644 index 0000000..b55c345 Binary files /dev/null and b/static/order/map.png differ diff --git a/static/order/right.png b/static/order/right.png new file mode 100644 index 0000000..18eab4a Binary files /dev/null and b/static/order/right.png differ diff --git a/static/order/shop.png b/static/order/shop.png new file mode 100644 index 0000000..3096b8a Binary files /dev/null and b/static/order/shop.png differ diff --git a/static/order/wChat.png b/static/order/wChat.png new file mode 100644 index 0000000..82a09e1 Binary files /dev/null and b/static/order/wChat.png differ