Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
h5
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a3d74831
authored
Nov 13, 2019
by
梁建民
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
console
parent
14e6ee0e
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 additions
and
1 deletions
src/views/common/wxShare.vue
view/14.js
view/16.js
view/19.js
src/views/common/wxShare.vue
View file @
a3d74831
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
wx
.
checkJsApi
({
wx
.
checkJsApi
({
jsApiList
:
[
'onMenuShareTimeline'
,
'onMenuShareAppMessage'
,
'onMenuShareQQ'
,
'onMenuShareWeibo'
,
'onMenuShareQZone'
],
// 需要检测的JS接口列表,所有JS接口列表见附录2,
jsApiList
:
[
'onMenuShareTimeline'
,
'onMenuShareAppMessage'
,
'onMenuShareQQ'
,
'onMenuShareWeibo'
,
'onMenuShareQZone'
],
// 需要检测的JS接口列表,所有JS接口列表见附录2,
success
:
function
(
res
)
{
success
:
function
(
res
)
{
//
console.log(res);
console
.
log
(
res
);
// 以键值对的形式返回,可用的api值true,不可用为false
// 以键值对的形式返回,可用的api值true,不可用为false
// 如:{"checkResult":{"chooseImage":true},"errMsg":"checkJsApi:ok"}
// 如:{"checkResult":{"chooseImage":true},"errMsg":"checkJsApi:ok"}
}
}
...
...
view/14.js
View file @
a3d74831
This diff is collapsed.
Click to expand it.
view/16.js
View file @
a3d74831
This diff is collapsed.
Click to expand it.
view/19.js
View file @
a3d74831
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment