瀏覽代碼

bug 修复

lilei 2 年之前
父節點
當前提交
209a4ceb65
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/stockCheck/startCheck.vue

+ 1 - 1
pages/stockCheck/startCheck.vue

@@ -418,9 +418,9 @@
 							// 删除最后一个后刷新列表
 							if(this.orderTotal == 0){
 								this.showCart = false
-								this.getDetail()
 								this.getChooseList()
 							}
+							this.getDetail()
 						}
 					})
 				}