소스 검색

Merge branch 'master' of http://192.168.2.10:3000/GFG/Client

zhangyuqian 1 년 전
부모
커밋
b9a569d39f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Platform/QDDouYouManager.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Platform/QDDouYouManager.cs

@@ -111,7 +111,7 @@ namespace GFGGame
             //自定义参数
             string other = orderID + "|gfg|" + roleInfo.Id;
             QDDouYouManagerInit.Instance.ShowSwitchPayment(orderID, price.ToString(), buyID.ToString(),
-                shopCfg.itemName, itemCfg.desc,
+                shopCfg.itemName, string.Empty,
                 roleInfo.ServerId.ToString(), serverName, roleInfo.Id.ToString(), roleInfo.Name, lvl.ToString(), other);
         }