소스 검색

国际化

tangning 2 년 전
부모
커밋
a690cac238
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/mobile/index.vue

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

@@ -32,7 +32,7 @@ async function handelPay() {
   let apiData = {
     orderSn: orderSn.value,
     payType: is_weixn.value ? '1' : payType.value,
-    openId: 'dolor exercitation velit'
+    openId
   }
   console.log('handelPay', apiData)
   const res = await openPay(apiData)