From 01beff42b01a9295911e1ab71d0dbb77f7c7d34d Mon Sep 17 00:00:00 2001
From: shijingjing <1789544664@qq.com>
Date: Fri, 31 Mar 2023 14:51:04 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B5=8C=E5=A5=97=E4=B8=80=E5=B1=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../fengdu/AppNewFarmerBank/integralAdd.vue | 29 +++++-
.../fengdu/AppNewFarmerBank/integralApply.vue | 63 +++++++++++-
.../fengdu/AppNewFarmerBank/taskDetail.vue | 95 ++++++++++---------
3 files changed, 134 insertions(+), 53 deletions(-)
diff --git a/src/project/fengdu/AppNewFarmerBank/integralAdd.vue b/src/project/fengdu/AppNewFarmerBank/integralAdd.vue
index 5aef722..8980b91 100644
--- a/src/project/fengdu/AppNewFarmerBank/integralAdd.vue
+++ b/src/project/fengdu/AppNewFarmerBank/integralAdd.vue
@@ -1,6 +1,11 @@
@@ -10,14 +15,32 @@ export default {
appName: '积分申请',
data() {
return {
-
+ form: {
+ type: 0,
+ }
}
},
+ onLoad(o) {
+ this.$dict.load(['clapEventStatus'])
+ }
}
\ No newline at end of file
diff --git a/src/project/fengdu/AppNewFarmerBank/integralApply.vue b/src/project/fengdu/AppNewFarmerBank/integralApply.vue
index bd2cfd4..ce0e175 100644
--- a/src/project/fengdu/AppNewFarmerBank/integralApply.vue
+++ b/src/project/fengdu/AppNewFarmerBank/integralApply.vue
@@ -2,12 +2,19 @@
-
+
+
房钱午后卫生
+
2020-12-11 10:10
+
+
@@ -22,7 +29,9 @@ export default {
}
},
methods: {
-
+ toAdd() {
+ this.$linkTo('./integralAdd')
+ }
},
onShow() {
@@ -35,6 +44,54 @@ export default {
padding-bottom: 120px;
box-sizing: border-box;
+ .card-list {
+ margin-top: 24px;
+ background: #FFF;
+ .card {
+ padding: 32px 40px;
+ box-sizing: border-box;
+ border-bottom: 1px solid #EEEEEE;
+ display: flex;
+ align-items: center;
+ .left {
+ width: calc(100% - 200px);
+ .title {
+ font-size: 32px;
+ font-weight: 600;
+ }
+ .time {
+ font-size: 28px;
+ font-weight: 400;
+ color: #666666;
+ margin-top: 8px;
+ }
+ }
+ .right {
+ width: 200px;
+ text-align: right;
+ .integral {
+ font-size: 38px;
+ font-weight: 600;
+ }
+ .status {
+ font-size: 28px;
+ font-weight: 400;
+ margin-top: 8px;
+ }
+
+ .status0 {
+ color: #FF9A40;
+ }
+ .status0 {
+ color: #5AAD6A;
+ }
+ .status0 {
+ color: #CD413A;
+ }
+ }
+ }
+ }
+
::v-deep .btn-wrapper {
background: #FFF;
}
diff --git a/src/project/fengdu/AppNewFarmerBank/taskDetail.vue b/src/project/fengdu/AppNewFarmerBank/taskDetail.vue
index 0df3a0f..f310431 100644
--- a/src/project/fengdu/AppNewFarmerBank/taskDetail.vue
+++ b/src/project/fengdu/AppNewFarmerBank/taskDetail.vue
@@ -1,58 +1,60 @@
-
-
-
{{ info.title }}
-
{{ info.detail }}
-
-
+
+
+
+
{{ info.title }}
+
{{ info.detail }}
+
+
+
-
-
-
基础信息
-
-

-
-
-
{{ info.address }}
+
+
基础信息
+
+

+
+
+
{{ info.address }}
+
+
+

+
导航
+
-
-

-
导航
+
+

+
+
+
{{ $dict.getLabel('fdIntegralTaskType', info.type) }}
+
+
+
+

+
+
+
{{ info.intoBegintime.substring(0, 16) }} 至 {{ info.intoEndtime.substring(0, 16) }}
+
+
+
+

+
+
+
{{ info.exitBegintime.substring(0, 16) }} 至 {{ info.exitEndtime.substring(0, 16) }}
+
-
-

-
-
-
{{ $dict.getLabel('fdIntegralTaskType', info.type) }}
+
+
+ 报名得积分/积分+{{ info.enrollIntegral }}
+ 已报名
-
-

-
-
-
{{ info.intoBegintime.substring(0, 16) }} 至 {{ info.intoEndtime.substring(0, 16) }}
+
+
+
{{ dkqd }}/积分+{{ intoIntegral }}
-
-

-
-
-
{{ info.exitBegintime.substring(0, 16) }} 至 {{ info.exitEndtime.substring(0, 16) }}
-
-
-
-
-
- 报名得积分/积分+{{ info.enrollIntegral }}
- 已报名
-
-
-
-
-
{{ dkqd }}/积分+{{ intoIntegral }}
-
@@ -343,10 +345,9 @@ export default {
this.token && this.getUserInfo('qujing')
})
}
-
},
onLoad(o) {
- this.id = o.id
+ this.id = o?.id
if (decodeURIComponent(o.scene) != 'undefined') {
this.id = decodeURIComponent(o.scene)
}