From 77e675c5d22dbd30eacc4c55d4736a1bc57fc60c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=A6=86=E9=92=B1=E8=90=BD=E5=B0=BD=E6=A7=BF=E8=8A=B1?=
=?UTF-8?q?=E7=A8=80?= <2675540038@qq.com>
Date: Tue, 10 Jun 2025 18:28:03 +0800
Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E4=B8=8B?=
=?UTF-8?q?=E6=BB=91UI=202.=E4=BF=AE=E6=94=B9=E6=88=91=E7=9A=84=E4=B8=8B?=
=?UTF-8?q?=E6=BB=91UI=203.=E6=96=B0=E5=A2=9E=E5=8F=91=E5=B8=83=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E5=BC=B9=E7=AA=97=E5=80=92=E8=AE=A1=E6=97=B6=204.?=
=?UTF-8?q?=E4=BC=98=E5=8C=96=E5=8F=91=E5=B8=83=E9=A1=B5=E9=9D=A2=EF=BC=8C?=
=?UTF-8?q?=E5=85=8D=E8=B4=A3=E5=A3=B0=E6=98=8E=E5=BC=B9=E7=AA=97=E7=A1=AE?=
=?UTF-8?q?=E8=AE=A4=E4=B8=8E=E5=8D=95=E9=80=89=E6=A1=86=E8=81=94=E5=8A=A8?=
=?UTF-8?q?=E9=97=AE=E9=A2=98=205.=E4=BF=AE=E5=A4=8D=E7=B3=BB=E7=BB=9F?=
=?UTF-8?q?=E6=B6=88=E6=81=AF=E9=87=8D=E5=A4=8D=E6=98=BE=E7=A4=BA=E9=97=AE?=
=?UTF-8?q?=E9=A2=98=206.=E4=B8=8B=E5=8D=95=E9=A1=B5=E9=9D=A2=E6=96=B0?=
=?UTF-8?q?=E5=A2=9E=E9=80=80=E6=AC=BE=E6=94=BF=E7=AD=96=E6=B8=B2=E6=9F=93?=
=?UTF-8?q?=207.=E5=94=AE=E5=90=8E=E8=AE=A2=E5=8D=95=E8=AF=A6=E6=83=85?=
=?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=80=80=E6=AC=BE=E6=94=BF=E7=AD=96=E6=B8=B2?=
=?UTF-8?q?=E6=9F=93=208.=E9=A6=96=E9=A1=B5=E6=96=B0=E5=A2=9E=E4=B8=8B?=
=?UTF-8?q?=E6=8B=89=E5=88=B7=E6=96=B0=E6=8E=A5=E5=8F=A3=209.=E6=88=91?=
=?UTF-8?q?=E5=8F=91=E5=B8=83=E7=9A=84=E6=B4=BB=E5=8A=A8=E6=96=B0=E5=A2=9E?=
=?UTF-8?q?=E4=B8=8B=E6=8B=89=E5=88=B7=E6=96=B0=E6=8E=A5=E5=8F=A3=2010.?=
=?UTF-8?q?=E6=88=91=E5=8F=82=E4=B8=8E=E7=9A=84=E6=96=B0=E5=A2=9E=E4=B8=8B?=
=?UTF-8?q?=E6=8B=89=E5=88=B7=E6=96=B0=E6=8E=A5=E5=8F=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
packageA/afterSales/index.vue | 11 +-
packageA/afterSales/info.vue | 1499 ++++++++++---------
packageA/center/applyDetail.vue | 132 +-
packageA/my/orderList.vue | 1 +
packageA/my/pendinPayDetail.vue | 12 +-
packageA/my/pendinPayStatus.vue | 15 +-
pages.json | 3 +-
pages/activity/index.vue | 7 +-
pages/activity/stationStemys.vue | 10 +-
pages/center/index.vue | 61 +-
pages/fenl/index.vue | 14 +-
pages/index/index.vue | 2395 +++++++++++++++---------------
pages/my/index.vue | 27 +-
13 files changed, 2212 insertions(+), 1975 deletions(-)
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 {