From 351b0582b207b59fd0c616fb6f3318c2d25ae2b6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?=
=?UTF-8?q?=E9=98=B4?= <185154740@qq.com>
Date: Mon, 21 Feb 2022 09:53:02 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E4=BD=99=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/mods/AppServiceOnlineNew/serviceForm.vue | 1 +
src/mods/AppServiceOnlineNew/serviceNotice.vue | 2 +-
src/mods/AppVillager/AppVillager.vue | 9 +--------
src/mods/AppVillager/add.vue | 1 -
4 files changed, 3 insertions(+), 10 deletions(-)
diff --git a/src/mods/AppServiceOnlineNew/serviceForm.vue b/src/mods/AppServiceOnlineNew/serviceForm.vue
index b8bc8e8..9023601 100644
--- a/src/mods/AppServiceOnlineNew/serviceForm.vue
+++ b/src/mods/AppServiceOnlineNew/serviceForm.vue
@@ -36,6 +36,7 @@
+
上传样例
diff --git a/src/mods/AppServiceOnlineNew/serviceNotice.vue b/src/mods/AppServiceOnlineNew/serviceNotice.vue
index d29a376..6dbbecb 100644
--- a/src/mods/AppServiceOnlineNew/serviceNotice.vue
+++ b/src/mods/AppServiceOnlineNew/serviceNotice.vue
@@ -7,7 +7,7 @@
我已阅读并同意
-
+
diff --git a/src/mods/AppVillager/AppVillager.vue b/src/mods/AppVillager/AppVillager.vue
index db84099..f151846 100644
--- a/src/mods/AppVillager/AppVillager.vue
+++ b/src/mods/AppVillager/AppVillager.vue
@@ -35,11 +35,6 @@
{{ $dict.getLabel('auditStatus', item.status) }}
-
-
@@ -140,7 +135,7 @@ export default {
},
],
tabCurrent1: 0,
- data: [{ value: 0, title: '弃捐勿复道,努力加餐饭' }],
+ data: [],
itemList: [
{
name: '全部',
@@ -310,8 +305,6 @@ export default {
this.flag = false
})
},
-
- toDel() {},
},
onReachBottom() {
this.current = this.current + 1
diff --git a/src/mods/AppVillager/add.vue b/src/mods/AppVillager/add.vue
index e0bdf03..8902576 100644
--- a/src/mods/AppVillager/add.vue
+++ b/src/mods/AppVillager/add.vue
@@ -128,7 +128,6 @@ export default {
this.$instance.post(`/app/appvillagercircleinfo/queryDetailById?id=${this.id}`).then((res) => {
if (res.code == 0) {
this.forms = res.data
- console.log(this.form)
this.forms.topicValue = this.$dict.getLabel('villagerCircleTopic', this.forms.topic)
}
})