背景和头像缺失

This commit is contained in:
2026-03-01 13:48:24 +08:00
parent 9ae4e8e614
commit eaaf7f8c9b
554 changed files with 1871 additions and 1718 deletions

View File

@@ -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);
});