diff --git a/src/components/dynCodePay.vue b/src/components/dynCodePay.vue index 2119a25..2b2e8bb 100644 --- a/src/components/dynCodePay.vue +++ b/src/components/dynCodePay.vue @@ -92,9 +92,9 @@ export default { this.orderId = this.$route.query.orderId // console.log(this.orderId) // this.appOrderTimeout = this.$route.query.appOrderTimeout - // if (this.clientBrowser == "微信") { - // this.webAppCode = this.getCode(); - // } + if (this.clientBrowser == "微信") { + this.webAppCode = this.getCode(); + } }, methods: {