Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2023-05-25 12:53:46 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
263dbe812af080d05b797f01caaa77306cbc6cc3
263dbe81
1 parent
cfeb7a1a
微信初始化条件修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/App.vue
src/App.vue
View file @
263dbe8
...
...
@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2022-05-26 23:52:36
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-05-2
2 18:03:29
* @LastEditTime: 2023-05-2
5 11:49:15
* @FilePath: /data-table/src/App.vue
* @Description:
-->
...
...
@@ -117,8 +117,8 @@ onMounted(async () => {
$router.push("/stop?status=finish");
}
}
// 启用
分享功能
,非预览模式
if (form_setting.wxzq_
is_shar
e && no_preview_model) {
// 启用
微信增强
,非预览模式
if (form_setting.wxzq_
enabl
e && no_preview_model) {
const wxJs = await wxJsAPI({ form_code: code, url: raw_url });
wxJs.data.jsApiList = apiList;
wx.config(wxJs.data);
...
...
Please
register
or
login
to post a comment