Merge remote-tracking branch 'origin/dev' into build

This commit is contained in:
aixianling
2022-08-30 18:01:05 +08:00
3 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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