lilei 4 rokov pred
rodič
commit
76632f3bf2

+ 0 - 2
components/uni-coods/uni-coods.vue

@@ -89,8 +89,6 @@
 							// 刷新购物车数据
 							uni.$emit('getCartList')
 						},50)
-					}else{
-						uni.hideLoading()
 					}
 				})
 			},

+ 0 - 2
pages/goods/goodsDetail.vue

@@ -125,8 +125,6 @@
 							// 刷新购物车数据
 							uni.$emit('getCartList')
 						},50)
-					}else{
-						uni.hideLoading()
 					}
 				})
 			},