diff --git a/components/my_confirm/my_confirm.js b/components/my_confirm/my_confirm.js
index dd401fb..5795d99 100644
--- a/components/my_confirm/my_confirm.js
+++ b/components/my_confirm/my_confirm.js
@@ -10,6 +10,8 @@ Component({
title: null, //标题
s_text: null, //确定的提示语
c_text: null, //取消的提示语
+
+ is_show_txt:0,
},
methods: {
@@ -22,6 +24,18 @@ Component({
})
this.data.success = success;
this.data.cancle = cancle;
+
+
+ var ck1=content.indexOf('购买该礼包');
+ var ck2=content.indexOf('兑换该礼包');
+ var ck3=content.indexOf('领取该礼包');
+
+ if(ck1 || ck2 || ck3){
+ this.setData({
+ is_show_txt:1
+ })
+ }
+
},
open_cancel: function (yu_e_show){
this.setData({
diff --git a/components/my_confirm/my_confirm.wxml b/components/my_confirm/my_confirm.wxml
index b7343e3..4cccec6 100644
--- a/components/my_confirm/my_confirm.wxml
+++ b/components/my_confirm/my_confirm.wxml
@@ -6,6 +6,7 @@
ⅹ
{{title}}
+ 注:礼包采用虚拟发货形式,支付成功后即到账。
{{s_text}}
{{c_text}}
diff --git a/packageE/pages/user/monthgiftbag/public/buy_com.wxml b/packageE/pages/user/monthgiftbag/public/buy_com.wxml
index 68e0e47..00a14b7 100644
--- a/packageE/pages/user/monthgiftbag/public/buy_com.wxml
+++ b/packageE/pages/user/monthgiftbag/public/buy_com.wxml
@@ -252,6 +252,7 @@
+ 注:礼包采用虚拟发货形式,支付成功后即到账。
+
+ 注:礼包采用虚拟发货形式,支付成功后即到账。
+