@@ -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()
})
// 一键拿货