Commit 1dd86d33 authored by liuxinjun's avatar liuxinjun

左上角分享bug

parent 71ac0408
...@@ -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;
......
{
"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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment