diff --git a/src/apps/AppIntegralAudit/detail.vue b/src/apps/AppIntegralAudit/detail.vue index bfe6e108..f327b9c0 100644 --- a/src/apps/AppIntegralAudit/detail.vue +++ b/src/apps/AppIntegralAudit/detail.vue @@ -8,8 +8,8 @@
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..58930d25 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/Content.vue b/src/saas/AppConflictMediation/Content.vue index 4ee0702d..afb9e6ac 100644 --- a/src/saas/AppConflictMediation/Content.vue +++ b/src/saas/AppConflictMediation/Content.vue @@ -3,7 +3,12 @@
- + +
+ 请选择 + +
+
@@ -76,7 +81,7 @@ export default { }) }, onShow() { - document.title = this.titleList[this.status] + document.title = '矛盾调解' }, methods: { @@ -148,6 +153,7 @@ export default { this.forms.groupId = e[0].value }, toSelectUser() { + console.log(111); uni.navigateTo({ url: './SelectUser' }) }, }, diff --git a/src/saas/AppConflictMediation/add.vue b/src/saas/AppConflictMediation/add.vue index dde6f949..21d8eaec 100644 --- a/src/saas/AppConflictMediation/add.vue +++ b/src/saas/AppConflictMediation/add.vue @@ -259,6 +259,7 @@ export default { this.flag = false if (res.code == 0) { uni.$emit('update') + this.$forceUpdate() setTimeout(() => { uni.navigateBack() }, 600) @@ -412,5 +413,9 @@ export default { text-align: center; color: #ffffff; } + ::v-deep AiUploader { + width: 80px; + height: 80px; + } } 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("$") }, diff --git a/src/shandong10086/package.json b/src/shandong10086/package.json new file mode 100644 index 00000000..e711d5c0 --- /dev/null +++ b/src/shandong10086/package.json @@ -0,0 +1,10 @@ +{ + "name": "@dvcp-weapps/shandong10086", + "version": "1.0.0", + "description": "为山东移动定制的模块", + "files": [ + "../apps/AppHandSnapshot" + ], + "dependencies": { + } +}