shish пре 2 месеци
родитељ
комит
1414bb6e0f

+ 5 - 0
ghsPad/src/pages/home/components/console.vue

@@ -450,6 +450,11 @@ export default {
 		cancelPay(){
 			this.$util.hitVoice()
 			this.$refs.toPayRef.close()
+			this.$nextTick(() => {
+				setTimeout(() => {
+					this.reopenGatheringIfPinned()
+				}, 120)
+			})
 		},
 		cancelSettle(){
 			this.$util.hitVoice()

+ 6 - 1
hdPad/src/pages/home/components/console.vue

@@ -485,7 +485,12 @@ export default {
 		cancelPay(){
 			this.$util.hitVoice()
 			this.$refs.toPayRef.close()
-			this.reopenGatheringIfPinned()
+			// 关闭付款层后再拉起计算器置顶,避免与 mask 收尾抢序导致不重开
+			this.$nextTick(() => {
+				setTimeout(() => {
+					this.reopenGatheringIfPinned()
+				}, 120)
+			})
 		},
 		cancelSettle(){
 			this.$util.hitVoice()