소스 검색

国际化

tangning 2 년 전
부모
커밋
db59e51de9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
   })