odc.xiaohui
2023-05-12 4b48bacef8646cee8b66f5e10b0ed7124534e93e
miniprogram/pages/user/group/index.wxml
@@ -14,6 +14,6 @@
        </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-button round type="info" size="small" custom-class   ="bottom-button" bind:click="toHome">回到首页</van-button> -->
    </van-empty>
</view>