From fdfb5b138dd3fac48ddc3184ee12634be4e81b80 Mon Sep 17 00:00:00 2001
From: meo <958484406@qq.com>
Date: Sat, 25 Aug 2018 19:05:47 +0800
Subject: [PATCH] =?UTF-8?q?[=E9=A6=96=E9=A1=B5=E4=BC=98=E6=83=A0=E5=88=B8?=
=?UTF-8?q?=E5=BA=93=E5=AD=98=E5=A2=9E=E5=8A=A0][=E5=A2=9E=E5=8A=A0]:?=
=?UTF-8?q?=E9=A6=96=E9=A1=B5=E4=BC=98=E6=83=A0=E5=88=B8=E5=BA=93=E5=AD=98?=
=?UTF-8?q?=E5=A2=9E=E5=8A=A0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/coupons/index.wxml | 7 ++++---
components/coupons/index.wxss | 4 ++--
pages/index/index.js | 1 -
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/components/coupons/index.wxml b/components/coupons/index.wxml
index 9c5e2e9..d2f977e 100644
--- a/components/coupons/index.wxml
+++ b/components/coupons/index.wxml
@@ -6,19 +6,20 @@
{{data.title}}
- {{data.subTitle}}
+ {{data.subTitle}}
满¥{{data.usePriceStr}}可用
仅限本店使用
+ 剩余库存: {{data.remainInventory}}
- ¥{{data.salePrice/100}}
- ¥{{data.price/100}}
+ ¥{{data.salePriceStr}}
+ ¥{{data.priceStr}}
领取
购买
diff --git a/components/coupons/index.wxss b/components/coupons/index.wxss
index 216eb6b..bf90000 100644
--- a/components/coupons/index.wxss
+++ b/components/coupons/index.wxss
@@ -92,12 +92,12 @@
color: #ffffff !important;
letter-spacing: 0;
height: 50rpx !important;
- width: 114rpx !important;
+ width: 138rpx !important;
line-height: 50rpx !important;
}
.subtitle {
font-size: 26rpx;
- color: #666;
+ color: #333;
font-weight: 100;
}
.coupons-info-manjian {
diff --git a/pages/index/index.js b/pages/index/index.js
index a981cac..442196c 100644
--- a/pages/index/index.js
+++ b/pages/index/index.js
@@ -36,7 +36,6 @@ Page({
title: "加载中"
});
var scene = decodeURIComponent(options.scene);
- var that = this;
setTimeout(function() {
wx.hideLoading();
}, 2200);