@@ -342,7 +342,6 @@
title:"正在加载..."
})
queryProductListForReplenish(params).then(res => {
- uni.hideLoading()
if(res.status == 200){
let list = res.data
if (list && list.length){
@@ -355,6 +354,9 @@
}
this.showTab = false
this.$refs.productList.setData(_this.partList)
+ setTimeout(()=>{
+ uni.hideLoading()
+ },this.partList.length*50)
},
// 提交