diff --git a/src/mods/AppIntegralApply/AppIntegralApply.vue b/src/mods/AppIntegralApply/AppIntegralApply.vue index 5e8b9f4..886ce44 100644 --- a/src/mods/AppIntegralApply/AppIntegralApply.vue +++ b/src/mods/AppIntegralApply/AppIntegralApply.vue @@ -25,7 +25,8 @@
- {{ item.name }} + + {{ item.name }}
@@ -188,9 +189,14 @@ export default { .flex { display: flex; justify-content: space-between; + margin-top: 28px; .tags { + padding: 4px 16px; + background: #eeeeee; + border-radius: 24px; } .times { + color: #999; } } } @@ -200,6 +206,18 @@ export default { background: #fff; box-shadow: inset 0px -1px 0px 0px #dddddd; border-radius: 0px 0px 16px 16px; + .status { + font-size: 28px; + } + .status0 { + color: #42d784; + } + .status1 { + color: #ff4466; + } + .status2 { + color: #ff883c; + } } } } diff --git a/src/mods/AppIntegralApply/detail.vue b/src/mods/AppIntegralApply/detail.vue index 640e36e..30a78bd 100644 --- a/src/mods/AppIntegralApply/detail.vue +++ b/src/mods/AppIntegralApply/detail.vue @@ -32,80 +32,59 @@
图片资料
- + +
-
填报信息
+
审核详情
-
活动时间
+
审核结果
{{ detail.beginTime }}
-
活动人数
+
积分规则类型
{{ detail.realNum }}
-
活动地点
+
积分规则事项
{{ detail.areaName }}{{ detail.address }}
-
活动地点
+
积分调整
{{ detail.areaName }}{{ detail.address }}
-
活动地点
+
审核人
{{ detail.areaName }}{{ detail.address }}
-
活动地点
+
审核时间
{{ detail.areaName }}{{ detail.address }}
-
填报信息
-
-
活动时间
+
审核结果备份
{{ detail.beginTime }}
-
活动人数
+
驳回理由
{{ detail.realNum }}
- -
-
活动地点
-
{{ detail.areaName }}{{ detail.address }}
-
- -
-
活动地点
-
{{ detail.areaName }}{{ detail.address }}
-
- -
-
活动地点
-
{{ detail.areaName }}{{ detail.address }}
-
- -
-
活动地点
-
{{ detail.areaName }}{{ detail.address }}
-
@@ -179,14 +158,6 @@ export default { .img-top { color: #999; padding-bottom: 16px; - ._img { - width: 225px; - height: 226px; - margin-right: 4px; - } - ._img:nth-child(3n + 0) { - margin-right: 0; - } } } }