背景和头像缺失
This commit is contained in:
@@ -1253,7 +1253,7 @@ void ZJHGameScene::onInviteButtonClick(Ref* pSender)
|
||||
std::string strText = StringUtils::format("房间号:[%u] %d 局, %s.", m_PrivateRoomInfo.dwRoomNum, m_PrivateRoomInfo.dwPlayTotal, m_strGameRuleInfo.c_str());
|
||||
std::string strFriendUrl = GlobalJosn::getInstance()->getShareInfoByKind(SH_KIND_FRIEND_RUL);
|
||||
std::string strUrl = StringUtils::format("%s?param=%d", strFriendUrl.c_str(), m_PrivateRoomInfo.dwRoomNum);
|
||||
MissionWeiXin::Instance().shareUrlWeiXin(strUrl, utility::a_u8("炸金花") , utility::a_u8(strText));
|
||||
MissionWeiXin::Instance().shareUrlWeiXin(strUrl, "炸金花", strText);
|
||||
|
||||
//SelectShareScene::Instance().shareRoomInfo(strUrl, utility::a_u8("炸金花"), strText, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user