安瑾然
2023-03-03 74bf1bbdcc099280b53e900adf67670ed7e3dd8f
miniprogram/pages/user/group/index.wxml
@@ -13,4 +13,7 @@
            </view>
        </view>
    </view>
    <van-empty class="empty" description="尚未加入群组" wx:if="{{groupList.length === 0}}">
        <van-button round type="info" size="small" custom-class   ="bottom-button" bind:click="toHome">回到首页</van-button>
    </van-empty>
</view>