换一个分段器
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
<div><span class="color_red">*</span><span class="title">发送范围</span></div>
|
||||
<div @click="toSleectScoped">
|
||||
<span>
|
||||
<span v-if="type=='ResidentsGroup' && form.wxGroups.length">
|
||||
<span class="color_gray" v-if="!form.wxGroups">请选择</span>
|
||||
<span v-if="type=='ResidentsGroup'">
|
||||
<span class="color_gray" v-if="!form.wxGroups.length">请选择</span>
|
||||
<span v-else>预计送达{{ form.wxGroups.length }}个居民群</span>
|
||||
</span>
|
||||
<span v-if="type!='ResidentsGroup' && sum != 0">
|
||||
<span v-if="type!='ResidentsGroup'">
|
||||
<span class="color_gray" v-if="sum==0">请选择</span>
|
||||
<span v-else>预计送达{{ sum }}名成员</span>
|
||||
</span>
|
||||
@@ -313,7 +313,7 @@ export default {
|
||||
let params = {
|
||||
count,
|
||||
sizeType: ['compressed'],
|
||||
sourceType: ['album', 'camera'],
|
||||
sourceType: ['album'],
|
||||
success: (res) => {
|
||||
let count = this.files?.length + (res.tempFiles?.length || res.tempFile ? 1 : 0)
|
||||
if (count > 9) {
|
||||
|
||||
Reference in New Issue
Block a user