Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
llewan-weixin-sdk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
llewan
llewan-weixin-sdk
Commits
1dd86d33
Commit
1dd86d33
authored
Sep 19, 2018
by
liuxinjun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
左上角分享bug
parent
71ac0408
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
1 deletion
+43
-1
sdk.js
assets/llewan-weixin-sdk/sdk.js
+1
-1
builder.json
settings/builder.json
+42
-0
No files found.
assets/llewan-weixin-sdk/sdk.js
View file @
1dd86d33
...
@@ -200,7 +200,7 @@ var sdk = {
...
@@ -200,7 +200,7 @@ var sdk = {
var
self
=
this
;
var
self
=
this
;
if
(
cc
.
sys
.
platform
===
cc
.
sys
.
WECHAT_GAME
)
{
if
(
cc
.
sys
.
platform
===
cc
.
sys
.
WECHAT_GAME
)
{
//.微信右上角分享
//.微信右上角分享
///|
wx.showShareMenu({withShareTicket:true})
wx
.
showShareMenu
({
withShareTicket
:
true
})
wx
.
shareAppMessage
(
function
(
res
){
wx
.
shareAppMessage
(
function
(
res
){
//.默认0:右上角分享
//.默认0:右上角分享
var
tpye
=
0
;
var
tpye
=
0
;
...
...
settings/builder.json
0 → 100644
View file @
1dd86d33
{
"appKey"
:
""
,
"appSecret"
:
""
,
"encryptJs"
:
true
,
"excludeScenes"
:
[],
"fb-instant-games"
:
{},
"includeAnySDK"
:
false
,
"includeSDKBox"
:
false
,
"inlineSpriteFrames"
:
true
,
"inlineSpriteFrames_native"
:
true
,
"jailbreakPlatform"
:
false
,
"md5Cache"
:
false
,
"mergeStartScene"
:
false
,
"oauthLoginServer"
:
""
,
"optimizeHotUpdate"
:
false
,
"orientation"
:
{
"landscapeLeft"
:
true
,
"landscapeRight"
:
true
,
"portrait"
:
false
,
"upsideDown"
:
false
},
"packageName"
:
"org.cocos2d.llewan-weixin-sdk"
,
"privateKey"
:
""
,
"qqplay"
:
{
"REMOTE_SERVER_ROOT"
:
""
,
"orientation"
:
"portrait"
},
"renderMode"
:
"0"
,
"startScene"
:
""
,
"title"
:
"llewan-weixin-sdk"
,
"webOrientation"
:
"auto"
,
"wechatgame"
:
{
"REMOTE_SERVER_ROOT"
:
""
,
"appid"
:
"wx6ac3f5090a6b99c5"
,
"isSubdomain"
:
false
,
"orientation"
:
"portrait"
,
"subContext"
:
""
},
"xxteaKey"
:
"c6793257-e4d2-47"
,
"zipCompressJs"
:
true
}
\ No newline at end of file
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