mirror of
				https://github.com/kongyuebin1/dongfeng-pay.git
				synced 2025-11-04 21:17:32 +08:00 
			
		
		
		
	修复订单html
This commit is contained in:
		@@ -213,7 +213,7 @@
 | 
			
		||||
            let str = "";
 | 
			
		||||
            for (let i = 0; i < res.List.length; i ++) {
 | 
			
		||||
                let v = res.List[i];
 | 
			
		||||
                let tmp = "";
 | 
			
		||||
                let tmp = "<tr>";
 | 
			
		||||
                if (v.Status == "success") {
 | 
			
		||||
                    tmp = "<tr style='color: blue;'>"
 | 
			
		||||
                } else if (v.Status == "fail") {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user