发布携带商品的修改

This commit is contained in:
THK3121 2023-06-25 17:44:30 +08:00
parent 3a77a017aa
commit 75ccbb9427
3 changed files with 14 additions and 4 deletions

View File

@ -457,9 +457,8 @@
.foot_bar { .foot_bar {
width: 100%; width: 100%;
position: fixed; position: fixed;
bottom: 122.81rpx; // bottom: 54px;
left: 0; left: 0;
background: #ffffff;
padding: 20rpx 0; padding: 20rpx 0;
z-index: 5; z-index: 5;

View File

@ -775,10 +775,11 @@
that.hotScroll = res.data.list.length < that.hotLimit that.hotScroll = res.data.list.length < that.hotLimit
that.hostProduct = that.hostProduct.concat(res.data.list) that.hostProduct = that.hostProduct.concat(res.data.list)
if (that.hostProduct.length == res.data.count) { if (that.hostProduct.length == res.data.count) {
uni.showToast({ uni.showToast({
title: '推荐商品,加载完毕', title: '推荐商品,加载完毕',
duration: 2000, // duration: 2000, //
icon: 'success' // 提示图标可选值success / loading / none icon:'none'
}) })
} }
}); });
@ -958,7 +959,7 @@
width: 62rpx; width: 62rpx;
font-size: 40rpx; font-size: 40rpx;
height: 86rpx; height: 86rpx;
line-height: 86rpx; line-height: 86rpx ;
} }
.productList .nav-wrapper { .productList .nav-wrapper {

View File

@ -243,6 +243,16 @@
} }
this.videoContext = uni.createVideoContext("myvideo", this); 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: { methods: {
onLoadFun() { onLoadFun() {
this.isShowAuth = false; this.isShowAuth = false;