Ver código fonte

style:“修复”

soobin 1 ano atrás
pai
commit
a19ac13eb0
1 arquivos alterados com 2 adições e 2 exclusões
  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();
         });