소스 검색

style:“修复”

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

+ 2 - 2
src/views/weChatPay.vue

@@ -15,8 +15,8 @@ export default {
         const route = useRoute();
         console.log(route.query.id);
         const id = route.query.id;
-      fix:“修复优化汇付商户入驻页面”        const appId = "wxd9c7c138a055ee66"; //七云公众号appID
-    
+        const appId = "wxd9c7c138a055ee66"; //七云公众号appID
+
         onMounted(() => {
             wxPay();
         });