From f79e864faf955c1f0841c9cd35d50d4f4dfcf11e Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Wed, 26 Nov 2025 16:18:59 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=8F=96=E6=B6=88affiliate=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=B0=83=E7=94=A8=E8=8E=B7=E5=8F=96=E6=89=80=E6=9C=89?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/Detail/detailLeft/module/libraryList.vue | 4 ++++ src/views/affiliate/affiliatePage.vue | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/component/Detail/detailLeft/module/libraryList.vue b/src/component/Detail/detailLeft/module/libraryList.vue index bd3459c0..bd999c07 100644 --- a/src/component/Detail/detailLeft/module/libraryList.vue +++ b/src/component/Detail/detailLeft/module/libraryList.vue @@ -350,6 +350,7 @@ export default defineComponent({ margin-top: 1rem; justify-content: space-between; align-content: flex-start; + padding-bottom: 2rem; // &::-webkit-scrollbar{display: none;} > .content_img_item{ width: calc((50% - 1rem)); @@ -368,9 +369,12 @@ export default defineComponent({ > .material_content_list_loding{ width: 100%; aspect-ratio: 1/1; + height: 4rem; overflow: hidden; > img{ width: 100%; + height: 100%; + object-fit: contain; } } } diff --git a/src/views/affiliate/affiliatePage.vue b/src/views/affiliate/affiliatePage.vue index da2a1aa9..6e8970f0 100644 --- a/src/views/affiliate/affiliatePage.vue +++ b/src/views/affiliate/affiliatePage.vue @@ -147,11 +147,11 @@ export default defineComponent({ } }); //储存所有用户id和name - Https.axiosGet(Https.httpUrls.getAllUserId,).then((rv: any) => { - if (rv) { - store.commit('setAllUserList',rv); - } - }) + // Https.axiosGet(Https.httpUrls.getAllUserId,).then((rv: any) => { + // if (rv) { + // store.commit('setAllUserList',rv); + // } + // }) let allCountry = country sessionStorage.setItem('allCountry',JSON.stringify(allCountry)); // state.nowPageName = state.rootSubmenuKeys[0].name From 41abb2b6ff569ca6bf14a3168e970feea952168a Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Wed, 26 Nov 2025 16:32:56 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E8=AF=AD=E8=A8=80=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/HomeRecommend.vue | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/src/views/HomeRecommend.vue b/src/views/HomeRecommend.vue index 3a52ecff..c588b186 100644 --- a/src/views/HomeRecommend.vue +++ b/src/views/HomeRecommend.vue @@ -1,19 +1,19 @@