diff --git a/packageA/afterSales/index.vue b/packageA/afterSales/index.vue
index 0d407f4..dffbc24 100644
--- a/packageA/afterSales/index.vue
+++ b/packageA/afterSales/index.vue
@@ -39,7 +39,7 @@
- 选择退款数量 (剩余{{detailAny.verification.total_number - detailAny.verification.have_number}}张)
+ 选择退款数量 (已核销{{detailAny.verification.have_number}}张)
{{ nummoney }}
@@ -74,9 +74,9 @@
-
退款政策
-
-
+
+
+
+
+
+
+
+
+
+ {{item.refund_time}}
+ {{item.refund_scale}}
+ {{item.refund_price}}
+
+
+
+
+
-
@@ -212,7 +215,7 @@
-->
-
+
@@ -263,6 +263,9 @@
background-image: url("https://naweigetetest2.hschool.com.cn/dyqc/bgx2.png");
background-size: 100%;
background-repeat: no-repeat;
+ position: fixed;
+ height: 100vh;
+ width: 100%;
}
.w-100 {
diff --git a/pages/activity/stationStemys.vue b/pages/activity/stationStemys.vue
index ced1a5f..ea8808d 100644
--- a/pages/activity/stationStemys.vue
+++ b/pages/activity/stationStemys.vue
@@ -1,8 +1,8 @@
-
-
+
-
+
@@ -154,13 +154,13 @@
-
- 确认发布
- 确认发布
+ 确认发布
@@ -200,7 +200,7 @@
@@ -276,6 +276,9 @@
export default {
data() {
return {
+ agreeAdd:false,
+ timer:null,
+ timeLog:0,
showPopbq: false, //标签弹窗
bqList: [], //标签列表
cate_id: '', //标签id
@@ -594,16 +597,17 @@
this.birthShow1 = false
},
close() {
- this.show = false
+ this.show = false;
+ clearInterval(this.timer);
},
closetuikuan() {
this.tuikuan = false
},
open() {
this.show = true
- setTimeout(() => {
- this.agree = true
- }, 5000)
+ // setTimeout(() => {
+ // this.agree = true
+ // }, 5000)
},
opentuikuan() {
this.tuikuan = true;
@@ -611,13 +615,22 @@
this.form.refund_idn = '随时退';
},
change() {
- this.agree = true
+ this.agree = true;
+ this.agreeAdd=true;
this.show = false
},
// 选择机构地址
protocolClick(tag) {
- console.log(tag)
+ //timeLog 开始倒计时
+ this.timeLog = 5;
+ this.timer = setInterval(() => {
+ this.timeLog--;
+ if (this.timeLog === 0) {
+ this.agreeShow=true;
+ clearInterval(this.timer);
+ }
+ }, 1000);
this.show = true
},
// 获取入驻协议文章
@@ -1024,9 +1037,23 @@
\ No newline at end of file
diff --git a/pages/my/index.vue b/pages/my/index.vue
index 4cba379..136f448 100644
--- a/pages/my/index.vue
+++ b/pages/my/index.vue
@@ -1,7 +1,7 @@
-
+
-
-
-
-
+
+
+
@@ -868,6 +867,8 @@ export default {