Browse Source

国际化

tangning 2 năm trước cách đây
mục cha
commit
a690cac238
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)