Browse Source

Merge branch 'master' of http://git.cc-lotus.info/chubiao/yl-app

chubiao 1 năm trước cách đây
mục cha
commit
16667b98b9
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      common/request.js

+ 1 - 2
common/request.js

@@ -62,8 +62,7 @@ const request = config => {
 				toast(msg)
 				toast(msg)
 				reject(code)
 				reject(code)
 			}
 			}
-
-			resolve(res.data.data)
+			resolve(res.data)
 			uni.hideLoading()
 			uni.hideLoading()