You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
237 lines
6.3 KiB
237 lines
6.3 KiB
2 years ago
|
|
||
|
# 星油云小程序
|
||
|
## 功能介绍
|
||
|
### 主要功能:一键加油,扫码加油,注册登录,充值,支付,订单
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
```
|
||
|
wechat-oil
|
||
|
├─ .git
|
||
|
│ ├─ COMMIT_EDITMSG
|
||
|
│ ├─ config
|
||
|
│ ├─ description
|
||
|
│ ├─ FETCH_HEAD
|
||
|
│ ├─ HEAD
|
||
|
│ ├─ hooks
|
||
|
│ │ ├─ applypatch-msg.sample
|
||
|
│ │ ├─ commit-msg.sample
|
||
|
│ │ ├─ fsmonitor-watchman.sample
|
||
|
│ │ ├─ post-update.sample
|
||
|
│ │ ├─ pre-applypatch.sample
|
||
|
│ │ ├─ pre-commit.sample
|
||
|
│ │ ├─ pre-push.sample
|
||
|
│ │ ├─ pre-rebase.sample
|
||
|
│ │ ├─ pre-receive.sample
|
||
|
│ │ ├─ prepare-commit-msg.sample
|
||
|
│ │ └─ update.sample
|
||
|
│ ├─ index
|
||
|
│ ├─ info·
|
||
|
│ │ └─ exclude
|
||
|
│ ├─ logs
|
||
|
│ │ ├─ HEAD
|
||
|
│ │ └─ refs
|
||
|
│ │ ├─ heads
|
||
|
│ │ │ ├─ Alipay
|
||
|
│ │ │ ├─ company
|
||
|
│ │ │ └─ master 星油云
|
||
|
│ │ └─ remotes
|
||
|
│ │ └─ origin
|
||
|
│ │ ├─ Alipay // 测试支付宝小程序,没用
|
||
|
│ │ └─ master // 企业版分支
|
||
|
│ ├─ ORIG_HEAD
|
||
|
│ └─ refs
|
||
|
│ ├─ heads
|
||
|
│ │ ├─ Alipay
|
||
|
│ │ ├─ company
|
||
|
│ │ └─ master
|
||
|
│ ├─ remotes
|
||
|
│ │ └─ origin
|
||
|
│ │ ├─ Alipay
|
||
|
│ │ └─ master
|
||
|
│
|
||
|
├─ .gitignore
|
||
|
├─ api
|
||
|
│ ├─ account.js
|
||
|
│ ├─ auth.js
|
||
|
│ ├─ global.js
|
||
|
│ ├─ oil-finance.js
|
||
|
│ ├─ oil-identity.js
|
||
|
│ ├─ oil-order.js
|
||
|
│ ├─ oil-site.js
|
||
|
│ ├─ pay.js
|
||
|
│ └─ qr.js
|
||
|
├─ App.vue
|
||
|
├─ BagAuth
|
||
|
│ └─ pages
|
||
|
│ ├─ agreeMent
|
||
|
│ │ ├─ agreeMent.vue // 协议
|
||
|
│ │ └─ OperationGuide.vue 操作指南
|
||
|
│ ├─ authentication // 测试认证文件夹,没用
|
||
|
│ │ ├─ authForm
|
||
|
│ │ │ └─ authForm.vue
|
||
|
│ │ ├─ facial
|
||
|
│ │ │ └─ facial.vue
|
||
|
│ │ └─ fingerPrint
|
||
|
│ │ └─ fingerPrint.vue
|
||
|
│ ├─ login
|
||
|
│ │ ├─ components
|
||
|
│ │ │ └─ loginBottom.vue
|
||
|
│ │ ├─ login.vue
|
||
|
│ │ ├─ oldLogin.vue
|
||
|
│ │ └─ register.vue
|
||
|
│ └─ userPage
|
||
|
│ └─ userPage.vue
|
||
|
├─ BagMoney 分包 油卡类
|
||
|
│ ├─ components
|
||
|
│ │ └─ oil-card
|
||
|
│ │ └─ oil-card.vue
|
||
|
│ └─ pages
|
||
|
│ ├─ oilCards
|
||
|
│ │ └─ oilCards.vue
|
||
|
│ ├─ qrcode //没用
|
||
|
│ │ ├─ qrcodeList
|
||
|
│ │ │ └─ qrcodeList.vue
|
||
|
│ │ └─ QrCode_xy
|
||
|
│ │ └─ QrCode_xy.vue
|
||
|
│ ├─ reCharge
|
||
|
│ │ └─ reCharge.vue
|
||
|
│ └─ wallet //没用
|
||
|
│ └─ record
|
||
|
│ └─ record.vue
|
||
|
├─ BagSetup 分包 设置类
|
||
|
│ └─ setup
|
||
|
│ └─ setup.vue
|
||
|
├─ BagStation 分包 下单,油站详情,油站二维码,支付,订单,油站地图
|
||
|
│ ├─ myCars
|
||
|
│ │ └─ myCars.vue
|
||
|
│ ├─ orderDetail
|
||
|
│ │ └─ orderDetail.vue
|
||
|
│ ├─ pages
|
||
|
│ │ ├─ components
|
||
|
│ │ │ ├─ components
|
||
|
│ │ │ │ ├─ company-item.vue
|
||
|
│ │ │ │ ├─ driver-item.vue
|
||
|
│ │ │ │ └─ OrderOil.vue
|
||
|
│ │ │ ├─ price-list.vue
|
||
|
│ │ │ ├─ price-select-tab.vue
|
||
|
│ │ │ ├─ price-tab.vue
|
||
|
│ │ │ └─ tki-qrcode
|
||
|
│ │ │ ├─ qrcode.js
|
||
|
│ │ │ └─ tki-qrcode.vue
|
||
|
│ │ ├─ makeOrder
|
||
|
│ │ │ ├─ makeOrder.vue
|
||
|
│ │ │ ├─ orderPaying.vue
|
||
|
│ │ │ └─ payResult.vue
|
||
|
│ │ ├─ stationDetail
|
||
|
│ │ │ ├─ stationDetail.vue
|
||
|
│ │ │ └─ stieQr.vue
|
||
|
│ │ └─ stationMap
|
||
|
│ │ └─ stationMap.vue
|
||
|
│ └─ static
|
||
|
│ └─ img
|
||
|
│ ├─ LV.png
|
||
|
│ ├─ TY.png
|
||
|
│ ├─ WJY.png
|
||
|
│ ├─ XOIL.png
|
||
|
│ └─ YDJY.png
|
||
|
├─ colorui UI
|
||
|
│ ├─ animation.css
|
||
|
│ ├─ components
|
||
|
│ │ └─ cu-custom.vue
|
||
|
│ ├─ icon.css
|
||
|
│ └─ main.css
|
||
|
├─ common
|
||
|
│ └─ common.css
|
||
|
├─ components
|
||
|
│ ├─ Empty.vue
|
||
|
│ ├─ my-icon
|
||
|
│ │ └─ my-icon.vue
|
||
|
│ ├─ order-item.vue
|
||
|
│ ├─ plate-number-picker 车牌号输入组件
|
||
|
│ │ └─ plate-number-picker.vue
|
||
|
│ ├─ site-item
|
||
|
│ │ └─ site-item.vue
|
||
|
│ ├─ site-list 没用
|
||
|
│ │ └─ site-list.vue
|
||
|
│ ├─ sl-filter 筛选组件
|
||
|
│ │ ├─ filter-view.vue
|
||
|
│ │ ├─ iconfont
|
||
|
│ │ │ └─ iconfont.css
|
||
|
│ │ ├─ popup-layer.vue
|
||
|
│ │ └─ sl-filter.vue
|
||
|
│ ├─ three-item.vue
|
||
|
│ ├─ three-sites.vue
|
||
|
│ └─ xw-CountDown
|
||
|
│ └─ index.vue
|
||
|
├─ main.js
|
||
|
├─ manifest.json
|
||
|
├─ mixins
|
||
|
│ ├─ index.js
|
||
|
│ └─ src
|
||
|
│ └─ share.js
|
||
|
├─ package-lock.json
|
||
|
├─ pages
|
||
|
│ ├─ components
|
||
|
│ │ └─ showModels.vue 认证提示框
|
||
|
│ ├─ index
|
||
|
│ │ └─ startPage
|
||
|
│ │ └─ startPage.vue
|
||
|
│ └─ tabbar
|
||
|
│ ├─ home
|
||
|
│ │ └─ home.vue
|
||
|
│ ├─ order
|
||
|
│ │ └─ orderList
|
||
|
│ │ └─ orderList.vue
|
||
|
│ ├─ qrCenter
|
||
|
│ │ └─ qrCenter.vue
|
||
|
│ ├─ station
|
||
|
│ │ └─ stationList.vue
|
||
|
│ └─ user
|
||
|
│ └─ user.vue
|
||
|
├─ pages.json
|
||
|
├─ README.md
|
||
|
├─ static
|
||
|
│ ├─ img
|
||
|
│ │ ├─ qr-icon.png
|
||
|
│ │ └─ tabbar
|
||
|
│ │ ├─ home.png
|
||
|
│ │ ├─ homeactive.png
|
||
|
│ │ ├─ me.png
|
||
|
│ │ ├─ meactive.png
|
||
|
│ │ ├─ oil.png
|
||
|
│ │ ├─ oilactive.png
|
||
|
│ │ ├─ order.png
|
||
|
│ │ ├─ orderactive.png
|
||
|
│ │ ├─ qr.png
|
||
|
│ │ └─ qractive.png
|
||
|
│ └─ qqmap-wx-jssdk.min.js
|
||
|
├─ store 没用
|
||
|
│ ├─ getters.js
|
||
|
│ ├─ index.js
|
||
|
│ └─ modules
|
||
|
│ ├─ base.js
|
||
|
│ ├─ contract.js
|
||
|
│ ├─ driver.js
|
||
|
│ ├─ location.js
|
||
|
│ ├─ temp.js
|
||
|
│ └─ waybill.js
|
||
|
├─ uni.scss
|
||
|
├─ uni_modules
|
||
|
│ └─ uni-load-more
|
||
|
│ ├─ changelog.md
|
||
|
│ ├─ components
|
||
|
│ │ └─ uni-load-more
|
||
|
│ │ └─ uni-load-more.vue
|
||
|
│ ├─ package.json
|
||
|
│ └─ readme.md
|
||
|
└─ utils
|
||
|
├─ auth.js 没用
|
||
|
├─ encode.js
|
||
|
├─ request.js 请求处理
|
||
|
└─ validate.js 没用
|
||
|
|
||
|
```
|