diff --git a/gasStation-uni/pages.json b/gasStation-uni/pages.json
index dd8c5044b..182c31ada 100644
--- a/gasStation-uni/pages.json
+++ b/gasStation-uni/pages.json
@@ -57,6 +57,14 @@
// "navigationStyle": "custom"
}
},
+ {
+ "path": "cardDetails/detailed",
+ "style": {
+ "navigationBarTitleText": "余额明细"
+ // "navigationStyle": "custom"
+ }
+ },
+
{
"path": "memberRecharge/index",
"style": {
diff --git a/gasStation-uni/pagesHome/memberRecharge/index.vue b/gasStation-uni/pagesHome/memberRecharge/index.vue
index a28dafa45..fb0729b27 100644
--- a/gasStation-uni/pagesHome/memberRecharge/index.vue
+++ b/gasStation-uni/pagesHome/memberRecharge/index.vue
@@ -7,7 +7,7 @@
中建锦绣二期站
-
+
充值金额
@@ -53,6 +53,20 @@
立即充值10000元
+
+
+ 选择油站
+
+
+
+
+
+ 测试A店
+ 129.9km
+
+
+
+
@@ -60,10 +74,14 @@
export default {
data() {
return {
+ show: false,
windex: 0
}
},
methods: {
+ close() {
+ this.show = false
+ },
setIndex(index) {
this.windex = index
}
@@ -227,4 +245,44 @@
color: #333333;
}
+
+ ._tbox {
+ border-radius: 10px;
+ background: #fff;
+ width: 100%;
+
+
+ }
+
+ ._btop {
+ box-sizing: border-box;
+ padding: 15px;
+ border-bottom: 1px solid #EEEEEE;
+ text-align: center;
+ font-weight: 600;
+ font-size: 14px;
+ color: #333333;
+ }
+
+ .input_sou {
+ width: 95%;
+ border: 1px solid #EEEEEE;
+ border-radius: 50px;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ box-sizing: border-box;
+ padding: 5px 10px;
+ margin: 15px auto;
+ }
+
+ .h_box {
+ border-bottom: 1px solid #EEEEEE;
+ box-sizing: border-box;
+ padding: 5px 15px;
+ width: 100%;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ }
\ No newline at end of file