搜索完成

This commit is contained in:
2020-08-09 18:29:36 +08:00
parent d00b4a75ac
commit b9b9a8e829
7 changed files with 304 additions and 75 deletions

View File

@@ -5,7 +5,7 @@
<text>输入达人名称</text>
</view>
<view class="list">
<darenItem style="margin-top:20rpx;margin-right:23rpx" v-for="item in recommendList" :key="item.id" :info="item" v-on:pChangeType="changeType"></darenItem>
<darenItem style="margin-top:20rpx;" v-for="item in recommendList" :key="item.id" :info="item" v-on:pChangeType="changeType"></darenItem>
</view>
</view>
</template>