Merge branch 'release/1226' into dev

This commit is contained in:
皮伟
2019-12-26 15:34:21 +08:00

View File

@@ -159,11 +159,11 @@ export default {
}
this.paySeqNo = this.$route.query.RdSeq
// if (!this.paySeqNo) {
// this.$toast({ message: '参数错误缺少支付流水号RdSeq查询参数', duration: 5000 })
// } else {
// this.queryPayState()
// }
if (!this.paySeqNo) {
this.$toast({ message: '参数错误缺少支付流水号RdSeq查询参数', duration: 5000 })
} else {
this.queryPayState()
}
},
beforeRouteLeave(to, from, next) {
document.body.style.backgroundColor = ''