diff --git a/packageA/afterSales/info.vue b/packageA/afterSales/info.vue
index 9c0412a..1692cff 100644
--- a/packageA/afterSales/info.vue
+++ b/packageA/afterSales/info.vue
@@ -136,7 +136,6 @@
驳回原因
{{ info.reason }}
-
@@ -258,7 +257,7 @@
+ placeholder="请输入驳回原因">
@@ -549,7 +548,7 @@ export default {
.third {
width: 100%;
background: #ffffff;
- margin-top: 20rpx;
+ margin-top: 30rpx;
border-radius: 44rpx;
.third-top {
diff --git a/packageA/center/detail.vue b/packageA/center/detail.vue
index 5e2f50b..7ca9b57 100644
--- a/packageA/center/detail.vue
+++ b/packageA/center/detail.vue
@@ -42,8 +42,8 @@
{{
detail.refund_info.title }}
-
+
diff --git a/packageA/center/detailSys.vue b/packageA/center/detailSys.vue
index 97e5ac0..11eb289 100644
--- a/packageA/center/detailSys.vue
+++ b/packageA/center/detailSys.vue
@@ -43,8 +43,8 @@
style="width: 28rpx;height: 28rpx;margin-right: 0;">
{{
detail.refund_info.title }}
-
+
diff --git a/packageA/center/signDetail.vue b/packageA/center/signDetail.vue
index 37b5e56..5d9addc 100644
--- a/packageA/center/signDetail.vue
+++ b/packageA/center/signDetail.vue
@@ -34,11 +34,11 @@
- 订单编号:{{item.order_no}}
+ 订单编号:{{item.order_no}}
-
+
-
+
{{v.name}}
身份证 {{v.idnum}}
@@ -49,7 +49,7 @@
+ style="width: 93%;height: 1rpx;background-color: #f8f8f8;margin: 0rpx auto;margin-top:10rpx;">
diff --git a/packageA/my/orderList.vue b/packageA/my/orderList.vue
index 38baa1e..ce744a8 100644
--- a/packageA/my/orderList.vue
+++ b/packageA/my/orderList.vue
@@ -2,7 +2,7 @@
- 待售后
已售后
+ 已拒绝
-
+ v-for="(item, index) in hotList" :key="index">
+
{{ item.title }}
-
-
+
+
{{
item.user.nickname
}}
@@ -58,22 +62,23 @@
{{
"报名中"
}}
- {{ dateWeeks(item.sign_start_time) }}
- {{ dateWeeks(item.sign_start_time) }}
-
- {{
+ {{ dateWeeks(item.sign_start_time) }}
+ {{ dateWeeks(item.sign_start_time) }}
+
+ {{
item.address_detail }}
-
+
-
-
+
+
-
+
@@ -89,8 +94,8 @@
@@ -112,7 +117,8 @@
-
+
活动时间:{{ dateWeeks(item.detail.sign_start_time)
@@ -138,8 +144,11 @@
¥{{ item.real_refundprice }}
- 数量:{{ item.num }}
- 数量:{{ item.auth_num }}
+ 数量:{{ item.num }}
+ 数量:{{ item.auth_num }}
+
@@ -148,14 +157,13 @@
-
+
- 已同意退款
+ 已同意退款
- 已驳回
+ 已驳回
{
@@ -381,9 +401,9 @@
val = '1,2,3,4,5';
auth_status = this.auth_status;
} else {
- if(val == '-1'){
+ if (val == '-1') {
auth_status = '0,1,2';
- }else{
+ } else {
auth_status = '1';
}
}
@@ -627,7 +647,7 @@
},
selectheader(index) {
console.log(index);
- var status=index.status;
+ var status = index.status;
this.selected = status;
this.page = 1;
this.hotList = [];
@@ -676,11 +696,12 @@
.shenhe {
width: 94%;
position: fixed;
- top: 75rpx;
+ top: 85rpx;
//background: #f7f7f7;
background: #f7f7f7;
z-index: 100;
padding: 30rpx 0rpx;
+
.span_s {
width: 134rpx;
height: 60rpx;
@@ -753,6 +774,7 @@
.rightBox {
width: 50%;
+
.line-row {
width: 382rpx;
height: 1rpx;
diff --git a/packageA/my/pendinPayStatus.vue b/packageA/my/pendinPayStatus.vue
index 6b7958e..f581fc9 100644
--- a/packageA/my/pendinPayStatus.vue
+++ b/packageA/my/pendinPayStatus.vue
@@ -41,7 +41,7 @@
- {{detail.address}}{{detail.address_detail}}
+ {{detail.address}}{{detail.address_detail}}
@@ -77,6 +77,38 @@
{{ formattime(detailAny.paytime)}}
+
+
+
+ 是否同意退款
+ 否
+
+
+ 驳回原因
+ {{ detailAny.reason }}
+
+
+
+
+
+ 是否同意退款
+ 是
+
+
+ 退款数量
+ {{ detailAny.auth_num }}
+ {{ detailAny.num }}
+
+
+ 退款金额
+ ¥{{
+ detailAny.first_refundprice }}
+ ¥{{
+ detailAny.total_refundprice}}
+
+
+
+
@@ -393,7 +425,7 @@
width: 440rpx;
height: 39rpx;
font-family: PingFang SC, PingFang SC;
- font-weight: 400;
+ font-weight: 600;
font-size: 28rpx;
color: #323232;
// margin-left: 16rpx;
@@ -453,7 +485,7 @@
.third {
width: 100%;
background: #ffffff;
- margin-top:20rpx;
+ margin-top:30rpx;
border-radius: 44rpx;
.third-center {
padding: 30rpx;
diff --git a/packageA/my/stationDetail.vue b/packageA/my/stationDetail.vue
index 7a77e3a..eeb117d 100644
--- a/packageA/my/stationDetail.vue
+++ b/packageA/my/stationDetail.vue
@@ -1,14 +1,12 @@
-
-
+
{{detail.title}}
-
-
- {{detail.createtime_text}}
+
+ {{detail.createtime_text}}
@@ -94,7 +92,6 @@
}
.center {
- width: 640rpx;
border-radius: 20rpx 20rpx 20rpx 20rpx;
padding:50rpx 30rpx 30rpx 30rpx;
font-family: PingFang SC, PingFang SC;
@@ -106,9 +103,8 @@
.title {
font-family: PingFang SC, PingFang SC;
font-weight: 800;
- font-size: 34rpx;
+ font-size: 36rpx;
color: #343434;
- margin: 7rpx 0 42rpx 0;
}
}
\ No newline at end of file
diff --git a/pages/activity/index.vue b/pages/activity/index.vue
index 8b13b9d..6ae5cb5 100644
--- a/pages/activity/index.vue
+++ b/pages/activity/index.vue
@@ -405,7 +405,7 @@
.text {
margin-top: 20rpx;
font-family: PingFang SC, PingFang SC;
- font-weight: 500;
+ font-weight: 400;
font-size: 26rpx;
color: #3D3D3D;
margin-bottom: 40rpx;
diff --git a/pages/center/index.vue b/pages/center/index.vue
index f5d9f57..f63ca9e 100644
--- a/pages/center/index.vue
+++ b/pages/center/index.vue
@@ -1639,7 +1639,7 @@ uni.hideShareMenu();
background: #FFFFFF;
// box-shadow: 0rpx -6rpx 12rpx 0rpx rgba(111, 190, 255, 0.1);
border-radius: 0rpx 0rpx 0rpx 0rpx;
- bottom: 162rpx;
+ bottom: 148rpx;
position: fixed;
z-index: 10;
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 8b068f9..2efe06d 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -119,7 +119,7 @@
maxCount="5" gap="0.4">
+ style="width: 60rpx;height: 60rpx;margin-left:-20rpx;z-index: 1;">
{{ Number(item.join_info.people_number) + "人已上车" }}
diff --git a/pages/my/index.vue b/pages/my/index.vue
index 8264c0b..f70423e 100644
--- a/pages/my/index.vue
+++ b/pages/my/index.vue
@@ -125,10 +125,10 @@
+ maxCount="4" gap="0.4">
+ style="width: 60rpx;height: 60rpx;margin-left:-20rpx;z-index: 1;">
{{ Number(item.join_info.people_number) + "人已上车" }}