设备管理
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<section class="AppMessageNotification">
|
||||
<div class="header">
|
||||
<p class="fw500">注意</p>
|
||||
<p>注意</p>
|
||||
<p>每个用户每天可以接受10条群发消息,不限企业发布的群发还是个人发布的群发。</p>
|
||||
<p>个人群发每天可以给用户发送10条群发消息。</p>
|
||||
</div>
|
||||
@@ -36,8 +36,8 @@
|
||||
</div>
|
||||
<div class="mini-title color-666"><span class="tips">*</span>文本内容</div>
|
||||
<div class="textarea">
|
||||
<u-input v-model="form.content" type="textarea" :height="400" auto-height maxlength="600" placeholder="请输入文本内容" />
|
||||
<div class="hint">{{ form.content.length }}/500</div>
|
||||
<u-input v-model="form.content" type="textarea" :height="400" auto-height maxlength="1000" placeholder="请输入文本内容" />
|
||||
<div class="hint">{{ form.content.length }}/1000</div>
|
||||
</div>
|
||||
<div class="type">
|
||||
<p class="color-666">其它类型</p>
|
||||
@@ -187,9 +187,9 @@ export default {
|
||||
}
|
||||
},
|
||||
confirm() {
|
||||
if(!this.areaIdList.length) {
|
||||
return this.$u.toast('请选择用户')
|
||||
}
|
||||
// if(!this.areaIdList.length) {
|
||||
// return this.$u.toast('请选择用户')
|
||||
// }
|
||||
if(this.form.sendType == 1 && !this.form.sendTime) {
|
||||
return this.$u.toast('请选择群发时间')
|
||||
}
|
||||
@@ -249,8 +249,8 @@ export default {
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
.header{
|
||||
background-color: #fff;
|
||||
padding: 32px;
|
||||
// background-color: #fff;
|
||||
padding: 32px 32px 20px 32px;
|
||||
box-sizing: border-box;
|
||||
margin-bottom: 16px;
|
||||
p{
|
||||
@@ -258,6 +258,7 @@ export default {
|
||||
margin-bottom: 8px;
|
||||
word-break: break-all;
|
||||
font-size: 28px;
|
||||
color: #666;
|
||||
}
|
||||
}
|
||||
.select-user{
|
||||
|
||||
Reference in New Issue
Block a user