| | |
| | | if (i < MaxCount)
|
| | | {
|
| | | gridCtrl.AddCell(ScrollerDataType.Header, i);
|
| | | } |
| | | }
|
| | | }
|
| | | gridCtrl.Restart();
|
| | | } |
| | |
| | | transactionStatusText.gameObject.SetActive(true);
|
| | | SuccessfulBiddingObj.SetActive(false);
|
| | | AuctionFailedObj.SetActive(false);
|
| | | if (AuctionType == 0)
|
| | | {
|
| | | transactionStatusText.text = Language.Get("PMH_11");
|
| | | }
|
| | | else if (AuctionType == 1)
|
| | | {
|
| | | transactionStatusText.text = Language.Get("PMH_12");
|
| | | }
|
| | | transactionStatusText.text = Language.Get("PMH_11");
|
| | | break;
|
| | | case 1://拍卖成交(竞拍成功)
|
| | | SuccessfulBiddingObj.SetActive(true);
|
| | |
| | | transactionStatusText.gameObject.SetActive(false);
|
| | | JadeMoney_1.text = auctionRecord.BidderPrice.ToString();
|
| | | break;
|
| | | case 5://仙盟流拍到全服
|
| | | transactionStatusText.gameObject.SetActive(true);
|
| | | SuccessfulBiddingObj.SetActive(false);
|
| | | AuctionFailedObj.SetActive(false);
|
| | | transactionStatusText.text = Language.Get("PMH_12");
|
| | | break;
|
| | | }
|
| | |
|
| | | itemCell.Init(cellModel);
|