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>