Commit 0fa10fd5 authored by 王雪伟's avatar 王雪伟

Merge branch 'master' of gitlab.huolea.com:wangxuewei/musicbigwatermelon

parents 3e4b65bc e2c8af77
......@@ -18,9 +18,10 @@ public class MusicPanel : BasePanel
#region 通过数据初始化面板
Dictionary<string, object> paras = new Dictionary<string, object>();
paras.Add("song_id", 1);
paras.Add("song_id", 0);
HttpTool.Instance._Get("app/v1/watermelon/songs_list", paras, new Action<SongBean>((result) =>
{
print(result);
for (int i = 0; i < result.list.Count; i++)
{
GameObject obj = ResMgr.Getinstance().Load<GameObject>("Cells/MusicCell");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment