小程序公告
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
</p>
|
||||
</div>
|
||||
</AiTopFixed>
|
||||
|
||||
<div class="card">
|
||||
<AiCell title label="群标签">
|
||||
<u-icon label="添加" size="38" name="iconAdd" custom-prefix="iconfont" color="#1365DD" label-color="#1365DD" @tap="showTagManage = true" />
|
||||
@@ -50,6 +51,7 @@
|
||||
</u-row>
|
||||
</AiCell>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<AiCell title label="群成员"></AiCell>
|
||||
<div class="wrap">
|
||||
@@ -70,6 +72,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<TagManage v-if="showTagManage" />
|
||||
<AiBack v-if="isNormal && !showTagManage" />
|
||||
</div>
|
||||
@@ -77,10 +80,13 @@
|
||||
|
||||
<script>
|
||||
import { mapActions } from 'vuex'
|
||||
import TagManage from './tagManage'
|
||||
|
||||
export default {
|
||||
name: 'GroupList',
|
||||
components: {},
|
||||
components: {
|
||||
TagManage,
|
||||
},
|
||||
props: {},
|
||||
provide() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user