|
@@ -210,7 +210,7 @@ class WeChat {
|
|
|
imageUrl: 'https://pub.dwstatic.com/wxgame/taptapstar/share/' + shareObjct.icon,
|
|
|
query: 'uid=' + GameGlobal.user.uid + '&shareType=' + ShareAction.INVITE_FRIEND,
|
|
|
success: (res) => {
|
|
|
- console.log('分享成功');
|
|
|
+ console.log('头条分享成功');
|
|
|
success && success();
|
|
|
if (GameGlobal.clickShare) {
|
|
|
GameEvent.fire(GameNotificationKey.ShowShareAction, GameGlobal.gameShareType, true);
|
|
@@ -225,7 +225,7 @@ class WeChat {
|
|
|
}
|
|
|
},
|
|
|
fail: () => {
|
|
|
- console.log('分享失败或取消');
|
|
|
+ console.log('头条分享失败或取消');
|
|
|
fail && fail();
|
|
|
if (GameGlobal.clickShare) {
|
|
|
GameEvent.fire(GameNotificationKey.ShowShareAction, GameGlobal.gameShareType, false);
|