zhangdan 4 سال پیش
والد
کامیت
14d7901ee5
8فایلهای تغییر یافته به همراه0 افزوده شده و 131 حذف شده
  1. 0 8
      api/index.js
  2. 0 38
      api/user.js
  3. BIN
      static/banner.jpg
  4. BIN
      static/edit.png
  5. 0 85
      static/iconfont-weapp-icon.css
  6. BIN
      static/login_icon.png
  7. BIN
      static/user_icon_number.png
  8. BIN
      static/user_icon_password.png

+ 0 - 8
api/index.js

@@ -27,14 +27,6 @@ export const searchRider = (params) => {
 }
 
 
-// 查询采集信息详情
-export const gatherDetail = (params) => {
-  return axios.request({
-    url: `gather/findById/${params.id}`,
-    method: 'get',
-  })
-}
-
 // 获取订单状态
 export const orderStatus = (params) => {
   return axios.request({

+ 0 - 38
api/user.js

@@ -1,38 +0,0 @@
-import axios from '@/libs/axios.js'
- 
-// 获取图片验证码
-export const getCaptcha = randomCode => {
-  return axios.request({
-    url: `captcha/create/${randomCode}`,
-    method: 'get',
-    responseType: 'blob',
-  }, true)
-}
-// 发送短信验证码
-export const sendVerifyCode = params => {
-  return axios.request({
-    url: 'sendVerifiCode',
-    method: 'post',
-    data: params
-  }, true)
-}
-
-// 修改密码
-export const changePwd = params => {
-  return axios.request({
-    url: 'user/updatePwd',
-    method: 'post',
-    data: {
-      oldPassword: params.oldPassword,
-      password: params.password
-    }
-  }).then(res => res)
-} 
-// 手机号登录 校验用户账号状态
-export const checkCustomerState = params => { 
-  let url = `checkCustomerState/${params.phone}`
-  return axios.request({
-    url: url,
-    method: 'get'
-  })
-}

BIN
static/banner.jpg


BIN
static/edit.png


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 85
static/iconfont-weapp-icon.css


BIN
static/login_icon.png


BIN
static/user_icon_number.png


BIN
static/user_icon_password.png


برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است