diff --git a/src/apps/AppIntegralAudit/detail.vue b/src/apps/AppIntegralAudit/detail.vue
index bfe6e108..7291607c 100644
--- a/src/apps/AppIntegralAudit/detail.vue
+++ b/src/apps/AppIntegralAudit/detail.vue
@@ -8,7 +8,7 @@
2020-05-06 13:45
-
![]()
+
新港镇三联村
@@ -176,15 +176,15 @@ export default {
display: flex;
color: #999999;
font-size: 22px;
- margin-top: 15px;
+ margin: 15px 0;
.address {
display: flex;
margin-left: 30px;
- .addr-img {
- width: 50px;
- height: 50px;
+ img {
+ width: 32px;
+ height: 32px;
}
}
}
diff --git a/src/apps/AppIntegralAudit/img/address.png b/src/apps/AppIntegralAudit/img/address.png
new file mode 100644
index 00000000..783280a3
Binary files /dev/null and b/src/apps/AppIntegralAudit/img/address.png differ
diff --git a/src/apps/AppVillagersCircle/Reject.vue b/src/apps/AppVillagersCircle/Reject.vue
index e69de29b..3135eb05 100644
--- a/src/apps/AppVillagersCircle/Reject.vue
+++ b/src/apps/AppVillagersCircle/Reject.vue
@@ -0,0 +1,76 @@
+
+
+
+
+
+
+
diff --git a/src/apps/AppVillagersCircle/detail.vue b/src/apps/AppVillagersCircle/detail.vue
index 766b757d..323df2f4 100644
--- a/src/apps/AppVillagersCircle/detail.vue
+++ b/src/apps/AppVillagersCircle/detail.vue
@@ -14,6 +14,50 @@
⾦秋穿上⽑⾐,漫步森林,在阳光下呼吸伸展,⾃在安逸的天⼈。也许是兰天名字的由来吧。
+
+
![]()
+
+
+
+

+
东湖生态旅游风景区听涛景区
+
+
+
+
+
+
+
+
不通过理由
+
我村赴黎平参加百村杯篮球赛经费分两阶段分发, 第一阶段为小组循环赛,第二阶段为淘汰赛。第一 其中包括队员球服两套,住宿、饮食
+
+
+
+
审核时间
+
2022-02-18 18:16:27
+
+
+
+
+
+
+
@@ -22,11 +66,21 @@ export default {
name: 'detail',
data() {
return {
+ files: [],
+ status: 1,
}
},
- methods: {},
- onShow() {},
+ methods: {
+ previewImage() {},
+ toReject() {
+ uni.navigateTo({url: './Reject'})
+ },
+ agree() {}
+ },
+ onShow() {
+ document.title = "村民圈审核"
+ },
onLoad() {},
@@ -35,22 +89,24 @@ export default {
\ No newline at end of file
diff --git a/src/apps/AppVillagersCircle/img/address.png b/src/apps/AppVillagersCircle/img/address.png
new file mode 100644
index 00000000..29e68a72
Binary files /dev/null and b/src/apps/AppVillagersCircle/img/address.png differ
diff --git a/src/saas/AppConflictMediation/detail.vue b/src/saas/AppConflictMediation/detail.vue
index b841d40e..4b903b70 100644
--- a/src/saas/AppConflictMediation/detail.vue
+++ b/src/saas/AppConflictMediation/detail.vue
@@ -134,7 +134,6 @@ export default {
},
methods: {
transTxt(str){
- console.log(str.split("$"));
return str.split("$")
},