| | |
| | | m_MyAuction.SetActive(false);
|
| | | m_FamilyImage.SetActive(false);
|
| | | AuctionItemClass myAuction = new AuctionItemClass();
|
| | | int type = 0;
|
| | | int type = 0;//0自身上架,1仙盟上架
|
| | | if (model.PlayerAuctionItemInfoDic.ContainsKey(GUIID))
|
| | | {
|
| | | type = 0;
|
| | |
| | | m_Income.text = 0.ToString();
|
| | | if (myAuction.BidderPrice == 0)
|
| | | {
|
| | | m_BiddingText.text = Language.Get("PMH_05");
|
| | | if (type == 0)
|
| | | {
|
| | | m_BiddingText.text = Language.Get("PMH_05");
|
| | | }
|
| | | else if (type == 1)
|
| | | {
|
| | | if (myAuction.AuctionType == 0)//是否仙盟拍品流拍至全服拍品
|
| | | {
|
| | | m_BiddingText.text = Language.Get("PMH_07");
|
| | | }
|
| | | else
|
| | | {
|
| | | m_BiddingText.text = Language.Get("PMH_17");
|
| | | }
|
| | | |
| | | } |
| | | }
|
| | | else
|
| | | {
|
| | |
|
| | | if (myAuction.AuctionType == 0)//是否仙盟拍品流拍至全服拍品
|
| | | {
|
| | | m_BiddingText.text = Language.Get("PMH_07");
|
| | | }
|
| | | else
|
| | | {
|
| | | m_BiddingText.text = Language.Get("PMH_06");
|
| | | }
|
| | | m_BiddingText.text = Language.Get("PMH_06");
|
| | | if (type == 0)
|
| | | {
|
| | | int auctionTaxrate = Mathf.CeilToInt((float)(auctionHelpModel.
|