From c9972cc986530d12806137979c52b468806614b0 Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Mon, 22 Mar 2021 15:08:10 +0800 Subject: [PATCH] 赤峰动态码测试完成 --- src/components/dynCodePay.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: { -- libgit2 0.21.4