lilei 2 years ago
parent
commit
7cb6c0279f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      pages/shuntBackManage/chooseProduct.vue
  2. 1 1
      pages/soldOut/chooseProduct.vue

+ 1 - 1
pages/shuntBackManage/chooseProduct.vue

@@ -275,7 +275,7 @@
 					this.$refs.productList.setData(_this.partList)
 					setTimeout(()=>{
 						uni.hideLoading()
-					},_this.partList.length*25)
+					},_this.partList.length*30)
 				});
 			},
 			// 提交

+ 1 - 1
pages/soldOut/chooseProduct.vue

@@ -346,7 +346,7 @@
 					this.$refs.productList.setData(_this.partList)
 					setTimeout(()=>{
 						uni.hideLoading()
-					},_this.partList.length*40)
+					},_this.partList.length*30)
 				})
 			},
 			// 提交