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 754977b..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: '全部',
@@ -238,12 +233,14 @@ export default {
},
toAdd(index) {
+ this.delAndEdit = false
if (this.statDisabled == 0 && index == 0) {
- this.delAndEdit = false
return this.$u.toast('该数据未审核')
}
+ if (this.tabIndex0 == 3 && this.tabCurrent1 == 1) {
+ return
+ }
- this.delAndEdit = false
if (index == 0) {
this.$linkTo(`./add?id=${this.editId}`)
} else {
@@ -308,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)
}
})