From abb2a02a5d66f4bddc4833ae3751d557d2139c1e Mon Sep 17 00:00:00 2001 From: Gitea Date: Thu, 9 Feb 2023 15:04:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E7=AE=A1=E7=90=86=E6=89=80?= =?UTF-8?q?=E6=9C=89=E6=A8=A1=E5=9D=97=E4=BB=A5=E5=8F=8A=E5=95=86=E5=93=81?= =?UTF-8?q?=E7=AE=A1=E7=90=86BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/shopping/shopHome.vue | 34 ++++++++++++++----- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/ant-design-vue-jeecg/src/views/shopping/shopHome.vue b/ant-design-vue-jeecg/src/views/shopping/shopHome.vue index 34fc7037..e553cb6d 100644 --- a/ant-design-vue-jeecg/src/views/shopping/shopHome.vue +++ b/ant-design-vue-jeecg/src/views/shopping/shopHome.vue @@ -88,8 +88,8 @@
-

CLOTHING NAM

-

15分钟前定制

+

{{item.title}}

+

{{item.time}}

@@ -124,7 +124,7 @@ >

- {{ item.title1 }}|{{ item.title1 }} + {{ item.title1 }}|{{ item.title2 }}

{{ item.tag1 }}

- {{ item.title1 }}|{{ item.title1 }} + {{ item.title1 }}|{{ item.title2 }}

{{ item.tag1 }}

- {{ item.title1 }}|{{ item.title1 }} + {{ item.title1 }}|{{ item.title2 }}

{{ item.tag1 }} { if (res.success) { - console.log(res.result); this.clothList = res.result; }else{ this.$message.error(res.message); } + }); + getAction(this.url.tjsp).then((res) => { + if (res.success) { + this.clothList2 = res.result; + }else{ + this.$message.error(res.message); + } + }); + getAction(this.url.fzlx).then((res) => { + if (res.success) { + console.log(res.result) + this.nanzhuang = res.result.nz; + this.nvzhuang = res.result.nvz; + this.tongzhuang = res.result.tz; + }else{ + this.$message.error(res.message); + } }) }, } @@ -863,18 +881,16 @@ padding-bottom: 10px; } .section5 .tabs .jz { - justify-content: flex-start; + justify-content: space-between; flex-wrap: wrap; } .section5 .tabs .jz .item { background-color: #fff; width: 19%; - min-width: 270px; flex-direction: column; align-items: center; padding-bottom: 30px; margin-bottom: 30px; - margin-right: 11px; } .section5 .tabs .jz .item img { width: 80%;