From e29f8aea06f072b82a286b26c47fbb9cf20adcb0 Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Thu, 7 Nov 2019 16:22:20 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=81=9C=E8=BD=A6][=E4=BF=AE=E6=94=B9]:[?= =?UTF-8?q?=E5=81=9C=E8=BD=A6=E4=BF=AE=E6=94=B9]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index/passCar.js | 3 +++ index/passCar.wxml | 20 +++++++++----------- 2 files changed, 12 insertions(+), 11 deletions(-) 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}}元