hookehuyr

微信初始化条件修改

...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 * @Author: hookehuyr hookehuyr@gmail.com 2 * @Author: hookehuyr hookehuyr@gmail.com
3 * @Date: 2022-05-26 23:52:36 3 * @Date: 2022-05-26 23:52:36
4 * @LastEditors: hookehuyr hookehuyr@gmail.com 4 * @LastEditors: hookehuyr hookehuyr@gmail.com
5 - * @LastEditTime: 2023-05-22 18:03:29 5 + * @LastEditTime: 2023-05-25 11:49:15
6 * @FilePath: /data-table/src/App.vue 6 * @FilePath: /data-table/src/App.vue
7 * @Description: 7 * @Description:
8 --> 8 -->
...@@ -117,8 +117,8 @@ onMounted(async () => { ...@@ -117,8 +117,8 @@ onMounted(async () => {
117 $router.push("/stop?status=finish"); 117 $router.push("/stop?status=finish");
118 } 118 }
119 } 119 }
120 - // 启用分享功能,非预览模式 120 + // 启用微信增强,非预览模式
121 - if (form_setting.wxzq_is_share && no_preview_model) { 121 + if (form_setting.wxzq_enable && no_preview_model) {
122 const wxJs = await wxJsAPI({ form_code: code, url: raw_url }); 122 const wxJs = await wxJsAPI({ form_code: code, url: raw_url });
123 wxJs.data.jsApiList = apiList; 123 wxJs.data.jsApiList = apiList;
124 wx.config(wxJs.data); 124 wx.config(wxJs.data);
......