群发居民群

This commit is contained in:
yanran200730
2022-08-30 17:04:49 +08:00
parent 72eae2fb4b
commit 70ddb69006
3 changed files with 5 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
<template> <template>
<ai-list class="AppAnnounce"> <ai-list class="AppAnnounce">
<template slot="title"> <template slot="title">
<ai-title title="群发居民" isShowBottomBorder> <ai-title title="群发居民" isShowBottomBorder>
<template #sub> <template #sub>
<span>管理员统一创建宣发任务选择要发送的居民后通知群主发送群主确认后即可群发居民群主向同一个居民每天最多可群发10条消息</span> <span>管理员统一创建任务内容选择要发送的居民后通知成员发送成员确认后即可群发居民<strong>居民每天最多能接收来自1名成员的10条群发消息</strong></span>
</template> </template>
</ai-title> </ai-title>
</template> </template>

View File

@@ -1,7 +1,7 @@
<template> <template>
<ai-detail class="AppAnnounceAdd"> <ai-detail class="AppAnnounceAdd">
<template slot="title"> <template slot="title">
<ai-title :title="id ? '编辑居民群发' : '添加居民群发'" isShowBack isShowBottomBorder @onBackClick="cancel(false)"> <ai-title :title="id ? '编辑群发居民朋友圈' : '添加群发居民朋友圈'" isShowBack isShowBottomBorder @onBackClick="cancel(false)">
</ai-title> </ai-title>
</template> </template>
<template slot="content"> <template slot="content">

View File

@@ -1,9 +1,9 @@
<template> <template>
<ai-list class="AppAnnounce"> <ai-list class="AppAnnounce">
<template slot="title"> <template slot="title">
<ai-title title="群发居民" isShowBottomBorder> <ai-title title="群发居民朋友圈" isShowBottomBorder>
<template #sub> <template #sub>
<span>管理员统一创建宣发任务选择要发送的居民群后通知群主发送群主确认后即可群发到居民群群主向同一个居民每天最多可群发10条消息</span> <span>管理员统一创建宣发任务成员确认发布后将在所有已添加的居民朋友圈进行展示一个居民每天只能看到同个人发送的3条朋友圈</span>
</template> </template>
</ai-title> </ai-title>
</template> </template>