Browse Source

bug 修复

lilei 2 years ago
parent
commit
8ed3f146f9
1 changed files with 5 additions and 0 deletions
  1. 5 0
      pagesA/digitalShelf/choosePartResult.vue

+ 5 - 0
pagesA/digitalShelf/choosePartResult.vue

@@ -219,11 +219,16 @@
 		 },
 		 // 盘点是否有红包奖励
 		 getOrderRedReward(){
+			 uni.showLoading({
+			 	title: "正在加载...",
+				mask: true
+			 })
 			 rewardOrderFindBySn({orderSn:this.shelfOrderSn}).then(res => {
 				 if(res.status == 200 && res.data){
 				 	this.showMask = true
 					this.redPacketData = res.data
 				 }
+				 uni.hideLoading()
 			 })
 		 },
 		 // 一键拿货