bicycle/utils/http.api.js
@@ -51,6 +51,7 @@ let bikeIncome = (data = {}) => uni.$u.http.post('web/report/bikeIncome', data) // 收入车型分析 let accountLogout = (data = {}) => uni.$u.http.post('web/account/logout', data) // 会员退出登录 let orderRides = (params = {}) => uni.$u.http.get('web/report/orderRides', { params }) // 订单骑行记录 let memberDiscountPage = (data = {}) => uni.$u.http.post('web/business/memberDiscountPage', data) // 用户套餐卡列表 vm.$u.api = { getUserInfo, @@ -95,7 +96,8 @@ incomeStat, bikeIncome, accountLogout, orderRides orderRides, memberDiscountPage }; }