Compare commits
	
		
			2 Commits
		
	
	
		
			80487b8ae4
			...
			d5a7e3d1c8
		
	
	| Author | SHA1 | Date | 
|---|---|---|
|  | d5a7e3d1c8 | |
|  | 2924522f77 | 
|  | @ -44,7 +44,8 @@ const install = (Vue, vm) => { | |||
| 	Vue.prototype.$u.http.interceptor.response = (res) => { | ||||
| 		uni.hideLoading(); | ||||
| 		if (res.succeed == true || res.success == true) { | ||||
| 			return res.data || res; | ||||
| 			// return res.data || res;
 | ||||
| 			return res; | ||||
| 		} else { | ||||
| 			// uni.showToast({
 | ||||
| 			// 	title: res.error,
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue