Merge remote-tracking branch 'origin/dev' into build
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user