init
parents
Showing
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.prettierrc.js
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
| { | |||
| "name": "japan-mercer", | |||
| "version": "0.0.0", | |||
| "license": "MIT", | |||
| "scripts": { | |||
| "dev:app": "uni -p app", | |||
| "dev:custom": "uni -p", | |||
| "dev:h5": "uni", | |||
| "dev:h5:ssr": "uni --ssr", | |||
| "dev:mp-alipay": "uni -p mp-alipay", | |||
| "dev:mp-baidu": "uni -p mp-baidu", | |||
| "dev:mp-kuaishou": "uni -p mp-kuaishou", | |||
| "dev:mp-lark": "uni -p mp-lark", | |||
| "dev:mp-qq": "uni -p mp-qq", | |||
| "dev:mp-toutiao": "uni -p mp-toutiao", | |||
| "dev:mp-weixin": "uni -p mp-weixin", | |||
| "dev:quickapp-webview": "uni -p quickapp-webview", | |||
| "dev:quickapp-webview-huawei": "uni -p quickapp-webview-huawei", | |||
| "dev:quickapp-webview-union": "uni -p quickapp-webview-union", | |||
| "build:app": "uni build -p app", | |||
| "build:custom": "uni build -p", | |||
| "build:h5": "uni build", | |||
| "build:h5:ssr": "uni build --ssr", | |||
| "build:mp-alipay": "uni build -p mp-alipay", | |||
| "build:mp-baidu": "uni build -p mp-baidu", | |||
| "build:mp-kuaishou": "uni build -p mp-kuaishou", | |||
| "build:mp-lark": "uni build -p mp-lark", | |||
| "build:mp-qq": "uni build -p mp-qq", | |||
| "build:mp-toutiao": "uni build -p mp-toutiao", | |||
| "build:mp-weixin": "uni build -p mp-weixin", | |||
| "build:quickapp-webview": "uni build -p quickapp-webview", | |||
| "build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei", | |||
| "build:quickapp-webview-union": "uni build -p quickapp-webview-union", | |||
| "lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix" | |||
| }, | |||
| "dependencies": { | |||
| "@dcloudio/uni-app": "^3.0.0-alpha-3040220220310005", | |||
| "@dcloudio/uni-app-plus": "^3.0.0-alpha-3040220220310005", | |||
| "@dcloudio/uni-components": "^3.0.0-alpha-3040220220310005", | |||
| "@dcloudio/uni-h5": "^3.0.0-alpha-3040220220310005", | |||
| "@dcloudio/uni-mp-alipay": "^3.0.0-alpha-3040220220310005", | |||
| "@dcloudio/uni-mp-baidu": "^3.0.0-alpha-3040220220310005", | |||
| "@dcloudio/uni-mp-kuaishou": "^3.0.0-alpha-3040220220310005", | |||
| "@dcloudio/uni-mp-lark": "^3.0.0-alpha-3040220220310005", | |||
| "@dcloudio/uni-mp-qq": "^3.0.0-alpha-3040220220310005", | |||
| "@dcloudio/uni-mp-toutiao": "^3.0.0-alpha-3040220220310005", | |||
| "@dcloudio/uni-mp-weixin": "^3.0.0-alpha-3040220220310005", | |||
| "@dcloudio/uni-quickapp-webview": "^3.0.0-alpha-3040220220310005", | |||
| "@dcloudio/uni-ui": "^1.4.12", | |||
| "@vitejs/plugin-vue": "2.3.3", | |||
| "animate.css": "^4.1.1", | |||
| "axios": "^1.7.4", | |||
| "echarts": "^5.5.1", | |||
| "klinecharts": "^9.8.10", | |||
| "pinia": "^2.0.12", | |||
| "vant": "^4.9.4", | |||
| "vue": "^3.2.31", | |||
| "vue-i18n": "^9.14.0" | |||
| }, | |||
| "devDependencies": { | |||
| "@dcloudio/types": "^2.5.18", | |||
| "@dcloudio/uni-automator": "^3.0.0-alpha-3040220220310005", | |||
| "@dcloudio/uni-cli-shared": "^3.0.0-alpha-3040220220310005", | |||
| "@dcloudio/vite-plugin-uni": "^3.0.0-alpha-3040220220310005", | |||
| "@types/node": "^17.0.23", | |||
| "@typescript-eslint/eslint-plugin": "^5.17.0", | |||
| "@typescript-eslint/parser": "^5.17.0", | |||
| "autoprefixer": "^10.4.20", | |||
| "eslint": "^7.32.0", | |||
| "eslint-config-prettier": "^8.5.0", | |||
| "eslint-config-standard": "^16.0.3", | |||
| "eslint-plugin-import": "^2.25.4", | |||
| "eslint-plugin-node": "^11.1.0", | |||
| "eslint-plugin-prettier": "^4.0.0", | |||
| "eslint-plugin-promise": "^5.2.0", | |||
| "eslint-plugin-vue": "^8.5.0", | |||
| "postcss": "^8.4.41", | |||
| "prettier": "^2.6.1", | |||
| "sass": "^1.49.9", | |||
| "sass-loader": "13", | |||
| "tailwindcss": "^3.4.10", | |||
| "typescript": "^4.6.2", | |||
| "vite": "^5.4.10", | |||
| "vite-plugin-eslint": "^1.3.0" | |||
| }, | |||
| "main": "index.js", | |||
| "repository": "http://27.124.4.157:9070/root/japan.git", | |||
| "author": "ran <gz@gz.com>" | |||
| } |
postcss.config.js
0 → 100644
src/App.vue
0 → 100644
src/api/bankAccount/bankAccountType.ts
0 → 100644
src/api/bankAccount/index.ts
0 → 100644
src/api/changePassword/index.ts
0 → 100644
src/api/changePassword/type.ts
0 → 100644
src/api/common/commom.ts
0 → 100644
src/api/index/index.ts
0 → 100644
src/api/index/indexType.ts
0 → 100644
src/api/login/login.ts
0 → 100644
src/api/login/loginType.ts
0 → 100644
src/api/market/market.ts
0 → 100644
src/api/market/marketType.ts
0 → 100644
src/api/message/index.ts
0 → 100644
src/api/order/index.ts
0 → 100644
src/api/order/indexType.ts
0 → 100644
src/api/real_name/index.ts
0 → 100644
src/api/real_name/indexType.ts
0 → 100644
src/api/record/record.ts
0 → 100644
src/api/record/recordType.ts
0 → 100644
src/api/search/index.ts
0 → 100644
src/api/search/indexType.ts
0 → 100644
src/api/transactionLog/index.ts
0 → 100644
src/api/transactionLog/indexType.ts
0 → 100644
src/api/transactionPassions/index.ts
0 → 100644
src/api/transactionPassions/indexType.ts
0 → 100644
src/api/user/index.ts
0 → 100644
src/api/user/indexType.ts
0 → 100644
src/api/withdrawal/index.ts
0 → 100644
src/api/withdrawal/indexType.ts
0 → 100644
src/common/common.ts
0 → 100644
src/common/socket.ts
0 → 100644
src/components/navigator/navigator.vue
0 → 100644
src/components/notData/index.vue
0 → 100644
src/env.d.ts
0 → 100644
src/langurage/cn.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/langurage/en.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/langurage/fr.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/langurage/index.ts
0 → 100644
src/langurage/ja.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/langurage/sp.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/locale/uni-app.en.json
0 → 100644
src/locale/uni-app.ja.json
0 → 100644
src/locale/uni-app.zh-Hant.json
0 → 100644
src/main.ts
0 → 100644
src/manifest.json
0 → 100644
src/pages.json
0 → 100644
src/pages/index/components/gupiaoChart.vue
0 → 100644
src/pages/index/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/jiaoyi/jiaoyi.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/market/market.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/record/record.vue
0 → 100644
src/pages/user/user.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/1.png
0 → 100644
647 Bytes
src/static/2.png
0 → 100644
508 Bytes
src/static/3.png
0 → 100644
432 Bytes
src/static/4.png
0 → 100644
347 Bytes
src/static/arrow-left.png
0 → 100644
621 Bytes
src/static/close.png
0 → 100644
453 Bytes
src/static/image/authentication/fan.png
0 → 100644
40.5 KB
src/static/image/authentication/fan1.png
0 → 100644
4.54 KB
src/static/image/authentication/zheng.png
0 → 100644
37.6 KB
src/static/image/authentication/zheng1.png
0 → 100644
6.7 KB
src/static/image/bank/bg.png
0 → 100644
666 KB
src/static/image/bank/del.png
0 → 100644
5.06 KB
src/static/image/components/back.png
0 → 100644
1.52 KB
src/static/image/components/nodata.png
0 → 100644
53.5 KB
src/static/image/customerService/right.png
0 → 100644
8.96 KB
src/static/image/index/donw_line.png
0 → 100644
1.39 KB
src/static/image/index/guajiang/bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/index/guajiang/close.png
0 → 100644
1022 Bytes
src/static/image/index/guajiang/gift.png
0 → 100644
1.01 KB
src/static/image/index/guajiang/left.png
0 → 100644
946 Bytes
src/static/image/index/guajiang/logo.png
0 → 100644
2.06 KB
src/static/image/index/guajiang/right.png
0 → 100644
912 Bytes
src/static/image/index/guajiang/title.png
0 → 100644
149 KB
src/static/image/index/guajiang/weigua.png
0 → 100644
435 KB
src/static/image/index/guajiang/wrap.png
0 → 100644
54 KB
src/static/image/index/guajiang/yigua.png
0 → 100644
90 KB
src/static/image/index/kefu.png
0 → 100644
3.08 KB
src/static/image/index/logo.png
0 → 100644
46.6 KB
src/static/image/index/logo1.png
0 → 100644
2 KB
src/static/image/index/logo2.png
0 → 100644
2.57 KB
src/static/image/index/logo3.png
0 → 100644
2.46 KB
src/static/image/index/logo4.png
0 → 100644
2.22 KB
src/static/image/index/logo5.png
0 → 100644
2.75 KB
src/static/image/index/logo6.png
0 → 100644
2.06 KB
src/static/image/index/logo66.png
0 → 100644
8.49 KB
src/static/image/index/message.png
0 → 100644
3.14 KB
src/static/image/index/search.png
0 → 100644
2.93 KB
src/static/image/index/search2.png
0 → 100644
916 Bytes
src/static/image/index/star-o.png
0 → 100644
882 Bytes
src/static/image/index/star-o2.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/index/star.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/index/up_line.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/login/eye-close.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/login/eye.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/login/head.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/login/loading.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/login/logo.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/login/password.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/login/phone.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/market/down.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/market/down2.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/market/plus.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/market/plus2.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/market/up.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/market/up2.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/record/banner.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/rongzi/bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/rongzi/icon1.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/rongzi/icon2.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/rongzi/icon3.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/rongzi/logo1.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/rongzi/logo2.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/rongzi/logo3.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/rongzi/state1.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/rongzi/state11.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/rongzi/state2.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/rongzi/state22.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/rongzi/state3.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/rongzi/state33.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/searchNavigation/close.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/searchNavigation/search.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/searchNavigation/set.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/tabbar/index.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/tabbar/index_select.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/tabbar/jiaoyi.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/tabbar/jiaoyi_select.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/tabbar/market.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/tabbar/market_select.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/tabbar/record.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/tabbar/record_select.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/tabbar/user.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/tabbar/user_select.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/user/bank_bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/user/button_bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/user/icon1.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/user/icon2.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/user/icon3.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/user/icon4.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/user/icon5.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/user/icon6.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/user/icon7.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/user/info_bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/user/ka.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/user/recharge.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/user/touxiang.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/user/withdraw.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/user/withdraw_bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/rigth.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/store.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/storeType.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/style/index.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/style/output.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/style/tailwind.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/subPackages/bankAccount/accountLog.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/subPackages/bankAccount/bankAccount.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/subPackages/confirm/confirm.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/subPackages/details/details.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/subPackages/index/dadan/dadan.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/subPackages/index/gendan/gendan.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/subPackages/index/gendan/record.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/subPackages/index/hongli/hongli.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/subPackages/index/ipo/ipo.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/subPackages/index/rongzi/rongzi.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/subPackages/login/login.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/subPackages/message/message.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/subPackages/order/order.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/subPackages/real_name/real_name.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/subPackages/recharge/recharge.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/subPackages/register/register.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/subPackages/search/search.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/subPackages/seting/seting.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/subPackages/webview/webview.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/subPackages/withdrawal/withdrawal.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/uni.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/config.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/http.ts
0 → 100644
This diff is collapsed.
Click to expand it.
tailwind.config.js
0 → 100644
This diff is collapsed.
Click to expand it.
tsconfig.json
0 → 100644
This diff is collapsed.
Click to expand it.
vite.config.ts
0 → 100644
This diff is collapsed.
Click to expand it.