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