搜索bug

parent b43f80d8
......@@ -266,6 +266,7 @@ function jumpProductDetails(item) {
// 搜索
const toSearch = (keyword) => {
listParams.keyword = keyword;
reset();
getMerchantList();
};
// 获取优惠券
......@@ -564,6 +565,7 @@ page {
display: flex;
justify-content: space-evenly;
margin-top: 32rpx;
align-items: center;
.choice {
display: flex;
flex-direction: column;
......@@ -583,6 +585,7 @@ page {
display: flex;
justify-content: space-evenly;
margin-top: 34rpx;
align-items: center;
.choice {
display: flex;
flex-direction: column;
......
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