From 48ad7a83f9473581464d5226537829e2b45354cd Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Tue, 22 Feb 2022 11:54:14 +0800
Subject: [PATCH] +首页右上角去掉
---
pages/home/home.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/home/home.vue b/pages/home/home.vue
index f705576..a4654bf 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -10,7 +10,7 @@
{{ position }}
<u-icon name="arrow-down" class="arrow" size="18" color="#C9C9C9"></u-icon>
</picker> -->
- <image src="/static/images/rider.png" class="rider" mode="widthFix" v-if="!focus"></image>
+ <!-- <image src="/static/images/rider.png" class="rider" mode="widthFix" v-if="!focus"></image>
<view class="search-input" v-else>
<u-search height="50" placeholder="关键字" @blur="handleSearchBlur" :show-action="false"
@@ -22,7 +22,7 @@
@click="handleFocus" v-if="!focus"></image>
<image src="/static/images/home/message.png" class="icon message-icon" mode="widthFix"></image>
<image src="/static/images/home/qr.png" class="icon qr-icon" mode="widthFix"></image>
- </view>
+ </view> -->
</view>
</u-navbar>
<view class="head-bg"></view>
--
Gitblit v1.9.3