diff --git a/components/qr_code/qr_code.wxss b/components/qr_code/qr_code.wxss
index 72ba6ce..cb454b0 100644
--- a/components/qr_code/qr_code.wxss
+++ b/components/qr_code/qr_code.wxss
@@ -90,14 +90,14 @@ top: 5rpx;
.qrcode{
width:520rpx;
height:520rpx;
- margin-top:-27rpx
+ margin-top:-18rpx
}
.r-code{
font-size:28rpx;
- padding-left: 25rpx;
-margin-top: -5.5rpx;
+ margin-top: -5.5rpx;
+ text-align: center;
}
diff --git a/packageA/pages/myGift/myGift.js b/packageA/pages/myGift/myGift.js
index 68eefe9..ae90c8c 100644
--- a/packageA/pages/myGift/myGift.js
+++ b/packageA/pages/myGift/myGift.js
@@ -315,5 +315,19 @@ Page({
})
},
+
+
+ show_remark:function(e){
+ var index=e.currentTarget.dataset.index;
+ var item=this.data.list.pageData[index];
+ this.setData({
+ show_rem_pop:1,
+ pop_remark_text:item.lbintro
+ })
+ },
+
+ close_remark:function(){
+ this.setData({show_rem_pop:0,})
+ }
})
\ No newline at end of file
diff --git a/packageA/pages/myGift/myGift.wxml b/packageA/pages/myGift/myGift.wxml
index 3b6bebb..378203b 100644
--- a/packageA/pages/myGift/myGift.wxml
+++ b/packageA/pages/myGift/myGift.wxml
@@ -8,7 +8,10 @@
-
+
+
+
+
{{item.lbtitle}}
@@ -53,9 +56,10 @@
{{item.lbtitle}}
兑换截止日期 {{filter.format_time(item.endtime)}}
+ 活动说明
-
+ 注:请到线下门店兑换
@@ -68,3 +72,13 @@
+
+
+
+
+
+ 活动说明:
+ {{pop_remark_text}}
+
+
+
\ No newline at end of file
diff --git a/packageA/pages/myGift/myGift.wxss b/packageA/pages/myGift/myGift.wxss
index 04a155b..1e961aa 100644
--- a/packageA/pages/myGift/myGift.wxss
+++ b/packageA/pages/myGift/myGift.wxss
@@ -164,4 +164,28 @@ page {
color: #bbb;
text-align: center;
font-size: 22rpx;
-}
\ No newline at end of file
+}
+.lb_remark{
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ width: 100%;
+ height: 50rpx;
+ line-height: 50rpx;
+ font-size: 30rpx;
+ color: #333;
+ padding-left: 10rpx;
+ background-color: rgba(250,250,250,0.5);
+}
+
+.rem_pop{
+ position: fixed;
+ top: 30%;
+ left: 6%;
+ width: 88%;
+ margin: 0 auto;
+ height: 460rpx;
+ background-color: #fff;
+ z-index: 100; border-radius: 10rpx;
+ padding: 10rpx;
+}
diff --git a/packageA/pages/myGiftDetails/myGiftDetails.js b/packageA/pages/myGiftDetails/myGiftDetails.js
index c38faeb..162a9db 100644
--- a/packageA/pages/myGiftDetails/myGiftDetails.js
+++ b/packageA/pages/myGiftDetails/myGiftDetails.js
@@ -11,7 +11,7 @@ Page({
data: {
qr_code_object: {
val: "12121",
- content: "请将二维码展示给核销员,服务更快捷!"
+ content: "当前核销码仅限当面使用!"
},
},
diff --git a/packageA/pages/myGiftDetails/myGiftDetails.wxml b/packageA/pages/myGiftDetails/myGiftDetails.wxml
index 036ea05..a318257 100644
--- a/packageA/pages/myGiftDetails/myGiftDetails.wxml
+++ b/packageA/pages/myGiftDetails/myGiftDetails.wxml
@@ -71,14 +71,40 @@
-
+
+
满{{item.condition}}使用
¥{{item.money}}
- 活动结束日期{{filter.format_time(item.use_end_time,1)}}
+
+
+ {{index==0?'活动结束日期':'截至时间'}}:
+
+
+
+ {{filter.format_time(item.use_end_time,1)}}
+
+
+ 不限
+
+
+
+
+
+ 有效期{{item.days}}天
+
+
+ 不限
+
+
+
+
+
+
+