添加代码

This commit is contained in:
何江明
2025-05-30 18:44:14 +08:00
parent a2c87e47bf
commit 0515e9d48c
250 changed files with 7739 additions and 1102 deletions
+3 -3
View File
@@ -19,7 +19,7 @@
<up-image src="/static/common/search.png" width="20" height="20" bgColor="#f1f6ff00" @click="jumpHome"></up-image>
</template>
<template #suffix>
<view class="search_but_warp" @click="searchClickFun">搜索</view>
<view class="search_but_warp" @click="searchGYLMall">搜索</view>
</template>
</up-input>
</view>
@@ -152,7 +152,6 @@
// 删除历史
searchHistoryDelete(item){
console.log("item",item);
this.isShowSearch = false;
},
/**
@@ -160,7 +159,7 @@
*/
async searchClick(item){
this.form.keyword = item.name;
this.searchClickFun();
this.searchGYLMall();
},
/**
* 查询产品
@@ -186,6 +185,7 @@
this.poductList = resp.data;
}
},
/**
* 切换图大小
*/