Browse Source

国际化

tangning 2 years ago
parent
commit
db59e51de9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/mobile/index.vue

+ 1 - 1
src/views/mobile/index.vue

@@ -120,7 +120,7 @@ async function handleOpenPay() {
   openPay({
     orderSn: GetRequest('orderSn'),
     payType: payType.value,
-    openId: ''
+    openId
   }).then((res) => {
     let url = res.qrCodeUrl
   })