mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 07:52:53 +08:00
Merge branch 'release/1226' into dev
This commit is contained in:
@@ -159,11 +159,11 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.paySeqNo = this.$route.query.RdSeq
|
this.paySeqNo = this.$route.query.RdSeq
|
||||||
// if (!this.paySeqNo) {
|
if (!this.paySeqNo) {
|
||||||
// this.$toast({ message: '参数错误,缺少支付流水号‘RdSeq’查询参数', duration: 5000 })
|
this.$toast({ message: '参数错误,缺少支付流水号‘RdSeq’查询参数', duration: 5000 })
|
||||||
// } else {
|
} else {
|
||||||
// this.queryPayState()
|
this.queryPayState()
|
||||||
// }
|
}
|
||||||
},
|
},
|
||||||
beforeRouteLeave(to, from, next) {
|
beforeRouteLeave(to, from, next) {
|
||||||
document.body.style.backgroundColor = ''
|
document.body.style.backgroundColor = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user