diff --git a/gasStation-uni/pages.json b/gasStation-uni/pages.json index f9a64a047..1e3553279 100644 --- a/gasStation-uni/pages.json +++ b/gasStation-uni/pages.json @@ -136,7 +136,12 @@ "path": "myPointsOrder/myPointsOrder", "style": { "navigationBarTitleText": "我的订单" - + } + }, + { + "path": "myPointsOrder/details", + "style": { + "navigationBarTitleText": "订单详情" } }, { @@ -163,8 +168,8 @@ { "path": "PointsMall/PointsMall", "style": { - "navigationBarTitleText": "积分商城", - "navigationStyle": "custom" + "navigationBarTitleText": "积分商城" + } }, { @@ -393,4 +398,4 @@ "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} -} \ No newline at end of file +} diff --git a/gasStation-uni/pages/my/my.vue b/gasStation-uni/pages/my/my.vue index d2108296b..2a7dc5ab7 100644 --- a/gasStation-uni/pages/my/my.vue +++ b/gasStation-uni/pages/my/my.vue @@ -79,7 +79,7 @@ 消费记录 - + @@ -248,6 +248,11 @@ url: '/pagesMy/myorder/myorder' }) } + if (num == 3) { + uni.navigateTo({ + url: '/pagesHome/myPointsOrder/myPointsOrder' + }) + } }, // 查询全部充值订单 getAllOrderList() { @@ -606,4 +611,4 @@ height: 100%; } } - \ No newline at end of file + diff --git a/gasStation-uni/pagesHome/PointsMall/PointsMall.vue b/gasStation-uni/pagesHome/PointsMall/PointsMall.vue index 175ebca75..53b029ef0 100644 --- a/gasStation-uni/pagesHome/PointsMall/PointsMall.vue +++ b/gasStation-uni/pagesHome/PointsMall/PointsMall.vue @@ -1,67 +1,23 @@