diff --git a/gasStation-uni/pages.json b/gasStation-uni/pages.json index d8b49c504..001bd2d0c 100644 --- a/gasStation-uni/pages.json +++ b/gasStation-uni/pages.json @@ -269,6 +269,12 @@ "navigationStyle": "custom" } }, + { + "path": "Coupons/details", + "style": { + "navigationBarTitleText": "卡券详情" + } + }, { diff --git a/gasStation-uni/pages/my/my.vue b/gasStation-uni/pages/my/my.vue index 0732c91c4..fc5c44415 100644 --- a/gasStation-uni/pages/my/my.vue +++ b/gasStation-uni/pages/my/my.vue @@ -120,7 +120,7 @@ 车牌管理 - + @@ -383,6 +383,11 @@ url: '/pagesMy/licensePlate/index' }) }, + goCZZ() { + uni.navigateTo({ + url: '/pagesMy/growthValue/index' + }) + }, goFleet() { uni.navigateTo({ url: '/pagesMy/fleetInfo/index' diff --git a/gasStation-uni/pagesMy/Coupons/details.vue b/gasStation-uni/pagesMy/Coupons/details.vue new file mode 100644 index 000000000..4b5e2b1c1 --- /dev/null +++ b/gasStation-uni/pagesMy/Coupons/details.vue @@ -0,0 +1,151 @@ + + + + \ No newline at end of file