Browse Source

bug 修复

lilei 2 years ago
parent
commit
0f0fe5ece9
1 changed files with 3 additions and 1 deletions
  1. 3 1
      pages/soldOut/creatOrder.vue

+ 3 - 1
pages/soldOut/creatOrder.vue

@@ -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)
 				})
 			},
 			// 提交