diff --git a/index/passCar.js b/index/passCar.js
index 6092b44..2ca8dea 100644
--- a/index/passCar.js
+++ b/index/passCar.js
@@ -649,6 +649,9 @@ Page({
that.setData({
park: res.data
})
+ if (res.data){
+ app.globalData.parkVendor = res.data.vendorType;
+ }
})
.catch(err => {
console.log(err);
diff --git a/index/passCar.wxml b/index/passCar.wxml
index cb0e1a8..111b25b 100644
--- a/index/passCar.wxml
+++ b/index/passCar.wxml
@@ -23,6 +23,15 @@
+
+
+ 券优惠券:
+
+ {{quantitle}}
+ {{totalTicketNum}}张可用
+
+
+
入场时间:
@@ -32,17 +41,6 @@
停车时长:
{{timecha}}
-
-
-
- 券优惠券:
-
- {{quantitle}}
- {{totalTicketNum}}张可用
-
-
-
-
待缴费用:
{{stopFees.remainingFee}}元