snow 1 년 전
부모
커밋
bf0eb33a8a
4개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      dist/app.js
  2. 1 1
      dist/runtime.js
  3. 1 1
      src/components/binding/index.vue
  4. 2 0
      src/pages/wechat.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/app.js


+ 1 - 1
dist/runtime.js

@@ -113,7 +113,7 @@
 /******/
 /******/ 	var hotApplyOnUpdate = true;
 /******/ 	// eslint-disable-next-line no-unused-vars
-/******/ 	var hotCurrentHash = "c2a7bd3ec99b4ed6ee3c";
+/******/ 	var hotCurrentHash = "dd2b5b612359221f7fc5";
 /******/ 	var hotRequestTimeout = 10000;
 /******/ 	var hotCurrentModuleData = {};
 /******/ 	var hotCurrentChildModule;

+ 1 - 1
src/components/binding/index.vue

@@ -13,7 +13,7 @@
         </el-form-item>
 
         <el-form-item style="display: flex;justify-content: flex-end;">
-          <wx-open-subscribe :template="template" id="subscribe-btn" @success="handleSuccess" @error="handleError">
+          <wx-open-subscribe :template="'2W6QA6ke0W9h17KbP__0fvijmoWAlCShaphBu6C3C4Q,05NTNhwfrx4iMwMQwMZD9cORVaJ8E4BEs0S8K988O54'" id="subscribe-btn" @success="handleSuccess" @error="handleError">
             <script type="text/wxtag-template">
               <style>
               .sub-btn{

+ 2 - 0
src/pages/wechat.vue

@@ -53,6 +53,8 @@ export default {
       const result = await asyncRequest.template();
       this.loading = false;
       this.template = result.data.map(({priTmplId}) => priTmplId).join(",")
+
+      console.log(this.template,'-----')
     },
     async initialWechatConfig(){
       const url = window.location.href.split("#")[0]

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.