From a5eeb833859a96d4dd5d9e15287d20af36cd0f44 Mon Sep 17 00:00:00 2001 From: hot777zz <912275990@qq.com> Date: Wed, 1 Nov 2023 22:50:50 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E6=A2=81=E8=88=AA=EF=BC=9A=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E4=B8=AA=E4=BA=BA=E4=B8=BB=E9=A1=B5=E8=83=8C=E6=99=AF?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/my/my.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/my/my.vue b/pages/my/my.vue index 20f3c16..6c71be1 100644 --- a/pages/my/my.vue +++ b/pages/my/my.vue @@ -60,6 +60,7 @@ gap: 10rpx; .profile-bgi{ position: absolute; + width: 100%; z-index: -1; } .avator{ From 11b98f4082cbb2be8fb2a396be9ebe00c0dceb2a Mon Sep 17 00:00:00 2001 From: hot777zz <912275990@qq.com> Date: Thu, 2 Nov 2023 18:02:40 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E6=A2=81=E8=88=AA=EF=BC=9A=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/detail/detail.vue | 91 +++++++++++++++++++++++++++++++---------- 1 file changed, 69 insertions(+), 22 deletions(-) diff --git a/pages/detail/detail.vue b/pages/detail/detail.vue index 8329b3a..6dc756b 100644 --- a/pages/detail/detail.vue +++ b/pages/detail/detail.vue @@ -1,7 +1,7 @@ @@ -76,11 +78,28 @@ }, data() { return { + viewheight:'', } }, methods: { - + // getHeight(){ + // let height = this.$refs.viewref.$el.offsetHeight + // this.viewheight = height + // }, + phonecall(){ + console.log('打电话'); + }, + share(){ + console.log('分享'); + }, + assist(){ + console.log('客服'); + } + }, + mounted(){ + // this.getHeight(); + // console.log(viewheight) } } @@ -90,12 +109,22 @@ // background-color: #F8F8F8; height: 100%; } + .bug-figure{ + height: 100rpx; + } .swiper { } .title{ padding: 20rpx; background-color: #fff; } + .grid-textup{ + color: #CC3333; + font-size: 20px; + } + .grid-text{ + color: #B3B3B3; + } .location-detail{ display: flex; margin-top: 20rpx; @@ -120,7 +149,8 @@ background-color: #fff; width: 100%; z-index: 100; - height: 100rpx; + // height: 100rpx; + // bottom: calc(var(--window-bottom) + 20px); } .bot-tab{ display: flex; @@ -131,19 +161,36 @@ width: 50%; display: flex; justify-content: space-around; - height: 100px; + height: 50px; } - .coustom{ - height: 100px; - } - .tab-right{ - width: 50%; - height: 100%; + .customer{ + // height: 50px; display: flex; justify-content: center; align-items: center; + flex-direction: column; + width: 50%; + } + .tab-right{ + width: 50%; + height: 50px; + display: flex; + justify-content: center; + align-items: center; + background-image: linear-gradient(to right, #E86262, #CC3333); } .share{ - + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; + width: 50%; + } + .call{ + color: #fff; + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; } \ No newline at end of file From d20c8ecb493b4d4404881e15a7c1b062e50da4bb Mon Sep 17 00:00:00 2001 From: hot777zz <912275990@qq.com> Date: Thu, 2 Nov 2023 18:03:47 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E6=A2=81=E8=88=AA=EF=BC=9A=E4=B8=AA?= =?UTF-8?q?=E4=BA=BA=E9=A1=B5=E9=9D=A2=E8=B7=B3=E8=BD=AC=E5=8F=8A=E4=BC=A0?= =?UTF-8?q?=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/my/my.vue | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/pages/my/my.vue b/pages/my/my.vue index 6c71be1..ffdd9c8 100644 --- a/pages/my/my.vue +++ b/pages/my/my.vue @@ -12,11 +12,12 @@ - - - - - + + + + + + @@ -30,13 +31,23 @@ return { src: 'https://cdn.uviewui.com/uview/album/2.jpg', account:'11111111', - username:'用户名' + username:'用户名', } }, onLoad() { // this.getInfo() }, methods: { + topublished(title){ + uni.navigateTo({ + url:'/pages/published/published?titletext='+title + }) + }, + todetail(){ + uni.navigateTo({ + url:'/pages/detail/detail' + }) + } //---------页面调用接口示例------------ // getInfo() { // this.$api.getUserInfo().then(res => { From 90fe5def4c7cc468013152bdb86ef17d181adb98 Mon Sep 17 00:00:00 2001 From: hot777zz <912275990@qq.com> Date: Thu, 2 Nov 2023 18:04:29 +0800 Subject: [PATCH 4/5] =?UTF-8?q?=E6=A2=81=E8=88=AA=EF=BC=9A=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E9=A1=B5=E9=9D=A2=E6=90=AD=E5=BB=BA=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/published/published.vue | 61 +++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 pages/published/published.vue diff --git a/pages/published/published.vue b/pages/published/published.vue new file mode 100644 index 0000000..300d12e --- /dev/null +++ b/pages/published/published.vue @@ -0,0 +1,61 @@ + + + + + From 849ea07b08294abd77e45f7bb906bb4e1ad2e1c1 Mon Sep 17 00:00:00 2001 From: hot777zz <912275990@qq.com> Date: Thu, 2 Nov 2023 18:06:34 +0800 Subject: [PATCH 5/5] =?UTF-8?q?=E6=A2=81=E8=88=AA=EF=BC=9A=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E9=A1=B5=E9=9D=A2pages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pages.json b/pages.json index 44ee586..7bc5563 100644 --- a/pages.json +++ b/pages.json @@ -62,6 +62,16 @@ "navigationBarTitleText" : "商品详情" } } + + ,{ + "path" : "pages/published/published", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": true + } + + } ], "tabBar" : { "color" : "#CCCCCC",