fix:修复首页搜索商品重复的问题

parent a6e4fb7c
......@@ -127,9 +127,6 @@
<block
v-for="(item, index) in searchList"
:key="index"
>
<template
v-for="(search, searchidx) in item"
>
<navigator
class="list-item mb-3 ml-3"
......@@ -160,7 +157,6 @@
</view>
</view>
</navigator>
</template>
</block>
</view>
</view>
......
......@@ -83,13 +83,13 @@
<!-- 功能与服务 -->
<view class="server-wrap">
<view class="title font-28 font-bold pt-3">功能与服务</view>
<view
<!-- <view
class="server-item font-28 flex j-between a-center py-3"
@click="nav('news')"
>
<text>消息中心</text>
<icon class="right_arrow" />
</view>
</view> -->
<view
class="server-item font-28 flex j-between a-center py-3"
@click="phoneCall"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment