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;
 /******/ 	var hotApplyOnUpdate = true;
 /******/ 	// eslint-disable-next-line no-unused-vars
 /******/ 	// eslint-disable-next-line no-unused-vars
-/******/ 	var hotCurrentHash = "c2a7bd3ec99b4ed6ee3c";
+/******/ 	var hotCurrentHash = "dd2b5b612359221f7fc5";
 /******/ 	var hotRequestTimeout = 10000;
 /******/ 	var hotRequestTimeout = 10000;
 /******/ 	var hotCurrentModuleData = {};
 /******/ 	var hotCurrentModuleData = {};
 /******/ 	var hotCurrentChildModule;
 /******/ 	var hotCurrentChildModule;

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

@@ -13,7 +13,7 @@
         </el-form-item>
         </el-form-item>
 
 
         <el-form-item style="display: flex;justify-content: flex-end;">
         <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">
             <script type="text/wxtag-template">
               <style>
               <style>
               .sub-btn{
               .sub-btn{

+ 2 - 0
src/pages/wechat.vue

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

部分文件因文件數量過多而無法顯示