diff --git a/src/pages.json b/src/pages.json index 6234c61..998c8eb 100644 --- a/src/pages.json +++ b/src/pages.json @@ -283,6 +283,24 @@ "enablePullDownRefresh": false } } + //虚拟物品-线上交易 + ,{ + "path" : "pages/ConfirmOrder/fictitiousOrder", + "style" : + { + "navigationBarTitleText": "确认订单", + "enablePullDownRefresh": false + } + } + //虚拟物品-购买详情 + ,{ + "path" : "pages/ConfirmOrder/purchaseDetail", + "style" : + { + "navigationBarTitleText": "购买详情", + "enablePullDownRefresh": false + } + } ,{ "path" : "pages/Login/Login", "style" : @@ -328,7 +346,14 @@ "enablePullDownRefresh": false } } - + ,{ + "path" : "pages/MyOrder/fictitiousDetail", + "style" : + { + "navigationBarTitleText": "订单详情", + "enablePullDownRefresh": false + } + } ], "globalStyle": { "navigationBarTextStyle": "black", //导航栏标题颜色及状态栏前景颜色,仅支持 black/white diff --git a/src/pages/ConfirmOrder/fictitiousOrder.vue b/src/pages/ConfirmOrder/fictitiousOrder.vue new file mode 100644 index 0000000..e071ae2 --- /dev/null +++ b/src/pages/ConfirmOrder/fictitiousOrder.vue @@ -0,0 +1,197 @@ + + + + + diff --git a/src/pages/ConfirmOrder/purchaseDetail.vue b/src/pages/ConfirmOrder/purchaseDetail.vue new file mode 100644 index 0000000..24ecf74 --- /dev/null +++ b/src/pages/ConfirmOrder/purchaseDetail.vue @@ -0,0 +1,114 @@ + + + + + diff --git a/src/pages/MyOrder/detail.vue b/src/pages/MyOrder/detail.vue index 8dfbdda..6c08235 100644 --- a/src/pages/MyOrder/detail.vue +++ b/src/pages/MyOrder/detail.vue @@ -63,6 +63,14 @@ 2022-03-23 20:22:03 + + + 发货时间: + + + 2022-03-23 20:22:03 + + diff --git a/src/pages/MyOrder/fictitiousDetail.vue b/src/pages/MyOrder/fictitiousDetail.vue new file mode 100644 index 0000000..be31c32 --- /dev/null +++ b/src/pages/MyOrder/fictitiousDetail.vue @@ -0,0 +1,173 @@ + + + + + diff --git a/src/pages/ShoppingCart/ShoppingCart.vue b/src/pages/ShoppingCart/ShoppingCart.vue index 7bad1af..a1596aa 100644 --- a/src/pages/ShoppingCart/ShoppingCart.vue +++ b/src/pages/ShoppingCart/ShoppingCart.vue @@ -140,7 +140,16 @@ allMoney: 88, }; }, + onShow() { + this.getData() + }, methods: { + getData(){ + uni.setNavigationBarTitle({ + title: '购物车(' + this.list.length + ')' + }); + + }, del(i) { console.log(i) }, @@ -237,7 +246,7 @@ .top_right { margin-left: 5px; - line-height: 35px; + line-height: 38px; font-size: 16px; font-family: PingFangSC-Medium, PingFang SC; font-weight: 700; diff --git a/src/static/error.png b/src/static/error.png new file mode 100644 index 0000000..6a05620 Binary files /dev/null and b/src/static/error.png differ diff --git a/src/static/jfIcon.png b/src/static/jfIcon.png new file mode 100644 index 0000000..2c42020 Binary files /dev/null and b/src/static/jfIcon.png differ diff --git a/src/static/linkIcon.png b/src/static/linkIcon.png new file mode 100644 index 0000000..b893aaa Binary files /dev/null and b/src/static/linkIcon.png differ diff --git a/src/static/success.png b/src/static/success.png new file mode 100644 index 0000000..1f9f194 Binary files /dev/null and b/src/static/success.png differ