diff --git a/src/apps/AppHandSnapshot/Detail.vue b/src/apps/AppHandSnapshot/Detail.vue index 827c353d..ab639274 100644 --- a/src/apps/AppHandSnapshot/Detail.vue +++ b/src/apps/AppHandSnapshot/Detail.vue @@ -71,7 +71,7 @@ {{ item.girdMemberName && item.girdMemberName.substring(item.girdMemberName.length, item.girdMemberName.length - 2) }} - +
@@ -102,12 +102,12 @@
- + 转交事件
- + 拒绝受理
diff --git a/src/apps/AppHelpDeclaration/add.vue b/src/apps/AppHelpDeclaration/add.vue index 1170e9d2..9408b7fc 100644 --- a/src/apps/AppHelpDeclaration/add.vue +++ b/src/apps/AppHelpDeclaration/add.vue @@ -160,7 +160,11 @@ export default { this.flag = true this.$http.post('/app/apphelpdeclarationinfo/addByEw',{...this.form}).then((res) => { if(res.code ==0) { - uni.navigateTo({url: './result'}) + this.$u.toast('提交成功') + uni.$emit('update') + setTimeout(() => { + uni.navigateBack() + },600) } }) } diff --git a/src/apps/AppHelpDeclaration/components/1.png b/src/apps/AppHelpDeclaration/components/1.png new file mode 100644 index 00000000..663b9263 Binary files /dev/null and b/src/apps/AppHelpDeclaration/components/1.png differ diff --git a/src/apps/AppHelpDeclaration/components/resultPic.png b/src/apps/AppHelpDeclaration/components/resultPic.png deleted file mode 100644 index e1a43aff..00000000 Binary files a/src/apps/AppHelpDeclaration/components/resultPic.png and /dev/null differ diff --git a/src/apps/AppHelpDeclaration/components/tab.png b/src/apps/AppHelpDeclaration/components/tab.png deleted file mode 100644 index 776fac22..00000000 Binary files a/src/apps/AppHelpDeclaration/components/tab.png and /dev/null differ diff --git a/src/apps/AppHelpDeclaration/details.vue b/src/apps/AppHelpDeclaration/details.vue index 95cd5fbb..ee20eec5 100644 --- a/src/apps/AppHelpDeclaration/details.vue +++ b/src/apps/AppHelpDeclaration/details.vue @@ -1,36 +1,111 @@ @@ -53,15 +128,18 @@ export default { }, methods: { getDetail() { - this.$instance.post(`/app/apphelpdeclarationinfo/queryDetailById?id=${this.id}`).then(res => { + this.$http.post(`/app/apphelpdeclarationinfo/queryDetailById?id=${this.id}`).then(res => { if(res.code == 0) { this.data = res.data this.list = res.data.reason.split(',') } }) }, - preview(index) { - this.$previewImage(this.data.files, index, "url"); + preview(images, img) { + uni.previewImage({ + urls: images.map(v => v.url), + current: img + }) }, } } @@ -69,6 +147,37 @@ export default { \ No newline at end of file diff --git a/src/apps/AppHelpDeclaration/list.vue b/src/apps/AppHelpDeclaration/list.vue index 90b1d754..5c27bd1b 100644 --- a/src/apps/AppHelpDeclaration/list.vue +++ b/src/apps/AppHelpDeclaration/list.vue @@ -1,5 +1,5 @@