tangning hace 2 años
padre
commit
db59e51de9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
   })