背景和头像缺失
This commit is contained in:
@@ -358,7 +358,7 @@ void PDKGameScene::initScene()
|
||||
bool bGameRuleIdex = ((m_PrivateRoomInfo.bGameRuleIdex & ePDKRuleEnum_HandCardCount) > 0);
|
||||
uint8 cbCardCount = bGameRuleIdex ? PDK_MAX_COUNT : (PDK_MAX_COUNT - 1);
|
||||
|
||||
std::string strUTFGameTitle = utility::a_u8("跑得快");
|
||||
std::string strGameTitle = "跑得快";
|
||||
|
||||
std::string strUrl = GlobalJosn::getInstance()->getShareInfoByKind(SH_KIND_WEIXIN_URL);
|
||||
std::string strUrlInfo = StringUtils::format("%s?param=%d", strUrl.c_str(), m_PrivateRoomInfo.dwRoomNum);
|
||||
@@ -367,7 +367,7 @@ void PDKGameScene::initScene()
|
||||
std::string strShareRule = StringUtils::format("房间号:[%u], %d 局,%d张牌,%s。", m_PrivateRoomInfo.dwRoomNum,
|
||||
m_PrivateRoomInfo.dwPlayTotal, cbCardCount, strGameRuleInfo.c_str());
|
||||
|
||||
MissionWeiXin::Instance().shareUrlWeiXin(strUrlInfo, strUTFGameTitle, strShareRule);
|
||||
MissionWeiXin::Instance().shareUrlWeiXin(strUrlInfo, strGameTitle, strShareRule);
|
||||
//SelectShareScene::Instance().shareRoomInfo(strUrlInfo, strUTFGameTitle, strShareRule, 0);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user