From aea82fc6285fd37a33e0efd6cd0e5089dfa32faf Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期一, 01 九月 2025 22:05:58 +0800 Subject: [PATCH] Merge branch 'dev_fix_sub' of http://42.193.1.25:9521/r/lmk-shop-wx into dev_fix_sub --- pages/tabbar/home/template/tpl_search.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/tabbar/home/template/tpl_search.vue b/pages/tabbar/home/template/tpl_search.vue index 8e9a492..7da30eb 100644 --- a/pages/tabbar/home/template/tpl_search.vue +++ b/pages/tabbar/home/template/tpl_search.vue @@ -5,12 +5,12 @@ {{ res.list[0].title }} </div> <div slot="right" open-type="contact" class="navbar-right message" @click="linkMsgDetail" style="border-style:none;background:rgb(234,234,234);" > - <image style="width:53rpx;height:53rpx;margin-top:6rpx;" src="@/static/img/title.png"></image> + <image style="width:53rpx;height:53rpx;margin-top:6rpx;" src="@/pages/subComponents/static/img/title.png"></image> </div> </div> </template> <script> -import '@/uview-components/uview-ui' +import '@/components/uview-components/uview-ui' export default { title:"鎼滅储鏍�", props: ["res","storeId"], -- Gitblit v1.8.0