diff --git a/api/search.js b/api/search.js new file mode 100644 index 0000000..9f4a222 --- /dev/null +++ b/api/search.js @@ -0,0 +1,6 @@ +import request from '@/utils/request' + +// 文玩店铺列表 +export function getSearchPageConfig() { + return request.get('/searchPage', {}, { login: false }) +} diff --git a/pages/shop/GoodSearch/index.vue b/pages/shop/GoodSearch/index.vue index 8394344..4f523c3 100644 --- a/pages/shop/GoodSearch/index.vue +++ b/pages/shop/GoodSearch/index.vue @@ -51,22 +51,70 @@ - + + + + + {{ rankingItem.rankingName }} + + + + + + + + + {{ good.productName }} + + + + ¥{{ good.price }} + + + ¥{{ good.otPrice }} + + + + + + +