发布携带商品的修改
This commit is contained in:
parent
3a77a017aa
commit
75ccbb9427
@ -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;
|
||||
|
||||
|
@ -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 {
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user