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}}