| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: Tuesday, March 24, 2026
|
| | | // [ Date ]: Tuesday, July 7, 2026
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public float PayRMBNum; //打折请使用 PayRMBNumOnSale(0.1折)
|
| | | public int CTGID;
|
| | | public float UsdMoney;
|
| | | public float PayCoin;
|
| | | public string StoreOrderInfo;
|
| | | public string StoreOrderInfo2;
|
| | |
|
| | |
| | |
|
| | | float.TryParse(tables[5],out UsdMoney);
|
| | |
|
| | | StoreOrderInfo = tables[6];
|
| | | float.TryParse(tables[6],out PayCoin); |
| | |
|
| | | StoreOrderInfo2 = tables[7];
|
| | | StoreOrderInfo = tables[7];
|
| | |
|
| | | StoreOrderInfo2 = tables[8];
|
| | | }
|
| | | catch (Exception exception)
|
| | | {
|