diff --git a/src/apps/AppHandSnapshot/SelectUser.vue b/src/apps/AppHandSnapshot/SelectUser.vue index 47c4e0c4..47452aaa 100644 --- a/src/apps/AppHandSnapshot/SelectUser.vue +++ b/src/apps/AppHandSnapshot/SelectUser.vue @@ -13,7 +13,7 @@ - +
{{ item.girdName }}
@@ -200,12 +200,12 @@ export default { .header-middle { padding-bottom: 140px; .hint { - padding: 0 20px 0 32px; - height: 112px; - line-height: 112px; + padding: 28px 20px 28px 32px; + line-height: 56px; box-shadow: 0px 1px 0px 0px #e4e5e6; font-size: 30px; font-weight: 500; + word-break: break-all; } .showTypes { diff --git a/src/apps/AppHandSnapshot/components/img/gird--select-icon.png b/src/apps/AppHandSnapshot/components/img/gird--select-icon.png new file mode 100644 index 00000000..205144d2 Binary files /dev/null and b/src/apps/AppHandSnapshot/components/img/gird--select-icon.png differ diff --git a/src/apps/AppVillageDiscuss/Add.vue b/src/apps/AppVillageDiscuss/Add.vue index cf175989..48c34ef2 100644 --- a/src/apps/AppVillageDiscuss/Add.vue +++ b/src/apps/AppVillageDiscuss/Add.vue @@ -32,6 +32,53 @@
+ +
+
+
+ + +
+ +
+
+
+ +
+
+
{{ item }}
+ +
+
+ + +
+ +
+
+ +
+ + +
添加选项
+
+
+ +
提交方式
+
+
单选
+ +
多选
+
+ +
+ +
+ 匿名提交 + + +
+
保存
@@ -60,6 +107,10 @@ export default { second: false, timestamp: true, }, + opts: 0, + checked: true, + list: [], + content: '', } }, computed: { ...mapState(['user']) }, @@ -114,6 +165,18 @@ export default { }) }, + addOpts() { + if (!this.content) { + return this.$u.toast('请输入选项内容') + } + this.list.push(this.content) + this.content = '' + }, + + del(index) { + this.list.splice(index, 1) + }, + areaSelect(e) { console.log(e) this.form.areaId = e @@ -156,7 +219,7 @@ export default { diff --git a/src/apps/AppVillageDiscuss/img/1.png b/src/apps/AppVillageDiscuss/img/1.png new file mode 100644 index 00000000..f207b6c8 Binary files /dev/null and b/src/apps/AppVillageDiscuss/img/1.png differ diff --git a/src/apps/AppVillageDiscuss/img/11.png b/src/apps/AppVillageDiscuss/img/11.png new file mode 100644 index 00000000..e2bdce3b Binary files /dev/null and b/src/apps/AppVillageDiscuss/img/11.png differ diff --git a/src/apps/AppVillageDiscuss/img/2.png b/src/apps/AppVillageDiscuss/img/2.png new file mode 100644 index 00000000..477552d1 Binary files /dev/null and b/src/apps/AppVillageDiscuss/img/2.png differ diff --git a/src/apps/AppVillageDiscuss/img/22.png b/src/apps/AppVillageDiscuss/img/22.png new file mode 100644 index 00000000..955dd729 Binary files /dev/null and b/src/apps/AppVillageDiscuss/img/22.png differ