Commit c9972cc986530d12806137979c52b468806614b0

Authored by liuqimichale
1 parent 5478746a

赤峰动态码测试完成

Showing 1 changed file with 3 additions and 3 deletions
src/components/dynCodePay.vue
... ... @@ -92,9 +92,9 @@ export default {
92 92 this.orderId = this.$route.query.orderId
93 93 // console.log(this.orderId)
94 94 // this.appOrderTimeout = this.$route.query.appOrderTimeout
95   - // if (this.clientBrowser == "微信") {
96   - // this.webAppCode = this.getCode();
97   - // }
  95 + if (this.clientBrowser == "微信") {
  96 + this.webAppCode = this.getCode();
  97 + }
98 98  
99 99 },
100 100 methods: {
... ...