From c5e6351aa8f7b5a1f08750147f7e8a55abe28335 Mon Sep 17 00:00:00 2001 From: xvv Date: Wed, 18 Sep 2024 14:13:55 +0800 Subject: [PATCH] 9.18 --- gasStation-uni/pages.json | 6 +- .../pagesHome/cardDetails/detailed.vue | 168 +++++++++++++++++- .../pagesHome/cardDetails/index.vue | 7 +- .../pagesRefuel/orderSuccess/index.vue | 101 +++++++---- gasStation-uni/static/icon/hycz.png | Bin 0 -> 1494 bytes gasStation-uni/static/icon/hyxf.png | Bin 0 -> 1566 bytes gasStation-uni/static/icon/zfcg.png | Bin 0 -> 4979 bytes .../dist/dev/mp-weixin/static/icon/zfcg.png | Bin 0 -> 4979 bytes 8 files changed, 243 insertions(+), 39 deletions(-) create mode 100644 gasStation-uni/static/icon/hycz.png create mode 100644 gasStation-uni/static/icon/hyxf.png create mode 100644 gasStation-uni/static/icon/zfcg.png create mode 100644 gasStation-uni/unpackage/dist/dev/mp-weixin/static/icon/zfcg.png diff --git a/gasStation-uni/pages.json b/gasStation-uni/pages.json index 624fcef4d..bd4a49eff 100644 --- a/gasStation-uni/pages.json +++ b/gasStation-uni/pages.json @@ -185,8 +185,8 @@ { "path": "orderSuccess/index", "style": { - "navigationBarTitleText": "支付完成页", - "navigationStyle": "custom" + "navigationBarTitleText": "支付结果" + } } ] @@ -355,4 +355,4 @@ "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} -} +} \ No newline at end of file diff --git a/gasStation-uni/pagesHome/cardDetails/detailed.vue b/gasStation-uni/pagesHome/cardDetails/detailed.vue index 867b7a6f0..545f80124 100644 --- a/gasStation-uni/pagesHome/cardDetails/detailed.vue +++ b/gasStation-uni/pagesHome/cardDetails/detailed.vue @@ -1,12 +1,176 @@ \ No newline at end of file diff --git a/gasStation-uni/pagesHome/cardDetails/index.vue b/gasStation-uni/pagesHome/cardDetails/index.vue index 77c3787ad..f2cf6f08f 100644 --- a/gasStation-uni/pagesHome/cardDetails/index.vue +++ b/gasStation-uni/pagesHome/cardDetails/index.vue @@ -25,7 +25,7 @@ 立即充值 - + 余额明细 @@ -131,6 +131,11 @@ }, setIndex(index) { this.windex = index + }, + godetail() { + uni.navigateTo({ + url: '/pagesHome/cardDetails/detailed' + }) } } } diff --git a/gasStation-uni/pagesRefuel/orderSuccess/index.vue b/gasStation-uni/pagesRefuel/orderSuccess/index.vue index d5ca92efe..e386ed428 100644 --- a/gasStation-uni/pagesRefuel/orderSuccess/index.vue +++ b/gasStation-uni/pagesRefuel/orderSuccess/index.vue @@ -1,25 +1,40 @@