From cf8418e37f003071fbcb8dc2ea5f633212f52d12 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 15 Feb 2022 18:42:21 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E6=9D=91=E6=B0=91=E5=9C=88=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppIntegralAudit/detail.vue | 10 +- src/apps/AppIntegralAudit/img/address.png | Bin 0 -> 863 bytes src/apps/AppVillagersCircle/Reject.vue | 76 ++++++++++ src/apps/AppVillagersCircle/detail.vue | 159 +++++++++++++++++++- src/apps/AppVillagersCircle/img/address.png | Bin 0 -> 915 bytes src/saas/AppConflictMediation/detail.vue | 1 - 6 files changed, 232 insertions(+), 14 deletions(-) create mode 100644 src/apps/AppIntegralAudit/img/address.png create mode 100644 src/apps/AppVillagersCircle/img/address.png 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 0000000000000000000000000000000000000000..783280a39d0851b0e84ba6eaacb808ae68b32875 GIT binary patch literal 863 zcmV-l1EBngP)Px#L}ge>W=%~1DgXcg2mk?xX#fNO00031000^Q000001E2u_0{{R30RRC20H6W@ z1ONa40RR91AfN*P1ONa40RR91AOHXW0IY^$^8f$>$w@>(R9Fe^R?lk_Q4pTlB&ao_ z=s}6%MK2ztcu>TPoSV&6B5!O0kOc5Y5Sx=uJ=%t71hj z3hluPaY>rzH>=AoyYIc-1A zQgk#3@5};s*Y72|ZDSeNKzT-ObzPc;NRLe*$%h1O%24n40Ke148av?rpUEVAzo z)0tHc733qfV7detp97uKI-g)!lLO1MNMJ`VNtDl1Z{-LtgnSP!Jy!K*o8BPVwh-=_ zSPO??l%u#j8#{pHJ9GrJ^g<-L7j}Js=f$Vv0NZZB%?04)*Xu|*rWZO~Fq02mS!d!H zJAhVyHjzwtE2}?OY+A+wkff$d)KqjxhYO~fbkN|_YDuiI04GOx@jkI-2;fHLnc5gl zB$)W3xM+Ai^cn*kr^pTpx{Dz}k*$J}X{FzHvB)N76Fx?w3@kms|e>QJJL}W8G z)@;!r%r!ni?ve-z@4NU)xEi8ii!qKsNY#FxLxB7Oc6A9?G;CyR0YcncqFb2bOPh$+ z2adrMah1^g%2f3w6N!*OZsjym8AR{Qu94)G$Y p|AK`%htsUsO>$pv<-WW-@E6!_zVu5Sa?t<)002ovPDHLkV1nEzc?bXi literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..29e68a72729bd178d2951af64c177f04ab3c5900 GIT binary patch literal 915 zcmV;E18n?>P)Px#L}ge>W=%~1DgXcg2mk?xX#fNO00031000^Q000001E2u_0{{R30RRC20H6W@ z1ONa40RR91AfN*P1ONa40RR91AOHXW0IY^$^8f$>{YgYYR9Fe+R!wLVQ4pTlB(#@$ z5yV412vYFwq2^#fL{J1hDqa-yrnJNukp@}B1yj-uDaC`J;z4?pV!?ypp$f6$RS!9M z@CQUFg^JK-lYP!?U3TBTx0~HqdhtQBZ)UzX^Sz&$_W=I)hFKP%T%I}5H{dL|a0)<7 z2*CY39zpz|{|*@NGUvjQZChW{`b|ZkS~bVFdd?k+bXf?IPjZfkJrM9@Bwx5YJ8OPR z!m@23fvIxsi~#YBX1r&RGue(C2zaq&-&>aTvXqlWS(?64yACLxQt(mPl1dsug!4y> zrS*61mG^NYVpo7?PQjOG$&I+dY4o%uu7Pl_*|1*d@LB@A=bJs}WAUGUE8J^z z`u7H|m0mv&crcoxN=k8_3pYO1Xir}kuyCQ#Fn@+ZELSS#0|%T%B7Qui4|j834FOmP zE7dLVicA<1>eI|M!94&IVjCs)T4;pa6>wTs0M#y~i3vsZSHa63nYjdI8)GD;EF6+W z4FSKrMu9B*d#xyPwSr+uHS4J5XC=@_V_9_2h0H@T?<=t`9#A&K(b5zeBH1nbzASPKwdg}ixP zr4I0Y-bZZ46(Y{_E_6RlS87rr>Wc25LgbL|=TQPmC1k) Date: Tue, 15 Feb 2022 18:56:00 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppVillagersCircle/detail.vue | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/apps/AppVillagersCircle/detail.vue b/src/apps/AppVillagersCircle/detail.vue index 323df2f4..58930d25 100644 --- a/src/apps/AppVillagersCircle/detail.vue +++ b/src/apps/AppVillagersCircle/detail.vue @@ -18,10 +18,10 @@
-
+ 东湖生态旅游风景区听涛景区 -
+
@@ -131,15 +131,20 @@ export default { box-sizing: border-box; .addr-bg { - display: flex; + display: inline-block; border-radius: 28px; padding: 6px 20px; background: #EFF1F3; + img { - margin-top: 5px; + padding-top: 5px; width: 32px; height: 32px; } + + span { + vertical-align: top; + } } From ef7bd65926e8aaba7d1c0b2c7a2370a545e0103b Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 16 Feb 2022 09:17:57 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=88=86=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/shandong10086/package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/shandong10086/package.json 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": { + } +} From 28dadb29d4ded9ddd917346d36e0a63d4e63f22a Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Wed, 16 Feb 2022 09:25:51 +0800 Subject: [PATCH 4/5] 27430 --- src/apps/AppIntegralAudit/detail.vue | 2 +- src/saas/AppConflictMediation/Content.vue | 2 +- src/saas/AppConflictMediation/add.vue | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/apps/AppIntegralAudit/detail.vue b/src/apps/AppIntegralAudit/detail.vue index 7291607c..f327b9c0 100644 --- a/src/apps/AppIntegralAudit/detail.vue +++ b/src/apps/AppIntegralAudit/detail.vue @@ -9,7 +9,7 @@
2020-05-06 13:45
-
新港镇三联村
+ 新港镇三联村
diff --git a/src/saas/AppConflictMediation/Content.vue b/src/saas/AppConflictMediation/Content.vue index 4ee0702d..def4b5cb 100644 --- a/src/saas/AppConflictMediation/Content.vue +++ b/src/saas/AppConflictMediation/Content.vue @@ -76,7 +76,7 @@ export default { }) }, onShow() { - document.title = this.titleList[this.status] + document.title = '矛盾调解' }, methods: { 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; + } } From a642efd76423604066438c9ced5aaa56158f6051 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Wed, 16 Feb 2022 09:44:36 +0800 Subject: [PATCH 5/5] 27431 --- src/saas/AppConflictMediation/Content.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/saas/AppConflictMediation/Content.vue b/src/saas/AppConflictMediation/Content.vue index def4b5cb..afb9e6ac 100644 --- a/src/saas/AppConflictMediation/Content.vue +++ b/src/saas/AppConflictMediation/Content.vue @@ -3,7 +3,12 @@
- + +
+ 请选择 + +
+
@@ -148,6 +153,7 @@ export default { this.forms.groupId = e[0].value }, toSelectUser() { + console.log(111); uni.navigateTo({ url: './SelectUser' }) }, },