From ef61da5979ff82d4a282ce426d12b6f41ef8eba9 Mon Sep 17 00:00:00 2001
From: zhangkai <847704969@qq.com>
Date: Tue, 3 Jun 2025 18:46:06 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E5=8F=91=E5=B8=83=20?=
=?UTF-8?q?=E5=B7=B2=E5=AE=8C=E6=88=90=E8=AE=A2=E5=8D=95=E5=8A=A8=E6=80=81?=
=?UTF-8?q?=20=E9=80=80=E6=AC=BE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
packageA/afterSales/index.vue | 8 +-
packageA/center/applyDetail.vue | 36 ++++++-
packageA/my/exercise.vue | 2 +-
packageA/my/pendinPayStatus.vue | 165 +++++++++++++++++--------------
packageA/my/person-detail.vue | 4 +-
pages.json | 3 +-
pages/activity/index.vue | 2 +-
pages/activity/stationStemys.vue | 8 +-
pages/center/index.vue | 53 +++++-----
9 files changed, 167 insertions(+), 114 deletions(-)
diff --git a/packageA/afterSales/index.vue b/packageA/afterSales/index.vue
index 8a2e859..0d407f4 100644
--- a/packageA/afterSales/index.vue
+++ b/packageA/afterSales/index.vue
@@ -39,7 +39,7 @@
- 选择退款数量 (剩余{{detailAny.join_info.stock - detailAny.join_info.people_number}}张)
+ 选择退款数量 (剩余{{detailAny.verification.total_number - detailAny.verification.have_number}}张)
{{ nummoney }}
@@ -224,9 +224,9 @@
})
return;
}
- if (this.nummoney > this.detailAny.join_info.people_number) {
+ if (this.nummoney > this.detailAny.verification.total_number) {
uni.showToast({
- title: '退款数量不能已购买数量',
+ title: '退款数量不能超过已购买数量',
icon: 'none',
duration: 2000
})
@@ -275,7 +275,7 @@
})
},
addMon(){
- if (this.nummoney < this.detailAny.join_info.people_number) {
+ if (this.nummoney < this.detailAny.verification.total_number) {
this.nummoney++;
this.priceGem = Number(this.detail.price)*Number(this.nummoney)+".00";
}else{
diff --git a/packageA/center/applyDetail.vue b/packageA/center/applyDetail.vue
index 4da44c1..b4f7551 100644
--- a/packageA/center/applyDetail.vue
+++ b/packageA/center/applyDetail.vue
@@ -113,7 +113,7 @@
-
+
diff --git a/pages.json b/pages.json
index 8a38c42..cc37688 100644
--- a/pages.json
+++ b/pages.json
@@ -141,7 +141,8 @@
{
"path": "my/pendinPayStatus",
"style": {
- "navigationBarTitleText": "已完成订单"
+ "navigationBarTitleText": "已完成订单",
+ "navigationStyle": "custom"
}
},
diff --git a/pages/activity/index.vue b/pages/activity/index.vue
index 4976b42..97ad079 100644
--- a/pages/activity/index.vue
+++ b/pages/activity/index.vue
@@ -34,7 +34,7 @@
{{item.title}}
{{item.createtime_text}}
- {{item.desc}}
+ {{item.desc}}