lilei hace 2 años
padre
commit
7cb6c0279f
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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)
 				})
 			},
 			// 提交