Browse Source

fix:测试账号不显示群列表的bug

master
xsx 1 year ago
parent
commit
9759c248ff
  1. 2
      im-uniapp/pages/group/group-edit.vue
  2. 2
      im-uniapp/pages/group/group-info.vue

2
im-uniapp/pages/group/group-edit.vue

@ -1,5 +1,5 @@
<template> <template>
<view v-if="userStore.userInfo.type == 1" class="page group-edit"> <view class="page group-edit">
<nav-bar back>修改群资料</nav-bar> <nav-bar back>修改群资料</nav-bar>
<uni-card :is-shadow="false" is-full :border="false"> <uni-card :is-shadow="false" is-full :border="false">
<uni-forms ref="form" :modelValue="group" :rules="rules" validate-trigger="bind" label-position="top" <uni-forms ref="form" :modelValue="group" :rules="rules" validate-trigger="bind" label-position="top"

2
im-uniapp/pages/group/group-info.vue

@ -1,5 +1,5 @@
<template> <template>
<view v-if="userStore.userInfo.type == 1" class="page group-info"> <view class="page group-info">
<nav-bar back>群聊信息</nav-bar> <nav-bar back>群聊信息</nav-bar>
<view v-if="!group.quit" class="group-members"> <view v-if="!group.quit" class="group-members">
<view class="member-items"> <view class="member-items">

Loading…
Cancel
Save