This commit is contained in:
2022-02-23 16:38:14 +08:00
parent 2ce4bb827f
commit 768edb8e87
2 changed files with 4 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
<view class="no-lists" v-else>
<u-image class="cover" radius="4" width="400rpx" height="400rpx"
:src="require('@/static/imgs/no-friend.png')" :lazy-load="true" />
<span> 暂无群聊申请数据~</span>
<span>暂无群聊申请数据</span>
</view>
</view>
</template>
@@ -82,7 +82,6 @@
uni.$emit('groupInvitedUser')
}
})
}).catch(err => {
// uni.showToast({
// title: err.message,