From 41d2fe31c18c0a82e0239035c2e50f10fa46c715 Mon Sep 17 00:00:00 2001
From: yfx <1249361928@.com>
Date: Tue, 17 Mar 2026 15:01:12 +0800
Subject: [PATCH] UI 绑卡,权收
---
pages/search/search.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/search/search.vue b/pages/search/search.vue
index 9a1eeea..05dbaf8 100644
--- a/pages/search/search.vue
+++ b/pages/search/search.vue
@@ -3,7 +3,7 @@
<view class="search">
<view class="searchView">
<span class="back" @tap="$util.goSwitch('/pages/index/index')">返回</span>
- <image src="/static/imgs/search.png" ></image>
+ <image src="/static/imgs/search.png" mode=""></image>
<input type="text" v-model="keyword" placeholder="搜索您想要的商品" @confirm="searchGoods" />
<view class="searchBtn" @tap="searchGoods">搜索</view>
</view>
@@ -15,7 +15,7 @@
<view class="" v-for="(item, index) in keywordData" v-if="index <= 19" @tap="keywordSearch(item)">{{item}}</view>
</view>
<view class="noData" v-else>
- <image src="/static/imgs/noData.png" style="margin-top: 200upx;"></image>
+ <image src="/static/imgs/noData.png" mode="" style="margin-top: 200upx;"></image>
<view class="">没有搜索记录</view>
</view>
</view>
--
Gitblit v1.9.3