diff --git a/gasStation-uni/pagesHome/MyCard/MyCard.vue b/gasStation-uni/pagesHome/MyCard/MyCard.vue
index b2ef69781..b88c90218 100644
--- a/gasStation-uni/pagesHome/MyCard/MyCard.vue
+++ b/gasStation-uni/pagesHome/MyCard/MyCard.vue
@@ -25,7 +25,7 @@
¥ {{cardBalance}}
-
+
立即充值
@@ -34,10 +34,6 @@
囤油卡
-
-
-
-
上一张
@@ -48,11 +44,6 @@
-
-
-
-
-
@@ -73,9 +64,12 @@
style="margin-right: 15px;">
-
- 立即充值
+
+
+ 立即充值
+
+
@@ -104,8 +98,10 @@
style="margin-right: 15px;">
-
- 立即兑换
+
+
+ 立即兑换
+
@@ -134,9 +130,9 @@
this.getUserBalance()
},
methods: {
- gocard() {
+ gocard(id) {
uni.navigateTo({
- url: '/pagesHome/oilRecharge/oilRecharge'
+ url: '/pagesHome/oilRecharge/oilRecharge?id=' + id
})
},
s_() {
@@ -342,4 +338,12 @@
font-weight: bold;
color: #000;
}
+
+ .z_yw {
+ width: 100%;
+ margin: 5px auto;
+ display: flex;
+ align-items: center;
+ justify-content: flex-end;
+ }
\ No newline at end of file
diff --git a/gasStation-uni/pagesHome/PointsMall/PointsMall.vue b/gasStation-uni/pagesHome/PointsMall/PointsMall.vue
index 07c51c13b..e3889e655 100644
--- a/gasStation-uni/pagesHome/PointsMall/PointsMall.vue
+++ b/gasStation-uni/pagesHome/PointsMall/PointsMall.vue
@@ -62,7 +62,11 @@
+
+
+
@@ -126,7 +130,6 @@
page: 1,
pageSize: 10000
}
-
}
},
@@ -251,12 +254,18 @@
+ .an-title {
+ font-size: 16px;
+ font-weight: bold;
+ color: #333333;
+ margin-left: 5px;
+ }
+
+ .mu_ {
+ font-size: 18px;
+ font-weight: bold;
+ margin: 15px auto;
+ }
+
\ No newline at end of file