页面布局优化
This commit is contained in:
@@ -78,7 +78,7 @@ const shareImage = async () => {
|
||||
<text>本周箭数</text>
|
||||
<text>消耗</text>
|
||||
</view>
|
||||
<view class="data-list" :style="{ marginBottom: '20rpx' }" v-if="user.id">
|
||||
<view class="data-list" :style="{ marginBottom: '20rpx' }" v-if="user.id && mine">
|
||||
<PointRankItem :data="mine" :borderWidth="0" />
|
||||
</view>
|
||||
<view
|
||||
|
||||
Reference in New Issue
Block a user