From bb75bb8907cfbbb53aed930024a385a19af107ca Mon Sep 17 00:00:00 2001
From: meo <18801474720@163.com>
Date: Fri, 28 Jun 2019 18:17:06 +0800
Subject: [PATCH] =?UTF-8?q?[=E4=BC=98=E6=83=A0=E5=88=B8][=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9]:[=E9=99=90=E9=A2=86=E6=9D=A1=E4=BB=B6=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9]?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/coupon/detail/index.wxml | 12 ++++--------
pages/coupon/detail/index.wxss | 4 +++-
pages/spellGroup/mySpellGroup/index.wxml | 12 ++++--------
pages/spellGroup/mySpellGroup/index.wxss | 4 +++-
4 files changed, 14 insertions(+), 18 deletions(-)
diff --git a/pages/coupon/detail/index.wxml b/pages/coupon/detail/index.wxml
index 625b011..543fd04 100644
--- a/pages/coupon/detail/index.wxml
+++ b/pages/coupon/detail/index.wxml
@@ -77,14 +77,10 @@
满{{data.usePriceStr}}元可用
- 限购条件:
- 每人{{data.useLimitQuantity}}张
-
-
- 限领条件:
- 仅限新用户活动
- {{minLimit}}成长值到{{maxLimit}}成长值可以领取
- 大于{{minLimit}}成长值可以领取
+ 限购条件:每人限购{{data.useLimitQuantity}}张
+ 仅限新用户活动
+ ({{minLimit}}-{{maxLimit}}成长值)
+ (大于{{minLimit}}成长值)
diff --git a/pages/coupon/detail/index.wxss b/pages/coupon/detail/index.wxss
index c9ee7ec..a8d2c76 100644
--- a/pages/coupon/detail/index.wxss
+++ b/pages/coupon/detail/index.wxss
@@ -411,7 +411,9 @@ button::after {
font-size: 26rpx;
text-align: center;
}
-
+.timess{
+ color: #af6e34;
+}
.times text {
display: inline-block;
margin: 6rpx;
diff --git a/pages/spellGroup/mySpellGroup/index.wxml b/pages/spellGroup/mySpellGroup/index.wxml
index 7361da0..5796b7d 100644
--- a/pages/spellGroup/mySpellGroup/index.wxml
+++ b/pages/spellGroup/mySpellGroup/index.wxml
@@ -28,14 +28,10 @@
{{data.validStartDate}}至{{data.validEndDate}}(请在有效期内使用)
- 限购条件:
- 每人{{data.useLimitQuantity}}张
-
-
- 限领条件:
- 仅限新用户活动
- {{minLimit}}成长值到{{maxLimit}}成长值可以领取
- 大于{{minLimit}}成长值可以领取
+ 限购条件:每人限购{{data.useLimitQuantity}}张
+ 仅限新用户活动
+ ({{minLimit}}-{{maxLimit}}成长值)
+ (大于{{minLimit}}成长值)
diff --git a/pages/spellGroup/mySpellGroup/index.wxss b/pages/spellGroup/mySpellGroup/index.wxss
index a249463..e776acf 100644
--- a/pages/spellGroup/mySpellGroup/index.wxss
+++ b/pages/spellGroup/mySpellGroup/index.wxss
@@ -15,10 +15,12 @@
background:rgba(255,255,255,1);
line-height:95rpx;
border:1rpx solid rgba(227,227,227,1);
- /* box-shadow:0px 8px 8px 1px rgba(189,189,189,0.32); */
border-radius:48rpx;
margin-right:25rpx;
}
+.timess{
+ color: #af6e34;
+}
.wx-swiper-dots{
margin-bottom: 30rpx;
}