瀏覽代碼

bug 修复

lilei 2 年之前
父節點
當前提交
8ed3f146f9
共有 1 個文件被更改,包括 5 次插入0 次删除
  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()
 			 })
 		 },
 		 // 一键拿货