diff --git a/gasStation-uni/pages.json b/gasStation-uni/pages.json
index 8a238a80c..7ef309ffb 100644
--- a/gasStation-uni/pages.json
+++ b/gasStation-uni/pages.json
@@ -193,6 +193,13 @@
"navigationStyle": "custom"
}
},
+ {
+ "path": "CardManagement/Detail",
+ "style": {
+ "navigationBarTitleText": "添加子卡管理",
+ "navigationStyle": "custom"
+ }
+ },
{
"path": "writeOff/writeOff",
"style": {
diff --git a/gasStation-uni/pagesHome/PointsGoodsDetails/PointsGoodsDetails.vue b/gasStation-uni/pagesHome/PointsGoodsDetails/PointsGoodsDetails.vue
index bc5e92c1b..87be4fbfd 100644
--- a/gasStation-uni/pagesHome/PointsGoodsDetails/PointsGoodsDetails.vue
+++ b/gasStation-uni/pagesHome/PointsGoodsDetails/PointsGoodsDetails.vue
@@ -11,7 +11,6 @@
-
兑换成功
diff --git a/gasStation-uni/pagesHome/oilRecharge/oilRecharge.vue b/gasStation-uni/pagesHome/oilRecharge/oilRecharge.vue
index 209453e62..2be6991cb 100644
--- a/gasStation-uni/pagesHome/oilRecharge/oilRecharge.vue
+++ b/gasStation-uni/pagesHome/oilRecharge/oilRecharge.vue
@@ -200,6 +200,7 @@
this.getValueCars();
}
if (option.id == 1) {
+ console.log("囤油");
this.getFuelCars();
}
@@ -207,7 +208,7 @@
onShow() {
this.getValueCars();
this.getStaffList()
- //this.getFuelCars();
+
},
methods: {
confirms() {
@@ -275,9 +276,9 @@
this.cardValueList = []
if (res.code == 200) {
this.cardValueList = res.data.records
- this.xzindex(0, this.cardValueList[0].rechargeBalance, this.cardValueList[0].fringeBenefit,
- this.cardValueList[0].giftBalance, this.cardValueList[0].points, this
- .cardValueList[0].growthValue)
+ this.xzindex(0, res.data.records[0].rechargeBalance, res.data.records[0].fringeBenefit,
+ res.data.records[0].giftBalance, res.data.records[0].points, res.data.records[0]
+ .growthValue)
}
})
@@ -294,12 +295,8 @@
this.cardValueList = []
if (res.code == 200) {
this.cardFuleList = res.data.records
- console.log('213');
- this.fuleindex(0, this.cardValueList[0].rechargeBalance, this.cardValueList[0]
- .fringeBenefit,
- this.cardFuleList[0].rechargeBalance, this.cardFuleList[0].points, this
- .cardFuleList[0].lockupPrice, this
- .cardFuleList[0].incomeLitres)
+
+ this.fuleindex(0, res.data.records[0].rechargeBalance, res.data.records[0].points)
}
})
},
diff --git a/gasStation-uni/pagesMy/CardManagement/CardManagement.vue b/gasStation-uni/pagesMy/CardManagement/CardManagement.vue
index 716f97d30..657a1cc65 100644
--- a/gasStation-uni/pagesMy/CardManagement/CardManagement.vue
+++ b/gasStation-uni/pagesMy/CardManagement/CardManagement.vue
@@ -30,6 +30,9 @@
+
+
+
+
+ 请输入手机号:
+
+
+
+
+
+ 提交
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file