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