From 75ccbb94272d0d17aca1217fef58850832b0f3a4 Mon Sep 17 00:00:00 2001 From: THK3121 Date: Sun, 25 Jun 2023 17:44:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E6=90=BA=E5=B8=A6=E5=95=86?= =?UTF-8?q?=E5=93=81=E7=9A=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/associated.vue | 3 +-- pages/columnGoods/goods_search_con/index.vue | 5 +++-- pages/plant_release/index.vue | 10 ++++++++++ 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/components/associated.vue b/components/associated.vue index afb3bf4..79a204c 100644 --- a/components/associated.vue +++ b/components/associated.vue @@ -457,9 +457,8 @@ .foot_bar { width: 100%; position: fixed; - bottom: 122.81rpx; + // bottom: 54px; left: 0; - background: #ffffff; padding: 20rpx 0; z-index: 5; diff --git a/pages/columnGoods/goods_search_con/index.vue b/pages/columnGoods/goods_search_con/index.vue index 659b684..6e93048 100644 --- a/pages/columnGoods/goods_search_con/index.vue +++ b/pages/columnGoods/goods_search_con/index.vue @@ -775,10 +775,11 @@ that.hotScroll = res.data.list.length < that.hotLimit that.hostProduct = that.hostProduct.concat(res.data.list) if (that.hostProduct.length == res.data.count) { + uni.showToast({ title: '推荐商品,加载完毕', duration: 2000, // 显示时长,单位为毫秒 - icon: 'success' // 提示图标,可选值:success / loading / none + icon:'none' }) } }); @@ -958,7 +959,7 @@ width: 62rpx; font-size: 40rpx; height: 86rpx; - line-height: 86rpx; + line-height: 86rpx ; } .productList .nav-wrapper { diff --git a/pages/plant_release/index.vue b/pages/plant_release/index.vue index 9c366c2..2decee7 100644 --- a/pages/plant_release/index.vue +++ b/pages/plant_release/index.vue @@ -243,6 +243,16 @@ } this.videoContext = uni.createVideoContext("myvideo", this); }, + onTabItemTap(){ + this.$refs.associated.close(); + this.formData.content='' + this.formData.image=[] + this.formData.topic_id='' + this.formData.spu_id='' + this.formData.video_link='' + this.productList=[] + this.topicName={} + }, methods: { onLoadFun() { this.isShowAuth = false;