浏览代码

bug 修复

lilei 4 年之前
父节点
当前提交
76632f3bf2
共有 2 个文件被更改,包括 0 次插入4 次删除
  1. 0 2
      components/uni-coods/uni-coods.vue
  2. 0 2
      pages/goods/goodsDetail.vue

+ 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()
 					}
 				})
 			},