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": "RADIX", | |||
| "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/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
1.05 KB
src/static/2.png
0 → 100644
731 Bytes
src/static/3.png
0 → 100644
432 Bytes
src/static/4.png
0 → 100644
347 Bytes
src/static/app-icon.png
0 → 100644
614 KB
src/static/arrow-left.png
0 → 100644
621 Bytes
src/static/bg.png
0 → 100644
159 KB
src/static/bg2.png
0 → 100644
106 KB
src/static/close.png
0 → 100644
453 Bytes
src/static/head.png
0 → 100644
14.7 KB
src/static/image/authentication/fan.png
0 → 100644
6.04 KB
src/static/image/authentication/fan1.png
0 → 100644
5.62 KB
src/static/image/authentication/zheng.png
0 → 100644
8.34 KB
src/static/image/authentication/zheng1.png
0 → 100644
7.98 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/customerService/right.png
0 → 100644
8.96 KB
src/static/image/index/1.png
0 → 100644
706 Bytes
src/static/image/index/down.png
0 → 100644
2.36 KB
src/static/image/index/down2.png
0 → 100644
3.67 KB
src/static/image/index/logo1.png
0 → 100644
996 Bytes
src/static/image/index/logo2.png
0 → 100644
719 Bytes
src/static/image/index/logo3.png
0 → 100644
397 Bytes
src/static/image/index/logo4.png
0 → 100644
730 Bytes
src/static/image/index/notdata_ms.png
0 → 100644
88.6 KB
src/static/image/index/search.png
0 → 100644
785 Bytes
src/static/image/index/star-o.png
0 → 100644
882 Bytes
src/static/image/index/star.png
0 → 100644
630 Bytes
src/static/image/index/tishi.png
0 → 100644
437 Bytes
src/static/image/index/up.png
0 → 100644
1.84 KB
src/static/image/index/up2.png
0 → 100644
3.66 KB
src/static/image/market/down.png
0 → 100644
17.8 KB
src/static/image/market/down1.png
0 → 100644
326 Bytes
src/static/image/market/plus2.png
0 → 100644
722 Bytes
src/static/image/market/up.png
0 → 100644
17.1 KB
src/static/image/market/up1.png
0 → 100644
321 Bytes
src/static/image/market/zixuan.png
0 → 100644
8.48 KB
src/static/image/market/zixuan1.png
0 → 100644
8 KB
src/static/image/record/banner.png
0 → 100644
44.7 KB
src/static/image/rongzi/bg.png
0 → 100644
408 KB
src/static/image/rongzi/bg2.png
0 → 100644
626 KB
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/logo.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/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/index2.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/index_select2.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/jiaoyi2.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/jiaoyi_select2.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/market2.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/market_select2.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/record2.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/record_select2.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/user2.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/tabbar/user_select2.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/user/checked.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/user/circle.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/user/img1.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/user/img2.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/user/img3.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/user/img4.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/user/img5.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/user/img6.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/user/img7.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/user/img8.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/language.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/user/plus.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/set.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/loading.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/logo.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/logo.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/nodata.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.
src/subPackages/login/login.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/subPackages/logout/logout.vue
0 → 100644
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.