Пример #1
0
        public override void onShowed()
        {
            input.text       = "";
            placeholder.text = "";

            string job   = Globle.getStrJob(v["carr"]);
            string lv    = v["lvl"]._int.ToString();
            string name  = v["name"];
            string zhuan = v["zhua"]._int.ToString();

            //      name=     name.Replace("\0", "");

            // name = name.Replace("@", "");


            txtInfo1.text = ContMgr.getCont("comm_delechar_info1", name);
            txtInfo2.text = ContMgr.getCont("comm_delechar_info2", job, zhuan, lv);
            txtDesc.text  = ContMgr.getCont("comm_dele");
        }
Пример #2
0
        public override void onShowed()
        {
            this.input.text       = "";
            this.placeholder.text = "";
            string strJob = Globle.getStrJob(confirmtext.v["carr"]);
            string text   = confirmtext.v["lvl"]._int.ToString();
            string text2  = confirmtext.v["name"];
            string text3  = confirmtext.v["zhua"]._int.ToString();

            this.txtInfo1.text = ContMgr.getCont("comm_delechar_info1", new string[]
            {
                text2
            });
            this.txtInfo2.text = ContMgr.getCont("comm_delechar_info2", new string[]
            {
                strJob,
                text3,
                text
            });
            this.txtDesc.text = ContMgr.getCont("comm_dele", null);
        }