| | |
| | | public static string CheckTaskwheelsProps(string wxrw) |
| | | { |
| | | string wheelsNewOld = string.Empty; |
| | | if (wxrw.Contains("æ¢è½®ç(æ§)")) |
| | | |
| | | if (wxrw.Contains("æ¢è½®ç(æ§)") ) |
| | | { |
| | | wheelsNewOld = "æ°è½®æ§ç"; |
| | | }else if (wxrw.Contains("æ¢è½®ç»æ(æ°)")) |
| | | }else if (wxrw.Contains("æ¢è½®ç»æ(æ°)") || wxrw.Contains("æ¢è½®(æ°)") || wxrw.Contains("æ°è½®æ°ç")) |
| | | { |
| | | wheelsNewOld = "æ°è½®æ°ç"; |
| | | } |
| | |
| | | public static string CheckZdpPost(string Posttype) |
| | | { |
| | | string PostContainer = string.Empty; |
| | | if (Posttype=="左侧") |
| | | if (Posttype.Contains("å·¦")) |
| | | { |
| | | PostContainer = "left"; |
| | | } |
| | | else if (Posttype == "å³ä¾§") |
| | | else if (Posttype.Contains("å³")) |
| | | { |
| | | PostContainer = "right"; |
| | | } |
| | | else |
| | | else if(Posttype.Contains("ä¸")) |
| | | { |
| | | PostContainer = "middle"; |
| | | } |