├── .babelrc ├── .editorconfig ├── .gitignore ├── .postcssrc.js ├── README.md ├── build ├── build.js ├── check-versions.js ├── dev-server.js ├── logo.png ├── utils.js ├── vue-loader.conf.js ├── webpack.base.conf.js ├── webpack.dev.conf.js └── webpack.prod.conf.js ├── config ├── dev.env.js ├── index.js └── prod.env.js ├── docs ├── index.html └── static │ ├── 1.png │ ├── 10.png │ ├── 11.png │ ├── 12.png │ ├── 13.png │ ├── 14.png │ ├── 15.png │ ├── 16.png │ ├── 17.png │ ├── 18.png │ ├── 19.png │ ├── 2.png │ ├── 20.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ ├── 6.png │ ├── 7.png │ ├── 8.png │ ├── 9.png │ ├── accountInfo.png │ ├── accounts.png │ ├── allInfo.png │ ├── arr.png │ ├── bf.png │ ├── bg.png │ ├── buy.png │ ├── close.png │ ├── css │ └── app.307b9778e3cb82236ebab205d87af127.css │ ├── dj.png │ ├── icon_nav_button.png │ ├── icon_nav_cell.png │ ├── icon_nav_msg.png │ ├── js.png │ ├── js │ ├── 0.918f605c56b1d547825c.js │ ├── 0.918f605c56b1d547825c.js.gz │ ├── 1.da12c9e9cd137b73551d.js │ ├── 10.05a979b78e2bd67fbe35.js │ ├── 10.05a979b78e2bd67fbe35.js.gz │ ├── 11.2fdfcc2be31da84d0e55.js │ ├── 12.8f3f439f032f0079b023.js │ ├── 13.9bb7a72f33a3a95d3eb7.js │ ├── 13.9bb7a72f33a3a95d3eb7.js.gz │ ├── 14.d5b07d1cd46f204dea59.js │ ├── 14.d5b07d1cd46f204dea59.js.gz │ ├── 15.f13a70827ec7dab87fb3.js │ ├── 16.7c64014bbc4d9fde033c.js │ ├── 17.e8d9453a2ab6846e088a.js │ ├── 18.357c074940dfbb12fa86.js │ ├── 19.525243dbcef1c02ebbd5.js │ ├── 2.97073ed164b6c3399cb7.js │ ├── 2.97073ed164b6c3399cb7.js.gz │ ├── 20.928978464d30cd17c957.js │ ├── 21.5a2ca6497d0f4f36edf1.js │ ├── 22.f1fc73f6f3c951a7f85c.js │ ├── 23.01f90b5e76e9b8e1712a.js │ ├── 24.1217a796adb7aae3c5b5.js │ ├── 25.fc4b8d86fb7bb85c9e31.js │ ├── 26.6d481603d4ddc0fc8dc8.js │ ├── 27.3e11ae1ab05c9290deba.js │ ├── 28.aebc320e63092bcf1053.js │ ├── 29.2507de9c84f5593f9b61.js │ ├── 29.2507de9c84f5593f9b61.js.gz │ ├── 3.a377e57d6265cf9ce763.js │ ├── 3.a377e57d6265cf9ce763.js.gz │ ├── 30.97aae86987274285d400.js │ ├── 31.f07caf368746159bf4ec.js │ ├── 32.e16921fdb8fed779fd6b.js │ ├── 32.e16921fdb8fed779fd6b.js.gz │ ├── 33.dd9ad43b28ee3fd6fdea.js │ ├── 34.76ac1dc86c9a58991506.js │ ├── 4.7c457147fea3e49ed91d.js │ ├── 4.7c457147fea3e49ed91d.js.gz │ ├── 5.409d4441b12da2bfbd6d.js │ ├── 5.409d4441b12da2bfbd6d.js.gz │ ├── 6.b07dd1b67253c5911eb7.js │ ├── 6.b07dd1b67253c5911eb7.js.gz │ ├── 7.3232aacb91966645e2b0.js │ ├── 7.3232aacb91966645e2b0.js.gz │ ├── 8.454e0a26bc8d7f49db8e.js │ ├── 8.454e0a26bc8d7f49db8e.js.gz │ ├── 9.281df6a42c964b6c7571.js │ ├── 9.281df6a42c964b6c7571.js.gz │ ├── app.1c5b4e3cd4f8f2646458.js │ ├── manifest.76fb26dcb39b761f0aac.js │ ├── vendor.aff546f02dcdff2111ba.js │ └── vendor.aff546f02dcdff2111ba.js.gz │ ├── loading.svg │ ├── loan.png │ ├── loanInfo.png │ ├── logo.png │ ├── me.png │ ├── money.png │ ├── more.png │ ├── over.png │ ├── page.png │ ├── pp.png │ ├── right-arrow_03.png │ ├── sell.png │ ├── set.png │ ├── transparent.gif │ ├── u1139.png │ ├── u1143.png │ ├── u1152.png │ ├── u118.png │ ├── u1203.png │ ├── u1205.png │ ├── u1207.png │ ├── u1209.png │ ├── u17.png │ ├── u25.png │ ├── u404.png │ ├── u414.png │ ├── u43.png │ ├── u453.png │ ├── u609.png │ ├── wechat.jpg │ ├── wp.png │ ├── 资源 5.png │ └── 资源 6.png ├── favicon.ico ├── index.html ├── package-lock.json ├── package.json ├── screenshort ├── 598182737714035603.jpg ├── _20181027211240.jpg ├── _20181027211302.jpg ├── _20181027211313.jpg ├── _20181027211320.jpg ├── _20181027211331.jpg ├── _20181027211337.jpg ├── _20181027211343.jpg └── _20181027211349.jpg ├── src ├── App.vue ├── api │ ├── index.js │ └── public.js ├── assets │ ├── 01.jpg │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── icon_nav_button.png │ ├── icon_nav_cell.png │ ├── icon_nav_msg.png │ ├── logo.png │ └── vux_logo.png ├── common │ ├── Button.vue │ ├── allAccounts.vue │ ├── confirm.vue │ ├── infoDetail.vue │ ├── lallAccount.vue │ ├── line.vue │ ├── loan.vue │ ├── loanInfoDetail.vue │ ├── loanTable.vue │ ├── tButton.vue │ ├── table.vue │ └── thButton.vue ├── components │ ├── home │ │ └── home.vue │ ├── login │ │ └── login.vue │ ├── me │ │ ├── a-bank │ │ │ └── index.vue │ │ ├── b-bank │ │ │ └── index.vue │ │ ├── balanceDetail.vue │ │ ├── balanceWidthMoney.vue │ │ ├── balanceWidthaccounts.vue │ │ ├── credit.vue │ │ └── me.vue │ ├── page │ │ ├── accounts │ │ │ ├── accountMoney │ │ │ │ └── accountMoney.vue │ │ │ └── accounts.vue │ │ ├── loan │ │ │ ├── combineOrder │ │ │ │ └── combineOrder.vue │ │ │ ├── loan.vue │ │ │ ├── loanAndAccounts.vue │ │ │ └── loanMoney │ │ │ │ └── loanMoney.vue │ │ ├── money │ │ │ └── dealMoney │ │ │ │ ├── dealMoney.vue │ │ │ │ ├── dealMoneyDetail.vue │ │ │ │ └── productDetail.vue │ │ ├── page.vue │ │ └── prePage.vue │ ├── regist │ │ └── regist.vue │ └── set │ │ ├── gathering │ │ └── gathering.vue │ │ ├── qrcode │ │ └── qrcode.vue │ │ ├── repass │ │ └── repass.vue │ │ ├── resetInfo │ │ ├── resetInfo.vue │ │ ├── setAvatar.vue │ │ └── setNickname.vue │ │ ├── set.vue │ │ ├── setAccount │ │ └── setAccount.vue │ │ └── team │ │ └── team.vue ├── main.js ├── mock.js ├── router │ └── index.js └── utils │ └── index.js └── static ├── .gitkeep ├── 1.png ├── 10.png ├── 11.png ├── 12.png ├── 13.png ├── 14.png ├── 15.png ├── 16.png ├── 17.png ├── 18.png ├── 19.png ├── 2.png ├── 20.png ├── 3.png ├── 4.png ├── 5.png ├── 6.png ├── 7.png ├── 8.png ├── 9.png ├── accountInfo.png ├── accounts.png ├── allInfo.png ├── arr.png ├── bf.png ├── bg.png ├── buy.png ├── close.png ├── dj.png ├── icon_nav_button.png ├── icon_nav_cell.png ├── icon_nav_msg.png ├── js.png ├── loading.svg ├── loan.png ├── loanInfo.png ├── logo.png ├── me.png ├── money.png ├── more.png ├── over.png ├── page.png ├── pp.png ├── right-arrow_03.png ├── sell.png ├── set.png ├── transparent.gif ├── u1139.png ├── u1143.png ├── u1152.png ├── u118.png ├── u1203.png ├── u1205.png ├── u1207.png ├── u1209.png ├── u17.png ├── u25.png ├── u404.png ├── u414.png ├── u43.png ├── u453.png ├── u609.png ├── wechat.jpg ├── wp.png ├── 资源 5.png └── 资源 6.png /.babelrc: -------------------------------------------------------------------------------- 1 | { 2 | "presets": [ 3 | ["env", { 4 | "modules": false 5 | }], 6 | "stage-2" 7 | ], 8 | "plugins": ["transform-runtime"] 9 | } 10 | -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- 1 | root = true 2 | 3 | [*] 4 | charset = utf-8 5 | indent_style = space 6 | indent_size = 2 7 | end_of_line = lf 8 | insert_final_newline = true 9 | trim_trailing_whitespace = true 10 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | node_modules/ 3 | dist/ 4 | npm-debug.log 5 | yarn-error.log 6 | 7 | # Editor directories and files 8 | .idea 9 | .vscode 10 | *.suo 11 | *.ntvs* 12 | *.njsproj 13 | *.sln 14 | -------------------------------------------------------------------------------- /.postcssrc.js: -------------------------------------------------------------------------------- 1 | // https://github.com/michael-ciniawsky/postcss-load-config 2 | 3 | module.exports = { 4 | "plugins": { 5 | // to edit target browsers: use "browserslist" field in package.json 6 | "postcss-import": {}, 7 | "autoprefixer": {} 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # vux-fund 2 | > Mobile terminal project, Preview address: [Transmission gate](https://cryingbat.github.io/vux-fund/ ) Please access the connection directly on the mobile terminal. 3 | > 4 | ## technology stack 5 | 6 | - vue v2.5.x 7 | - vuex 2.5.x 8 | - vux 2.2.x 移动端ui组件库 9 | - vue-cropper 头像截图插件 10 | - echarts 可视化 11 | - Mock.js 数据模拟 12 | - ... 13 | 14 | ## screenshort 15 | ![](https://github.com/cryingbat/vux-fund/raw/master/screenshort/_20181027211240.jpg) 16 | ![](https://github.com/cryingbat/vux-fund/raw/master/screenshort/_20181027211302.jpg) 17 | ![](https://github.com/cryingbat/vux-fund/raw/master/screenshort/_20181027211313.jpg) 18 | ![](https://github.com/cryingbat/vux-fund/raw/master/screenshort/_20181027211320.jpg) 19 | ![](https://github.com/cryingbat/vux-fund/raw/master/screenshort/_20181027211331.jpg) 20 | ![](https://github.com/cryingbat/vux-fund/raw/master/screenshort/_20181027211337.jpg) 21 | ![](https://github.com/cryingbat/vux-fund/raw/master/screenshort/598182737714035603.jpg) 22 | ![](https://github.com/cryingbat/vux-fund/raw/master/screenshort/_20181027211343.jpg) 23 | ![](https://github.com/cryingbat/vux-fund/raw/master/screenshort/_20181027211349.jpg) 24 | 25 | ## Build Setup 26 | 27 | ``` bash 28 | # install dependencies 29 | npm install 30 | 31 | # serve with hot reload at localhost:8080 32 | npm run dev 33 | 34 | # build for production with minification 35 | npm run build 36 | 37 | # build for production and view the bundle analyzer report 38 | npm run build --report 39 | ``` 40 | 41 | ## version 42 | > npm: v6.1.0 43 | node: v10.5.0 44 | 45 | For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). 46 | 47 | -------------------------------------------------------------------------------- /build/build.js: -------------------------------------------------------------------------------- 1 | 'use strict' 2 | require('./check-versions')() 3 | 4 | process.env.NODE_ENV = 'production' 5 | 6 | const ora = require('ora') 7 | const rm = require('rimraf') 8 | const path = require('path') 9 | const chalk = require('chalk') 10 | const webpack = require('webpack') 11 | const config = require('../config') 12 | const webpackConfig = require('./webpack.prod.conf') 13 | 14 | const spinner = ora('building for production...') 15 | spinner.start() 16 | 17 | rm(path.join(config.build.assetsRoot, config.build.assetsSubDirectory), err => { 18 | if (err) throw err 19 | webpack(webpackConfig, function (err, stats) { 20 | spinner.stop() 21 | if (err) throw err 22 | process.stdout.write(stats.toString({ 23 | colors: true, 24 | modules: false, 25 | children: false, 26 | chunks: false, 27 | chunkModules: false 28 | }) + '\n\n') 29 | 30 | if (stats.hasErrors()) { 31 | console.log(chalk.red(' Build failed with errors.\n')) 32 | process.exit(1) 33 | } 34 | 35 | console.log(chalk.cyan(' Build complete.\n')) 36 | console.log(chalk.yellow( 37 | ' Tip: built files are meant to be served over an HTTP server.\n' + 38 | ' Opening index.html over file:// won\'t work.\n' 39 | )) 40 | }) 41 | }) 42 | -------------------------------------------------------------------------------- /build/check-versions.js: -------------------------------------------------------------------------------- 1 | 'use strict' 2 | const chalk = require('chalk') 3 | const semver = require('semver') 4 | const packageConfig = require('../package.json') 5 | const shell = require('shelljs') 6 | function exec (cmd) { 7 | return require('child_process').execSync(cmd).toString().trim() 8 | } 9 | 10 | const versionRequirements = [ 11 | { 12 | name: 'node', 13 | currentVersion: semver.clean(process.version), 14 | versionRequirement: packageConfig.engines.node 15 | } 16 | ] 17 | 18 | if (shell.which('npm')) { 19 | versionRequirements.push({ 20 | name: 'npm', 21 | currentVersion: exec('npm --version'), 22 | versionRequirement: packageConfig.engines.npm 23 | }) 24 | } 25 | 26 | module.exports = function () { 27 | const warnings = [] 28 | for (let i = 0; i < versionRequirements.length; i++) { 29 | const mod = versionRequirements[i] 30 | if (!semver.satisfies(mod.currentVersion, mod.versionRequirement)) { 31 | warnings.push(mod.name + ': ' + 32 | chalk.red(mod.currentVersion) + ' should be ' + 33 | chalk.green(mod.versionRequirement) 34 | ) 35 | } 36 | } 37 | 38 | if (warnings.length) { 39 | console.log('') 40 | console.log(chalk.yellow('To use this template, you must update following to modules:')) 41 | console.log() 42 | for (let i = 0; i < warnings.length; i++) { 43 | const warning = warnings[i] 44 | console.log(' ' + warning) 45 | } 46 | console.log() 47 | process.exit(1) 48 | } 49 | } 50 | -------------------------------------------------------------------------------- /build/dev-server.js: -------------------------------------------------------------------------------- 1 | require('./check-versions')() 2 | 3 | var config = require('../config') 4 | if (!process.env.NODE_ENV) { 5 | process.env.NODE_ENV = JSON.parse(config.dev.env.NODE_ENV) 6 | } 7 | 8 | var opn = require('opn') 9 | var path = require('path') 10 | var express = require('express') 11 | var webpack = require('webpack') 12 | var proxyMiddleware = require('http-proxy-middleware') 13 | var webpackConfig = require('./webpack.dev.conf') 14 | 15 | // default port where dev server listens for incoming traffic 16 | var port = process.env.PORT || config.dev.port 17 | // automatically open browser, if not set will be false 18 | var autoOpenBrowser = !!config.dev.autoOpenBrowser 19 | // Define HTTP proxies to your custom API backend 20 | // https://github.com/chimurai/http-proxy-middleware 21 | var proxyTable = config.dev.proxyTable 22 | 23 | var app = express() 24 | var compiler = webpack(webpackConfig) 25 | 26 | var devMiddleware = require('webpack-dev-middleware')(compiler, { 27 | publicPath: webpackConfig.output.publicPath, 28 | quiet: true 29 | }) 30 | 31 | var hotMiddleware = require('webpack-hot-middleware')(compiler, { 32 | log: () => {} 33 | }) 34 | // force page reload when html-webpack-plugin template changes 35 | compiler.plugin('compilation', function (compilation) { 36 | compilation.plugin('html-webpack-plugin-after-emit', function (data, cb) { 37 | hotMiddleware.publish({ action: 'reload' }) 38 | cb() 39 | }) 40 | }) 41 | 42 | // proxy api requests 43 | Object.keys(proxyTable).forEach(function (context) { 44 | var options = proxyTable[context] 45 | if (typeof options === 'string') { 46 | options = { target: options } 47 | } 48 | app.use(proxyMiddleware(options.filter || context, options)) 49 | }) 50 | 51 | // handle fallback for HTML5 history API 52 | app.use(require('connect-history-api-fallback')()) 53 | 54 | // serve webpack bundle output 55 | app.use(devMiddleware) 56 | 57 | // enable hot-reload and state-preserving 58 | // compilation error display 59 | app.use(hotMiddleware) 60 | 61 | // serve pure static assets 62 | var staticPath = path.posix.join(config.dev.assetsPublicPath, config.dev.assetsSubDirectory) 63 | app.use(staticPath, express.static('./static')) 64 | 65 | var uri = 'http://localhost:' + port 66 | 67 | var _resolve 68 | var readyPromise = new Promise(resolve => { 69 | _resolve = resolve 70 | }) 71 | 72 | console.log('> Starting dev server...') 73 | devMiddleware.waitUntilValid(() => { 74 | console.log('> Listening at ' + uri + '\n') 75 | // when env is testing, don't need open it 76 | 77 | if (autoOpenBrowser && process.env.NODE_ENV !== 'testing') { 78 | opn(uri) 79 | } 80 | _resolve() 81 | }) 82 | 83 | var server = app.listen(port) 84 | 85 | module.exports = { 86 | ready: readyPromise, 87 | close: () => { 88 | server.close() 89 | } 90 | } 91 | -------------------------------------------------------------------------------- /build/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/build/logo.png -------------------------------------------------------------------------------- /build/utils.js: -------------------------------------------------------------------------------- 1 | 'use strict' 2 | const path = require('path') 3 | const config = require('../config') 4 | const ExtractTextPlugin = require('extract-text-webpack-plugin') 5 | const pkg = require('../package.json') 6 | 7 | exports.assetsPath = function (_path) { 8 | const assetsSubDirectory = process.env.NODE_ENV === 'production' 9 | ? config.build.assetsSubDirectory 10 | : config.dev.assetsSubDirectory 11 | return path.posix.join(assetsSubDirectory, _path) 12 | } 13 | 14 | exports.cssLoaders = function (options) { 15 | options = options || {} 16 | 17 | const cssLoader = { 18 | loader: 'css-loader', 19 | options: { 20 | sourceMap: options.sourceMap 21 | } 22 | } 23 | 24 | var postcssLoader = { 25 | loader: 'postcss-loader', 26 | options: { 27 | sourceMap: options.sourceMap 28 | } 29 | } 30 | 31 | // generate loader string to be used with extract text plugin 32 | function generateLoaders (loader, loaderOptions) { 33 | const loaders = options.usePostCSS ? [cssLoader, postcssLoader] : [cssLoader] 34 | if (loader) { 35 | loaders.push({ 36 | loader: loader + '-loader', 37 | options: Object.assign({}, loaderOptions, { 38 | sourceMap: options.sourceMap 39 | }) 40 | }) 41 | } 42 | 43 | // Extract CSS when that option is specified 44 | // (which is the case during production build) 45 | if (options.extract) { 46 | return ExtractTextPlugin.extract({ 47 | use: loaders, 48 | fallback: 'vue-style-loader', 49 | publicPath: '../../' 50 | }) 51 | } else { 52 | return ['vue-style-loader'].concat(loaders) 53 | } 54 | } 55 | 56 | // https://vue-loader.vuejs.org/en/configurations/extract-css.html 57 | return { 58 | css: generateLoaders(), 59 | postcss: generateLoaders(), 60 | less: generateLoaders('less'), 61 | sass: generateLoaders('sass', { indentedSyntax: true }), 62 | scss: generateLoaders('sass'), 63 | stylus: generateLoaders('stylus'), 64 | styl: generateLoaders('stylus') 65 | } 66 | } 67 | 68 | // Generate loaders for standalone style files (outside of .vue) 69 | exports.styleLoaders = function (options) { 70 | const output = [] 71 | const loaders = exports.cssLoaders(options) 72 | for (const extension in loaders) { 73 | const loader = loaders[extension] 74 | output.push({ 75 | test: new RegExp('\\.' + extension + '$'), 76 | use: loader 77 | }) 78 | } 79 | return output 80 | } 81 | 82 | exports.createNotifierCallback = function () { 83 | const notifier = require('node-notifier') 84 | 85 | return (severity, errors) => { 86 | if (severity !== 'error') { 87 | return 88 | } 89 | const error = errors[0] 90 | 91 | const filename = error.file && error.file.split('!').pop() 92 | notifier.notify({ 93 | title: pkg.name, 94 | message: severity + ': ' + error.name, 95 | subtitle: filename || '', 96 | icon: path.join(__dirname, 'logo.png') 97 | }) 98 | } 99 | } 100 | -------------------------------------------------------------------------------- /build/vue-loader.conf.js: -------------------------------------------------------------------------------- 1 | 'use strict' 2 | const utils = require('./utils') 3 | const config = require('../config') 4 | const isProduction = process.env.NODE_ENV === 'production' 5 | const sourceMapEnabled = isProduction 6 | ? config.build.productionSourceMap 7 | : config.dev.cssSourceMap 8 | 9 | 10 | module.exports = { 11 | loaders: utils.cssLoaders({ 12 | sourceMap: sourceMapEnabled, 13 | extract: isProduction 14 | }), 15 | cssSourceMap: sourceMapEnabled, 16 | cacheBusting: config.dev.cacheBusting, 17 | transformToRequire: { 18 | video: 'src', 19 | source: 'src', 20 | img: 'src', 21 | image: 'xlink:href' 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /build/webpack.base.conf.js: -------------------------------------------------------------------------------- 1 | 'use strict' 2 | const path = require('path') 3 | const utils = require('./utils') 4 | const config = require('../config') 5 | const vueLoaderConfig = require('./vue-loader.conf') 6 | const vuxLoader = require('vux-loader') 7 | 8 | function resolve (dir) { 9 | return path.join(__dirname, '..', dir) 10 | } 11 | 12 | let webpackConfig = { 13 | context: path.resolve(__dirname, '../'), 14 | entry: { 15 | app: './src/main.js' 16 | }, 17 | output: { 18 | path: config.build.assetsRoot, 19 | filename: '[name].js', 20 | publicPath: process.env.NODE_ENV === 'production' 21 | ? config.build.assetsPublicPath 22 | : config.dev.assetsPublicPath 23 | }, 24 | resolve: { 25 | extensions: ['.js', '.vue', '.json'], 26 | alias: { 27 | '@': resolve('src'), 28 | } 29 | }, 30 | module: { 31 | rules: [ 32 | { 33 | test: /\.vue$/, 34 | loader: 'vue-loader', 35 | options: vueLoaderConfig 36 | }, 37 | { 38 | test: /\.js$/, 39 | loader: 'babel-loader', 40 | include: [resolve('src'), resolve('test')] 41 | }, 42 | { 43 | test: /\.(png|jpe?g|gif|svg)(\?.*)?$/, 44 | loader: 'url-loader', 45 | options: { 46 | limit: 10000, 47 | name: utils.assetsPath('img/[name].[hash:7].[ext]') 48 | } 49 | }, 50 | { 51 | test: /\.(mp4|webm|ogg|mp3|wav|flac|aac)(\?.*)?$/, 52 | loader: 'url-loader', 53 | options: { 54 | limit: 10000, 55 | name: utils.assetsPath('media/[name].[hash:7].[ext]') 56 | } 57 | }, 58 | { 59 | test: /\.(woff2?|eot|ttf|otf)(\?.*)?$/, 60 | loader: 'url-loader', 61 | options: { 62 | limit: 10000, 63 | name: utils.assetsPath('fonts/[name].[hash:7].[ext]') 64 | } 65 | } 66 | ] 67 | } 68 | } 69 | 70 | 71 | module.exports = vuxLoader.merge(webpackConfig, { 72 | plugins: ['vux-ui', 'progress-bar', 'duplicate-style'], 73 | }) 74 | -------------------------------------------------------------------------------- /build/webpack.dev.conf.js: -------------------------------------------------------------------------------- 1 | 'use strict' 2 | const utils = require('./utils') 3 | const webpack = require('webpack') 4 | const config = require('../config') 5 | const merge = require('webpack-merge') 6 | const baseWebpackConfig = require('./webpack.base.conf') 7 | const HtmlWebpackPlugin = require('html-webpack-plugin') 8 | const FriendlyErrorsPlugin = require('friendly-errors-webpack-plugin') 9 | const portfinder = require('portfinder') 10 | 11 | const devWebpackConfig = merge(baseWebpackConfig, { 12 | module: { 13 | rules: utils.styleLoaders({ sourceMap: config.dev.cssSourceMap, usePostCSS: true }) 14 | }, 15 | // cheap-module-eval-source-map is faster for development 16 | devtool: config.dev.devtool, 17 | 18 | // these devServer options should be customized in /config/index.js 19 | devServer: { 20 | clientLogLevel: 'warning', 21 | historyApiFallback: true, 22 | hot: true, 23 | compress: true, 24 | host: process.env.HOST || config.dev.host, 25 | port: process.env.PORT || config.dev.port, 26 | open: config.dev.autoOpenBrowser, 27 | overlay: config.dev.errorOverlay ? { 28 | warnings: false, 29 | errors: true, 30 | } : false, 31 | publicPath: config.dev.assetsPublicPath, 32 | proxy: config.dev.proxyTable, 33 | quiet: true, // necessary for FriendlyErrorsPlugin 34 | watchOptions: { 35 | poll: config.dev.poll, 36 | } 37 | }, 38 | plugins: [ 39 | new webpack.DefinePlugin({ 40 | 'process.env': require('../config/dev.env') 41 | }), 42 | new webpack.HotModuleReplacementPlugin(), 43 | new webpack.NamedModulesPlugin(), // HMR shows correct file names in console on update. 44 | new webpack.NoEmitOnErrorsPlugin(), 45 | // https://github.com/ampedandwired/html-webpack-plugin 46 | new HtmlWebpackPlugin({ 47 | filename: 'index.html', 48 | template: 'index.html', 49 | inject: true 50 | }), 51 | ] 52 | }) 53 | 54 | module.exports = new Promise((resolve, reject) => { 55 | portfinder.basePort = process.env.PORT || config.dev.port 56 | portfinder.getPort((err, port) => { 57 | if (err) { 58 | reject(err) 59 | } else { 60 | // publish the new Port, necessary for e2e tests 61 | process.env.PORT = port 62 | // add port to devServer config 63 | devWebpackConfig.devServer.port = port 64 | 65 | // Add FriendlyErrorsPlugin 66 | devWebpackConfig.plugins.push(new FriendlyErrorsPlugin({ 67 | compilationSuccessInfo: { 68 | messages: [`Your application is running here: http://${config.dev.host}:${port}`], 69 | }, 70 | onErrors: config.dev.notifyOnErrors 71 | ? utils.createNotifierCallback() 72 | : undefined 73 | })) 74 | 75 | resolve(devWebpackConfig) 76 | } 77 | }) 78 | }) 79 | -------------------------------------------------------------------------------- /config/dev.env.js: -------------------------------------------------------------------------------- 1 | 'use strict' 2 | const merge = require('webpack-merge') 3 | const prodEnv = require('./prod.env') 4 | 5 | module.exports = merge(prodEnv, { 6 | NODE_ENV: '"development"' 7 | }) 8 | -------------------------------------------------------------------------------- /config/index.js: -------------------------------------------------------------------------------- 1 | 'use strict' 2 | // Template version: 1.2.4 3 | // see http://vuejs-templates.github.io/webpack for documentation. 4 | 5 | const path = require('path') 6 | 7 | module.exports = { 8 | dev: { 9 | 10 | // Paths 11 | assetsSubDirectory: 'static', 12 | assetsPublicPath: '/', 13 | proxyTable: { 14 | 15 | }, 16 | 17 | // Various Dev Server settings 18 | host: 'localhost', // can be overwritten by process.env.HOST 19 | port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined 20 | autoOpenBrowser: true, 21 | errorOverlay: true, 22 | notifyOnErrors: true, 23 | poll: false, // https://webpack.js.org/configuration/dev-server/#devserver-watchoptions- 24 | 25 | // Use Eslint Loader? 26 | // If true, your code will be linted during bundling and 27 | // linting errors and warnings will be shown in the console. 28 | useEslint: true, 29 | // If true, eslint errors and warnings will also be shown in the error overlay 30 | // in the browser. 31 | showEslintErrorsInOverlay: false, 32 | 33 | /** 34 | * Source Maps 35 | */ 36 | 37 | // https://webpack.js.org/configuration/devtool/#development 38 | devtool: 'eval-source-map', 39 | 40 | // If you have problems debugging vue-files in devtools, 41 | // set this to false - it *may* help 42 | // https://vue-loader.vuejs.org/en/options.html#cachebusting 43 | cacheBusting: true, 44 | 45 | // CSS Sourcemaps off by default because relative paths are "buggy" 46 | // with this option, according to the CSS-Loader README 47 | // (https://github.com/webpack/css-loader#sourcemaps) 48 | // In our experience, they generally work as expected, 49 | // just be aware of this issue when enabling this option. 50 | cssSourceMap: false, 51 | }, 52 | 53 | build: { 54 | // Template for index.html 55 | index: path.resolve(__dirname, '../docs/index.html'), 56 | 57 | // Paths 58 | assetsRoot: path.resolve(__dirname, '../docs'), 59 | assetsSubDirectory: 'static', 60 | assetsPublicPath: './', 61 | 62 | /** 63 | * Source Maps 64 | */ 65 | 66 | productionSourceMap: false, 67 | // https://webpack.js.org/configuration/devtool/#production 68 | devtool: '#source-map', 69 | 70 | // Gzip off by default as many popular static hosts such as 71 | // Surge or Netlify already gzip all static assets for you. 72 | // Before setting to `true`, make sure to: 73 | // npm install --save-dev compression-webpack-plugin 74 | productionGzip: true, 75 | productionGzipExtensions: ['js', 'css'], 76 | 77 | // Run the build command with an extra argument to 78 | // View the bundle analyzer report after build finishes: 79 | // `npm run build --report` 80 | // Set to `true` or `false` to always turn it on or off 81 | bundleAnalyzerReport: process.env.npm_config_report 82 | } 83 | } -------------------------------------------------------------------------------- /config/prod.env.js: -------------------------------------------------------------------------------- 1 | 'use strict' 2 | module.exports = { 3 | NODE_ENV: '"production"' 4 | } 5 | -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- 1 | vux-fund
-------------------------------------------------------------------------------- /docs/static/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/1.png -------------------------------------------------------------------------------- /docs/static/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/10.png -------------------------------------------------------------------------------- /docs/static/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/11.png -------------------------------------------------------------------------------- /docs/static/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/12.png -------------------------------------------------------------------------------- /docs/static/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/13.png -------------------------------------------------------------------------------- /docs/static/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/14.png -------------------------------------------------------------------------------- /docs/static/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/15.png -------------------------------------------------------------------------------- /docs/static/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/16.png -------------------------------------------------------------------------------- /docs/static/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/17.png -------------------------------------------------------------------------------- /docs/static/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/18.png -------------------------------------------------------------------------------- /docs/static/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/19.png -------------------------------------------------------------------------------- /docs/static/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/2.png -------------------------------------------------------------------------------- /docs/static/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/20.png -------------------------------------------------------------------------------- /docs/static/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/3.png -------------------------------------------------------------------------------- /docs/static/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/4.png -------------------------------------------------------------------------------- /docs/static/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/5.png -------------------------------------------------------------------------------- /docs/static/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/6.png -------------------------------------------------------------------------------- /docs/static/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/7.png -------------------------------------------------------------------------------- /docs/static/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/8.png -------------------------------------------------------------------------------- /docs/static/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/9.png -------------------------------------------------------------------------------- /docs/static/accountInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/accountInfo.png -------------------------------------------------------------------------------- /docs/static/accounts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/accounts.png -------------------------------------------------------------------------------- /docs/static/allInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/allInfo.png -------------------------------------------------------------------------------- /docs/static/arr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/arr.png -------------------------------------------------------------------------------- /docs/static/bf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/bf.png -------------------------------------------------------------------------------- /docs/static/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/bg.png -------------------------------------------------------------------------------- /docs/static/buy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/buy.png -------------------------------------------------------------------------------- /docs/static/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/close.png -------------------------------------------------------------------------------- /docs/static/css/app.307b9778e3cb82236ebab205d87af127.css: -------------------------------------------------------------------------------- 1 | html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{line-height:1.6;font-family:-apple-system-font,Helvetica Neue,sans-serif}*{margin:0;padding:0}a img{border:0}a{text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}::-webkit-input-placeholder{font-family:-apple-system-font,Helvetica Neue,sans-serif}a{-webkit-touch-callout:none}body{background-color:#f7f7f7}.weui-tabbar.bottom-tab{position:fixed} -------------------------------------------------------------------------------- /docs/static/dj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/dj.png -------------------------------------------------------------------------------- /docs/static/icon_nav_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/icon_nav_button.png -------------------------------------------------------------------------------- /docs/static/icon_nav_cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/icon_nav_cell.png -------------------------------------------------------------------------------- /docs/static/icon_nav_msg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/icon_nav_msg.png -------------------------------------------------------------------------------- /docs/static/js.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/js.png -------------------------------------------------------------------------------- /docs/static/js/0.918f605c56b1d547825c.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/js/0.918f605c56b1d547825c.js.gz -------------------------------------------------------------------------------- /docs/static/js/10.05a979b78e2bd67fbe35.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/js/10.05a979b78e2bd67fbe35.js.gz -------------------------------------------------------------------------------- /docs/static/js/13.9bb7a72f33a3a95d3eb7.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/js/13.9bb7a72f33a3a95d3eb7.js.gz -------------------------------------------------------------------------------- /docs/static/js/14.d5b07d1cd46f204dea59.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/js/14.d5b07d1cd46f204dea59.js.gz -------------------------------------------------------------------------------- /docs/static/js/15.f13a70827ec7dab87fb3.js: -------------------------------------------------------------------------------- 1 | webpackJsonp([15],{DFNe:function(t,e,a){"use strict";function n(t){a("pdKE")}Object.defineProperty(e,"__esModule",{value:!0});var i=a("mvHQ"),o=a.n(i),s=a("gyMJ"),l={data:function(){return{info:[],page:"0",status:!0,next:[],imgUrl:"static/u609.png"}},methods:{goBack:function(){this.$router.back(-1)},money_list:function(){var t=this,e=o()({page:this.page});Object(s.f)(e).then(function(e){e.succ>0?t.info=e.data:-1===Number(e.succ)||-2===Number(e.succ)?(alert("请重新登录!"),t.$router.push({name:"root"})):t.info=[]})},loadMore:function(){this.status=!1}},mounted:function(){this.money_list()}},d=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"dealMoneyDetail"},[a("header",{staticClass:"head"},[a("img",{staticStyle:{padding:"0 10px 5px 6px"},attrs:{src:t.imgUrl,width:"12",height:"24",alt:""},on:{click:t.goBack}}),t._v("详情订单")]),t._v(" "),null===t.info||""===t.info?a("div",{staticClass:"box",staticStyle:{"text-align":"center","padding-top":"100px",background:"#ccc"}},[t._v("暂无信息")]):a("div",{staticClass:"box",staticStyle:{background:"#ccc"}},[t._l(t.info,function(e,n){return a("div",{key:n},[a("div",{staticClass:"orderDetail"},[a("div",{staticClass:"orderNum item"},[a("span",[t._v("订单号")]),t._v(" "),a("span",{staticClass:"right"},[t._v(t._s(e.bill_id))])]),t._v(" "),a("div",{staticClass:"money item"},[a("span",[t._v("转入金额(元)")]),t._v(" "),a("span",{staticClass:"right"},[t._v(t._s(e.money))])]),t._v(" "),a("div",{staticClass:"time item"},[a("span",[t._v("转入时间")]),t._v(" "),a("span",{staticClass:"right"},[t._v(t._s(e.time))])]),t._v(" "),a("div",{staticClass:"earn item"},[a("span",[t._v("昨日收益(元)")]),t._v(" "),a("span",{staticClass:"red right"},[t._v(t._s(e.obtain||0))])])])])}),t._v(" "),null!==t.info||""!==t.info?a("div",{staticStyle:{padding:"0 0 15px 0"}},[t.status?a("div",{staticClass:"loadMore",on:{click:t.loadMore}},[t._v("加载更多...")]):a("div",{staticClass:"loadMore"},[t._v("没有更多啦!")])]):t._e()],2)])},c=[],r={render:d,staticRenderFns:c},p=r,f=a("VU/8"),v=n,u=f(l,p,!1,v,"data-v-efca027e",null);e.default=u.exports},"KI/O":function(t,e,a){e=t.exports=a("FZ+f")(!1),e.push([t.i,"\n.dealMoneyDetail[data-v-efca027e] {\n position: absolute;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n background: #f8f8f8;\n z-index: 1002;\n}\n.dealMoneyDetail header.head[data-v-efca027e] {\n position: relative;\n width: 1100;\n height: 44px;\n background: #ac9375;\n font-size: 20px;\n color: #fff;\n text-align: center;\n line-height: 44px;\n}\n.dealMoneyDetail header.head img[data-v-efca027e] {\n position: absolute;\n left: 10px;\n top: 12px;\n}\n.dealMoneyDetail .loadMore[data-v-efca027e] {\n text-align: center;\n font-size: 12px;\n color: #ac9375;\n margin-top: 20px;\n}\n.dealMoneyDetail .box .orderDetail[data-v-efca027e] {\n padding: 0 12px;\n height: 190px;\n background: #fff;\n margin: 10px 0;\n}\n.dealMoneyDetail .box .orderDetail .item[data-v-efca027e] {\n border-bottom: 1px solid #ccc;\n padding: 10px 0;\n}\n.dealMoneyDetail .box .orderDetail .item .right[data-v-efca027e] {\n float: right;\n margin-right: 8px;\n}\n.dealMoneyDetail .box .orderDetail .item .red[data-v-efca027e] {\n color: #fe6d53;\n}\n.dealMoneyDetail .box .orderDetail .earn[data-v-efca027e] {\n border: none;\n}\n.dealMoneyDetail .box .orderDetail[data-v-efca027e]:last-child {\n margin-bottom: 0;\n}\n",""])},pdKE:function(t,e,a){var n=a("KI/O");"string"==typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);a("rjj0")("a717ba84",n,!0,{})}}); -------------------------------------------------------------------------------- /docs/static/js/16.7c64014bbc4d9fde033c.js: -------------------------------------------------------------------------------- 1 | webpackJsonp([16],{"/sB1":function(s,t,a){"use strict";function e(s){a("78ZY")}Object.defineProperty(t,"__esModule",{value:!0});var r=a("mvHQ"),n=a.n(r),p=a("2sLL"),o=(a("gyMJ"),p.a,{components:{XButton:p.a},data:function(){return{old_err:!1,old_null:!1,old_type_err:!1,rpass_type_err:!1,rpass_null:!1,oldpass:"",password:"",imgUrl:"static/u609.png"}},methods:{goBack:function(){this.$router.push({name:"set"})},check_oldpass:function(){var s=/^[a-zA-Z0-9\d_]{8,}$/;this.oldpass.length<=0?(this.old_null=!0,this.old_type_err=!1):(this.old_null=!1,s.test(this.oldpass)?this.old_type_err=!1:this.old_type_err=!0)},check_rpass:function(){var s=/^[a-zA-Z0-9\d_]{8,}$/;this.password.length<=0?(this.rpass_null=!0,this.rpass_type_err=!1):(this.rpass_null=!1,s.test(this.password)?this.rpass_type_err=!1:this.rpass_type_err=!0)},sub_pass:function(){var s=this.rpass_type_err,t=this.old_type_err,a=this.old_null,e=this.rpass_null;if(!(this.password.length>0&&this.oldpass.length>0)||s||t||a||e)alert("填写不规范");else{var r=this.oldpass,p=this.password;n()({passwd:r,repasswd:p});alert("修改成功,请重新登录!"),this.$router.push({name:"root"})}}}}),i=function(){var s=this,t=s.$createElement,a=s._self._c||t;return a("div",{staticClass:"repas"},[a("header",{staticClass:"head"},[a("img",{staticStyle:{padding:"0 10px 5px 6px"},attrs:{src:s.imgUrl,width:"12",height:"24",alt:""},on:{click:s.goBack}}),s._v("修改密码")]),s._v(" "),a("label",{staticClass:"l",staticStyle:{"padding-top":"16px"},attrs:{for:"pass"}},[s._v("旧密码")]),s._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:s.oldpass,expression:"oldpass"}],attrs:{type:"password",id:"pass",placeholder:"请输入您的旧密码"},domProps:{value:s.oldpass},on:{keyup:s.check_oldpass,input:function(t){t.target.composing||(s.oldpass=t.target.value)}}}),a("br"),s._v(" "),a("span",{directives:[{name:"show",rawName:"v-show",value:s.old_type_err,expression:"old_type_err"}],staticClass:"err_tip tip"},[s._v("*8-16位字母数字下划线")]),s._v(" "),a("span",{directives:[{name:"show",rawName:"v-show",value:s.old_null,expression:"old_null"}],staticClass:"null_tip tip"},[s._v("*旧密码不能为空")]),s._v(" "),a("span",{directives:[{name:"show",rawName:"v-show",value:s.old_err,expression:"old_err"}],staticClass:"null_tip"},[s._v("*旧密码错误")]),s._v(" "),a("label",{staticClass:"l",attrs:{for:"rpass"}},[s._v("新密码")]),s._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:s.password,expression:"password"}],attrs:{type:"password",id:"rpass",placeholder:"请输入您的新密码"},domProps:{value:s.password},on:{keyup:s.check_rpass,input:function(t){t.target.composing||(s.password=t.target.value)}}}),a("br"),s._v(" "),a("span",{directives:[{name:"show",rawName:"v-show",value:s.rpass_type_err,expression:"rpass_type_err"}],staticClass:"err_tip tip"},[s._v("*8-16位字母数字下划线")]),s._v(" "),a("span",{directives:[{name:"show",rawName:"v-show",value:s.rpass_null,expression:"rpass_null"}],staticClass:"null_tip tip"},[s._v("*密码不能为空")]),s._v(" "),a("x-button",{staticClass:"btn",attrs:{type:"primary"},nativeOn:{click:function(t){return s.sub_pass(t)}}},[s._v("提交")])],1)},l=[],d={render:i,staticRenderFns:l},c=d,_=a("VU/8"),h=e,u=_(o,c,!1,h,"data-v-e7293812",null);t.default=u.exports},"78ZY":function(s,t,a){var e=a("Kcih");"string"==typeof e&&(e=[[s.i,e,""]]),e.locals&&(s.exports=e.locals);a("rjj0")("4477cc19",e,!0,{})},Kcih:function(s,t,a){t=s.exports=a("FZ+f")(!1),t.push([s.i,"\n.repas[data-v-e7293812] {\n position: fixed;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n text-align: center;\n z-index: 1005;\n background: #f8f8f8;\n width: 100%;\n}\n.repas header.head[data-v-e7293812] {\n position: relative;\n width: 1100;\n height: 44px;\n background: #ac9375;\n font-size: 20px;\n color: #fff;\n text-align: center;\n line-height: 44px;\n}\n.repas header.head img[data-v-e7293812] {\n position: absolute;\n left: 10px;\n top: 12px;\n}\n.repas .tip[data-v-e7293812] {\n float: right;\n font-size: 12px;\n color: red;\n margin-right: 30px;\n margin-top: -20px;\n}\n.repas .l[data-v-e7293812] {\n text-align: left;\n float: left;\n padding: 10px 16px 6px 16px;\n}\n.repas #pass[data-v-e7293812],\n.repas #rpass[data-v-e7293812] {\n width: 85%;\n margin: 0 auto;\n padding: 6px;\n background: transparent;\n border: 0;\n border-bottom: 1px solid #ccc;\n}\n.repas .btn[data-v-e7293812] {\n background: -webkit-gradient(linear, left top, right top, from(#d5b896), color-stop(4%, #d5b896), color-stop(100%, #aa8d6a), to(#aa8d6a));\n background: linear-gradient(90deg, #d5b896 0%, #d5b896 4%, #aa8d6a 100%, #aa8d6a 100%);\n width: 90%;\n margin: 30px auto;\n}\n",""])}}); -------------------------------------------------------------------------------- /docs/static/js/18.357c074940dfbb12fa86.js: -------------------------------------------------------------------------------- 1 | webpackJsonp([18],{YLAY:function(n,t,a){t=n.exports=a("FZ+f")(!1),t.push([n.i,"\n.nickname[data-v-b8f85a42] {\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n z-index: 2000;\n background: #f8f8f8;\n width: 100%;\n}\n.nickname header.head[data-v-b8f85a42] {\n position: relative;\n width: 1100;\n height: 44px;\n background: #ac9375;\n font-size: 20px;\n color: #fff;\n text-align: center;\n line-height: 44px;\n}\n.nickname header.head img[data-v-b8f85a42] {\n position: absolute;\n left: 10px;\n top: 12px;\n}\n.nickname .l[data-v-b8f85a42] {\n text-align: left;\n float: left;\n padding: 0 16px 16px 16px;\n}\n.nickname #pass[data-v-b8f85a42],\n.nickname #rpass[data-v-b8f85a42] {\n display: block;\n width: 85%;\n margin: 0 auto;\n padding: 6px;\n background: transparent;\n border: 0;\n border-bottom: 1px solid #ccc;\n}\n.nickname .btn[data-v-b8f85a42] {\n background: -webkit-gradient(linear, left top, right top, from(#d5b896), color-stop(4%, #d5b896), color-stop(100%, #aa8d6a), to(#aa8d6a));\n background: linear-gradient(90deg, #d5b896 0%, #d5b896 4%, #aa8d6a 100%, #aa8d6a 100%);\n width: 90%;\n margin: 0 auto;\n}\n",""])},"d2f/":function(n,t,a){var e=a("YLAY");"string"==typeof e&&(e=[[n.i,e,""]]),e.locals&&(n.exports=e.locals);a("rjj0")("675dda01",e,!0,{})},qYfo:function(n,t,a){"use strict";function e(n){a("d2f/")}Object.defineProperty(t,"__esModule",{value:!0});var i=a("mvHQ"),o=a.n(i),r=a("pDNl"),s=a("2sLL"),c=(a("gyMJ"),r.a,s.a,{data:function(){return{imgUrl:"static/u609.png",nick:""}},methods:{goBack:function(){this.$router.back(-1)},onConfirm:function(){},sub_nick:function(){if(this.nick.length<=0)alert("请完善信息");else{o()({nickname:this.nick});alert("修改成功!"),this.$router.push({name:"resetInfo"})}}},components:{XInput:r.a,XButton:s.a}}),d=function(){var n=this,t=n.$createElement,a=n._self._c||t;return a("div",{staticClass:"nickname"},[a("header",{staticClass:"head"},[a("img",{staticStyle:{padding:"0 10px 5px 6px"},attrs:{src:n.imgUrl,width:"12",height:"24",alt:""},on:{click:n.goBack}}),n._v("修改昵称")]),n._v(" "),a("label",{staticClass:"l",staticStyle:{"padding-top":"16px"},attrs:{for:"pass"}},[n._v("昵称")]),n._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:n.nick,expression:"nick"}],attrs:{type:"text",id:"pass",placeholder:"请输入您的昵称"},domProps:{value:n.nick},on:{input:function(t){t.target.composing||(n.nick=t.target.value)}}}),a("br"),n._v(" "),a("x-button",{staticClass:"btn",attrs:{type:"primary"},nativeOn:{click:function(t){return n.sub_nick(t)}}},[n._v("确认")])],1)},l=[],p={render:d,staticRenderFns:l},f=p,u=a("VU/8"),b=e,g=u(c,f,!1,b,"data-v-b8f85a42",null);t.default=g.exports}}); -------------------------------------------------------------------------------- /docs/static/js/19.525243dbcef1c02ebbd5.js: -------------------------------------------------------------------------------- 1 | webpackJsonp([19],{"0UFG":function(a,t,n){"use strict";function e(a){n("tlho")}Object.defineProperty(t,"__esModule",{value:!0});var i=n("gyMJ"),s={data:function(){return{name:["活期余额","余利宝"],money:[6561.35,6561.35],info:[],prey:0,preh:0}},mounted:function(){var a=this;this.init_echarts(),setTimeout(function(){a.getUser()},300)},methods:{getUser:function(){var a=this;Object(i.r)().then(function(t){t.succ>0?(a.prey=Number(t.data.available_money),a.preh=Number(t.data.financial_money),a.info=t.data,a.init_echarts()):-1===Number(t.succ)||-2===Number(t.succ)?(alert("请重新登录!"),a.$router.push({name:"root"})):a.info={}})},toBuy:function(){this.$router.push({name:"dmoney"})},init_echarts:function(){var a=(n("XLwt"),this.$echarts.init(document.getElementById("echart"))),t=this.prey,e=this.preh;a.setOption({tooltip:{trigger:"item",formatter:"{a}
{b} : {c} ({d}%)"},legend:{orient:"vertical",left:"left",data:["活期余额","余利宝"]},color:["#ac9375","#ff9068"],series:[{name:"资产配比",type:"pie",radius:"55%",center:["50%","60%"],data:[{value:t,name:"活期余额"},{value:e,name:"余利宝"}],itemStyle:{emphasis:{shadowBlur:10,shadowOffsetX:0,shadowColor:"rgba(0, 0, 0, 0.5)"}}}]})},toSeeBalanceDetail:function(){this.$router.push({name:"balanceWidthAccounts"})},toSeeEarnDetail:function(){this.$router.push({name:"dmoneyDetail"})}}},c=function(){var a=this,t=a.$createElement,n=a._self._c||t;return n("div",[n("div",{staticStyle:{width:"100%",height:"300px","margin-top":"58px"}},[n("div",{style:{width:"320px",height:"300px"},attrs:{id:"echart"}})]),a._v(" "),n("div",{staticClass:"classifly"},[n("div",{staticClass:"balance"},[n("p",{staticClass:"name"},[n("span",{staticClass:"dot"}),a._v(a._s(a.name[0]))]),a._v(" "),n("p",{staticClass:"text"},[a._v(a._s(a.info.available_money||0))]),a._v(" "),n("p",{staticClass:"detail"},[n("button",{staticClass:"more",on:{click:a.toSeeBalanceDetail}},[a._v("详情")])])]),a._v(" "),n("span"),a._v(" "),n("div",{staticClass:"profit"},[n("p",{staticClass:"name"},[n("span",{staticClass:"dot"}),a._v(a._s(a.name[1]))]),a._v(" "),n("p",{staticClass:"text"},[a._v(a._s(a.info.financial_money||0))]),a._v(" "),n("p",{staticClass:"detail"},[n("button",{staticClass:"more",on:{click:a.toSeeEarnDetail}},[a._v("详情")])]),a._v(" "),n("button",{staticClass:"more",on:{click:a.toBuy}},[a._v("转入")])])])])},o=[],l={render:c,staticRenderFns:o},r=l,d=n("VU/8"),p=e,f=d(s,r,!1,p,"data-v-a878acc8",null);t.default=f.exports},YvuC:function(a,t,n){t=a.exports=n("FZ+f")(!1),t.push([a.i,"\n#echart[data-v-a878acc8] {\n margin: 0 auto;\n}\n.classifly[data-v-a878acc8] {\n position: relative;\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -ms-flex-pack: distribute;\n justify-content: space-around;\n margin-bottom: 53px;\n background: #fff;\n height: 150px;\n width: 100%;\n}\n.classifly[data-v-a878acc8]:before {\n content: '';\n position: absolute;\n top: -0.9rem;\n left: 50%rem;\n width: 0;\n height: 0;\n border-left: 0.9rem solid transparent;\n border-right: 0.9rem solid transparent;\n border-bottom: 0.9rem solid #fff;\n}\n.classifly .balance[data-v-a878acc8],\n.classifly .profit[data-v-a878acc8] {\n padding: 20px 8px 0 0px;\n}\n.classifly .balance .name[data-v-a878acc8],\n.classifly .profit .name[data-v-a878acc8] {\n position: relative;\n padding-left: 20px;\n}\n.classifly .balance .name .dot[data-v-a878acc8],\n.classifly .profit .name .dot[data-v-a878acc8] {\n position: absolute;\n left: 0;\n top: 5px;\n display: inline-block;\n width: 14px;\n height: 14px;\n border-radius: 50%;\n background: #ac9375;\n}\n.classifly .balance .text[data-v-a878acc8],\n.classifly .profit .text[data-v-a878acc8] {\n padding-left: 20px;\n font-weight: 700;\n font-size: 20px;\n color: #FE6D53;\n}\n.classifly .balance .info[data-v-a878acc8],\n.classifly .profit .info[data-v-a878acc8] {\n height: 20px;\n width: 100%;\n color: rgba(0, 0, 0, 0.2);\n padding-left: 20px;\n}\n.classifly .balance .detail[data-v-a878acc8],\n.classifly .profit .detail[data-v-a878acc8] {\n padding-left: 20px;\n}\n.classifly .balance .detail .more[data-v-a878acc8],\n.classifly .profit .detail .more[data-v-a878acc8] {\n border: 2px solid #ac9375;\n outline: none;\n background: #fff;\n margin-top: 10px;\n cursor: pointer;\n padding: 3px 20px;\n border-radius: 20px;\n}\n.classifly .balance[data-v-a878acc8] {\n width: 30%;\n}\n.classifly span[data-v-a878acc8] {\n display: inline-block;\n width: 1px;\n height: 120px;\n background: rgba(0, 0, 0, 0.1);\n position: absolute;\n left: 50%;\n top: 15px;\n}\n.classifly .profit[data-v-a878acc8] {\n position: relative;\n margin-left: -20px;\n}\n.classifly .profit > .more[data-v-a878acc8] {\n position: absolute;\n top: 20px;\n right: -30px;\n border: 2px solid #ac9375;\n outline: none;\n background: #fff;\n cursor: pointer;\n padding: 3px 10px;\n border-radius: 20px;\n}\n.classifly .profit .name .dot[data-v-a878acc8] {\n background: #ff9068;\n}\n.classifly .profit .text[data-v-a878acc8] {\n color: #ff9068;\n}\n",""])},tlho:function(a,t,n){var e=n("YvuC");"string"==typeof e&&(e=[[a.i,e,""]]),e.locals&&(a.exports=e.locals);n("rjj0")("40e58468",e,!0,{})}}); -------------------------------------------------------------------------------- /docs/static/js/2.97073ed164b6c3399cb7.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/js/2.97073ed164b6c3399cb7.js.gz -------------------------------------------------------------------------------- /docs/static/js/20.928978464d30cd17c957.js: -------------------------------------------------------------------------------- 1 | webpackJsonp([20],{"6JCW":function(t,n,e){"use strict";function i(t){e("luCM")}Object.defineProperty(n,"__esModule",{value:!0});var r=e("rHil"),o=e("1DHf"),a=(e("gyMJ"),r.a,o.a,{components:{Group:r.a,Cell:o.a},data:function(){return{}},methods:{toBaidu:function(){window.location.href="https://github.com/cryingbat"},setAcc:function(){this.$router.push({name:"setAccount"})},resetInfo:function(){this.$router.push({name:"resetInfo"})},gather:function(){this.$router.push({name:"gathering"})},qrcode:function(){this.$router.push({name:"qrcode"})},repass:function(){this.$router.push({name:"repass"})},team:function(){this.$router.push({name:"team"})},logOut:function(){this.$router.push({name:"root"})}}}),c=function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("div",{attrs:{id:"set"}},[e("div",{staticClass:"title"},[t._v("设置")]),t._v(" "),e("group",[e("cell",{attrs:{title:"开设账户","is-link":""},nativeOn:{click:function(n){return t.setAcc(n)}}})],1),t._v(" "),e("group",[e("cell",{attrs:{title:"收款账户","is-link":""},nativeOn:{click:function(n){return t.gather(n)}}})],1),t._v(" "),e("group",[e("cell",{attrs:{title:"修改资料","is-link":""},nativeOn:{click:function(n){return t.resetInfo(n)}}})],1),t._v(" "),e("group",[e("cell",{attrs:{title:"修改密码","is-link":""},nativeOn:{click:function(n){return t.repass(n)}}})],1),t._v(" "),e("group",[e("cell",{attrs:{title:"我的团队","is-link":""},nativeOn:{click:function(n){return t.team(n)}}})],1),t._v(" "),e("group",[e("cell",{attrs:{title:"推荐二维码","is-link":""},nativeOn:{click:function(n){return t.qrcode(n)}}})],1),t._v(" "),e("group",[e("cell",{staticClass:"logOut",attrs:{title:"退出"},nativeOn:{click:function(n){return t.logOut(n)}}})],1),t._v(" "),e("group",[e("cell",{attrs:{title:"反馈","is-link":""},nativeOn:{click:function(n){return t.toBaidu(n)}}})],1),t._v(" "),e("br")],1)},l=[],u={render:c,staticRenderFns:l},s=u,f=e("VU/8"),p=i,v=f(a,s,!1,p,"data-v-97f48ee8",null);n.default=v.exports},"U/NT":function(t,n,e){n=t.exports=e("FZ+f")(!1),n.push([t.i,"\n#set[data-v-97f48ee8] {\n margin-bottom: 53px;\n font-size: 14px;\n}\n.title[data-v-97f48ee8] {\n width: 100%;\n height: 44px;\n background: #ac9375;\n text-align: center;\n line-height: 44px;\n color: #fff;\n font-size: 20px;\n}\n#set .weui-cells .vux-cell-bd label.vux-label[data-v-97f48ee8] {\n font-size: 14px !important;\n}\n.vux-demo[data-v-97f48ee8] {\n text-align: center;\n}\n.logo[data-v-97f48ee8] {\n width: 100px;\n height: 100px;\n}\n",""])},luCM:function(t,n,e){var i=e("U/NT");"string"==typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);e("rjj0")("1d135374",i,!0,{})}}); -------------------------------------------------------------------------------- /docs/static/js/21.5a2ca6497d0f4f36edf1.js: -------------------------------------------------------------------------------- 1 | webpackJsonp([21],{"5PBF":function(t,e,n){"use strict";function a(t){n("XkuU")}Object.defineProperty(e,"__esModule",{value:!0});var i={data:function(){return{qrcodeImg:"static/wechat.jpg",imgUrl:"static/u609.png"}},methods:{goBack:function(){this.$router.back(-1)}}},o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"qrcode"},[n("header",{staticClass:"head"},[n("img",{directives:[{name:"lazy",rawName:"v-lazy",value:t.imgUrl,expression:"imgUrl"}],staticStyle:{padding:"0 10px 5px 6px"},attrs:{width:"12",height:"24",alt:""},on:{click:t.goBack}}),t._v("推荐二维码")]),t._v(" "),n("div",{staticClass:"box"},[n("div",{staticClass:"white"},[n("div",{staticStyle:{width:"200px",height:"200px",margin:"0 auto"}},[n("img",{directives:[{name:"lazy",rawName:"v-lazy",value:t.qrcodeImg,expression:"qrcodeImg"}],attrs:{width:"200",alt:""}})]),t._v(" "),n("p",[t._v("扫一扫, 发展团队")])])])])},r=[],d={render:o,staticRenderFns:r},c=d,s=n("VU/8"),l=a,p=s(i,c,!1,l,"data-v-7866d82e",null);e.default=p.exports},"7JE0":function(t,e,n){e=t.exports=n("FZ+f")(!1),e.push([t.i,"\n.qrcode[data-v-7866d82e] {\n position: fixed;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n text-align: center;\n z-index: 1005;\n background: #f8f8f8;\n width: 100%;\n}\n.qrcode header.head[data-v-7866d82e] {\n position: relative;\n width: 1100;\n height: 44px;\n background: #ac9375;\n font-size: 20px;\n color: #fff;\n text-align: center;\n line-height: 44px;\n}\n.qrcode header.head img[data-v-7866d82e] {\n position: absolute;\n left: 10px;\n top: 12px;\n}\n.qrcode .box[data-v-7866d82e] {\n position: relative;\n height: 100%;\n background: rgba(0, 0, 0, 0.8);\n}\n.qrcode .box .white[data-v-7866d82e] {\n position: absolute;\n top: 100px;\n left: 50%;\n margin-left: -40%;\n border-radius: 10px;\n width: 80%;\n height: 300px;\n background: #fff;\n}\n.qrcode .box .white p[data-v-7866d82e] {\n margin-top: 38px;\n}\n.qrcode .box .white img[data-v-7866d82e] {\n margin-top: 26px;\n}\n",""])},XkuU:function(t,e,n){var a=n("7JE0");"string"==typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);n("rjj0")("1f74e890",a,!0,{})}}); -------------------------------------------------------------------------------- /docs/static/js/22.f1fc73f6f3c951a7f85c.js: -------------------------------------------------------------------------------- 1 | webpackJsonp([22],{"5lzT":function(a,n,t){"use strict";function s(a){t("fIbr")}Object.defineProperty(n,"__esModule",{value:!0});var i=t("mvHQ"),o=t.n(i),e=t("Bfwr"),c=t("63CM"),l=t("gyMJ"),r=(c.a,e.a,{directives:{TransferDom:c.a},mounted:function(){var a=this;setTimeout(function(){a.check_info()})},components:{Loading:e.a},data:function(){return{info:[],next:[],name:"加载中...",showLoad:!1,status:!0,page:"0"}},methods:{showLoading:function(){this.showLoad=!0},hideLoading:function(){this.showLoad=!1},check_info:function(){var a=this;this.showLoading();var n=o()({page:this.page});Object(l.q)(n).then(function(n){a.hideLoading(),n.succ>0?a.info=n.data:-1===Number(n.succ)||-2===Number(n.succ)?(alert("请重新登录!"),a.$router.push({name:"root"})):a.info={}})},loadMore:function(){this.status=!1}}}),d=function(){var a=this,n=a.$createElement,t=a._self._c||n;return t("div",{staticClass:"balanceWidthAccounts",staticStyle:{"padding-top":"46px"}},[null===a.info?t("div",{staticClass:"box",staticStyle:{"text-align":"center"}},[a._v("暂无信息")]):a._l(a.info,function(n,s){return t("div",{key:s,staticClass:"box"},[t("div",[t("p",{staticClass:"earn"},[t("span",{staticClass:"name"},[a._v("收益类型: ")]),a._v(" "),t("span",{staticClass:" item"},[a._v(a._s(n.type))])]),a._v(" "),t("p",{staticClass:"orderNum"},[t("span",{staticClass:"name"},[a._v("投资金额:")]),a._v("  "),t("span",{staticClass:"item"},[a._v(a._s(n.money))]),a._v(" "),t("span",{staticClass:"ril"},[a._v("(元)")])]),a._v(" "),t("p",{staticClass:"remain"},[t("span",{staticClass:"name"},[a._v("预期收益: ")]),a._v(" "),t("span",{staticClass:"item"},[a._v(a._s(n.obtain))]),a._v(" "),t("span",{staticClass:"ril"},[a._v("(元)")])]),a._v(" "),t("p",{staticClass:"earn"},[t("span",{staticClass:"name"},[a._v("收益时间: ")]),a._v(" "),t("span",{staticClass:" item"},[a._v(a._s(n.time))])]),a._v(" "),t("p",{staticClass:"orderNum"},[t("span",{staticClass:"name"},[a._v("流水号码:")]),a._v("  "),t("span",{staticClass:"item"},[a._v(a._s(n.bill_id))])])])])}),a._v(" "),t("div",{directives:[{name:"transfer-dom",rawName:"v-transfer-dom"}]},[t("loading",{attrs:{text:a.name},model:{value:a.showLoad,callback:function(n){a.showLoad=n},expression:"showLoad"}})],1),a._v(" "),t("div",{directives:[{name:"show",rawName:"v-show",value:null!==a.info||""!==a.info,expression:'info !== null || info !== ""'}],staticStyle:{padding:"0 0 15px 0"}},[a.status?t("div",{staticClass:"loadMore",on:{click:a.loadMore}},[a._v("加载更多...")]):t("div",{staticClass:"loadMore"},[a._v("没有更多啦!")])])],2)},v=[],u={render:d,staticRenderFns:v},p=u,f=t("VU/8"),m=s,h=f(r,p,!1,m,"data-v-73904202",null);n.default=h.exports},QhFd:function(a,n,t){n=a.exports=t("FZ+f")(!1),n.push([a.i,"\n.balanceWidthAccounts[data-v-73904202] {\n background: #f8f8f8;\n}\n.balanceWidthAccounts .title[data-v-73904202] {\n font-size: 22px;\n padding: 2px 0 5px 20px;\n}\n.balanceWidthAccounts .loadMore[data-v-73904202] {\n text-align: center;\n font-size: 12px;\n color: #ac9375;\n margin-top: 20px;\n}\n.balanceWidthAccounts .box[data-v-73904202] {\n background: #fff;\n padding: 20px;\n margin-bottom: 10px;\n font-size: 18px;\n}\n.balanceWidthAccounts .box .loadMore[data-v-73904202] {\n text-align: center;\n font-size: 12px;\n color: #ac9375;\n}\n.balanceWidthAccounts .box p .item[data-v-73904202] {\n font-size: 16px;\n color: #999;\n}\n.balanceWidthAccounts .box p .name[data-v-73904202] {\n font-size: 17px;\n}\n.balanceWidthAccounts .box .remain .ril[data-v-73904202],\n.balanceWidthAccounts .box .orderNum .ril[data-v-73904202],\n.balanceWidthAccounts .box .earn .ril[data-v-73904202] {\n float: right;\n color: #ccc;\n font-size: 14px;\n}\n.balanceWidthAccounts .box .earn .earnNum[data-v-73904202] {\n font-size: 20px;\n color: #FF9068;\n}\n",""])},fIbr:function(a,n,t){var s=t("QhFd");"string"==typeof s&&(s=[[a.i,s,""]]),s.locals&&(a.exports=s.locals);t("rjj0")("416c9ba5",s,!0,{})}}); -------------------------------------------------------------------------------- /docs/static/js/23.01f90b5e76e9b8e1712a.js: -------------------------------------------------------------------------------- 1 | webpackJsonp([23],{"8wzd":function(n,t,e){var i=e("B7/4");"string"==typeof i&&(i=[[n.i,i,""]]),i.locals&&(n.exports=i.locals);e("rjj0")("d5941462",i,!0,{})},"B7/4":function(n,t,e){t=n.exports=e("FZ+f")(!1),t.push([n.i,"\n#confirm .bgImg[data-v-589d70e0] {\n text-align: center;\n padding-top: 130px;\n}\n#confirm .verify_box[data-v-589d70e0] {\n position: relative;\n width: 250px;\n height: 45px;\n background: #333333;\n border-radius: 102px;\n margin: 0 auto;\n margin-top: 30px;\n}\n#confirm .verify_box img[data-v-589d70e0] {\n margin-top: 7px;\n margin-left: 8px;\n}\n#confirm .verify_box .in_verify_box[data-v-589d70e0] {\n position: absolute;\n right: 5px;\n padding: 5px 2px;\n top: 8px;\n width: 120px;\n color: #fff;\n border: none;\n outline: none;\n background: #333333;\n}\n#confirm .verify_box.enter .toSubmit[data-v-589d70e0] {\n width: 100%;\n height: 100%;\n background: #bda993;\n border-radius: 102px;\n outline: none;\n border: none;\n color: #fff;\n}\n#confirm .verify_box input[data-v-589d70e0]::-webkit-input-placeholder {\n color: #fff;\n text-align: center;\n}\n#confirm .tip[data-v-589d70e0] {\n color: red;\n height: 10px;\n text-align: right;\n padding-top: 8px;\n padding-right: 70px;\n font-size: 12px;\n}\n.red[data-v-589d70e0] {\n color: red;\n}\n.green[data-v-589d70e0] {\n color: green;\n}\n",""])},wjRC:function(n,t,e){"use strict";function i(n){e("8wzd")}Object.defineProperty(t,"__esModule",{value:!0});var o=e("pDNl"),r=e("rHil"),a=e("2sLL"),d=(e("mtWM"),o.a,a.a,r.a,{components:{XInput:o.a,XButton:a.a,Group:r.a},data:function(){return{showTip:!1,in_verify:"",bgImg:"static/u1152.png"}},methods:{toLogin:function(){this.$router.push({name:"login"})},changeVerify:function(){}}}),s=function(){var n=this,t=n.$createElement,e=n._self._c||t;return e("div",{attrs:{id:"confirm"}},[e("div",{staticClass:"bgImg"},[e("img",{attrs:{src:n.bgImg,width:"246",alt:""}})]),n._v(" "),e("div",{staticClass:"verify_box"},[e("input",{directives:[{name:"model",rawName:"v-model",value:n.in_verify,expression:"in_verify"}],staticClass:"in_verify_box",attrs:{type:"text",maxlength:"4",placeholder:"输入验证码"},domProps:{value:n.in_verify},on:{input:function(t){t.target.composing||(n.in_verify=t.target.value)}}})]),n._v(" "),e("div",{directives:[{name:"show",rawName:"v-show",value:n.showTip,expression:"showTip"}],staticClass:"tip"},[n._v("验证码不正确")]),n._v(" "),e("div",{staticClass:"verify_box enter"},[e("button",{staticClass:"toSubmit",on:{click:n.toLogin}},[n._v("立即进入")])])])},p=[],c={render:s,staticRenderFns:p},f=c,l=e("VU/8"),v=i,u=l(d,f,!1,v,"data-v-589d70e0",null);t.default=u.exports}}); -------------------------------------------------------------------------------- /docs/static/js/24.1217a796adb7aae3c5b5.js: -------------------------------------------------------------------------------- 1 | webpackJsonp([24],{bMIt:function(t,n,e){var a=e("fdoh");"string"==typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);e("rjj0")("4ce75542",a,!0,{})},fdoh:function(t,n,e){n=t.exports=e("FZ+f")(!1),n.push([t.i,"\n.detail[data-v-551c2816] {\n position: absolute;\n left: 0;\n top: 0;\n bottom: 0;\n right: 0;\n width: 100%;\n background: #fff;\n z-index: 1200;\n}\n.detail header.head[data-v-551c2816] {\n position: relative;\n width: 1100;\n height: 44px;\n background: #ac9375;\n font-size: 20px;\n color: #fff;\n text-align: center;\n line-height: 44px;\n}\n.detail header.head img[data-v-551c2816] {\n position: absolute;\n left: 10px;\n top: 12px;\n}\n.detail .box[data-v-551c2816] {\n height: 100%;\n}\n",""])},nPHE:function(t,n,e){"use strict";function a(t){e("bMIt")}Object.defineProperty(n,"__esModule",{value:!0});var i={data:function(){return{imgUrl:"static/u609.png",bg:"static/bg.png"}},methods:{goBack:function(){this.$router.back(-1)}}},o=function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("div",{staticClass:"detail"},[e("header",{staticClass:"head"},[e("img",{staticStyle:{padding:"0 10px 5px 6px"},attrs:{src:t.imgUrl,width:"12",height:"24",alt:""},on:{click:t.goBack}}),t._v("产品介绍")]),t._v(" "),e("div",{staticClass:"box"},[e("img",{attrs:{src:t.bg,width:"100%",alt:""}})])])},c=[],s={render:o,staticRenderFns:c},d=s,r=e("VU/8"),l=a,h=r(i,d,!1,l,"data-v-551c2816",null);n.default=h.exports}}); -------------------------------------------------------------------------------- /docs/static/js/25.fc4b8d86fb7bb85c9e31.js: -------------------------------------------------------------------------------- 1 | webpackJsonp([25],{"1AWs":function(a,n,t){n=a.exports=t("FZ+f")(!1),n.push([a.i,"\n.balanceWidthMoney[data-v-5115c04e] {\n background: #f8f8f8;\n}\n.balanceWidthMoney .title[data-v-5115c04e] {\n font-size: 22px;\n padding: 2px 0 5px 20px;\n}\n.balanceWidthMoney .loadMore[data-v-5115c04e] {\n text-align: center;\n font-size: 12px;\n color: #ac9375;\n margin-top: 20px;\n}\n.balanceWidthMoney .box[data-v-5115c04e] {\n background: #fff;\n padding: 20px;\n margin-bottom: 10px;\n font-size: 18px;\n}\n.balanceWidthMoney .box p .item[data-v-5115c04e] {\n font-size: 16px;\n color: #999;\n}\n.balanceWidthMoney .box p .name[data-v-5115c04e] {\n font-size: 17px;\n}\n.balanceWidthMoney .box .remain .ril[data-v-5115c04e],\n.balanceWidthMoney .box .earn .ril[data-v-5115c04e] {\n float: right;\n color: #ccc;\n font-size: 14px;\n}\n.balanceWidthMoney .box .earn .earnNum[data-v-5115c04e] {\n font-size: 20px;\n color: #FF9068;\n}\n",""])},lavk:function(a,n,t){"use strict";function s(a){t("xYdV")}Object.defineProperty(n,"__esModule",{value:!0});var e=t("mvHQ"),i=t.n(e),o=t("Bfwr"),c=t("63CM"),d=t("gyMJ"),l=(c.a,o.a,{directives:{TransferDom:c.a},mounted:function(){var a=this;setTimeout(function(){a.check_info()},300)},components:{Loading:o.a},data:function(){return{info:[],next:[],name:"加载中...",showLoad:!1,page:"0",status:!0}},methods:{showLoading:function(){this.showLoad=!0},hideLoading:function(){this.showLoad=!1},check_info:function(){var a=this;this.showLoading();var n=i()({page:this.page});Object(d.g)(n).then(function(n){a.hideLoading(),n.succ>0?a.info=n.data:-1===Number(n.succ)||-2===Number(n.succ)?(alert("请重新登录!"),a.$router.push({name:"root"})):a.info=[]})},loadMore:function(){this.status=!1}}}),r=function(){var a=this,n=a.$createElement,t=a._self._c||n;return t("div",{staticClass:"balanceWidthMoney",staticStyle:{"padding-top":"46px"}},[null===a.info||""===a.info?t("div",{staticClass:"box",staticStyle:{"text-align":"center"}},[a._v("暂无信息")]):a._l(a.info,function(n,s){return t("div",{key:s,staticClass:"box"},[t("div",[t("p",{staticClass:"orderNum"},[t("span",{staticClass:"name"},[a._v("订单编号:")]),a._v("  "),t("span",{staticClass:"item"},[a._v(a._s(n.bill_id))])]),a._v(" "),t("p",{staticClass:"orderNum"},[t("span",{staticClass:"name"},[a._v("流水号码:")]),a._v("  "),t("span",{staticClass:"item"},[a._v(a._s(n.buytime))])]),a._v(" "),t("p",{staticClass:"remain"},[t("span",{staticClass:"name"},[a._v("投资金额: ")]),a._v(" "),t("span",{staticClass:"item"},[a._v(a._s(n.money))]),a._v(" "),t("span",{staticClass:"ril"},[a._v("(元)")])]),a._v(" "),t("p",{staticClass:"earn"},[t("span",{staticClass:"name"},[a._v("今日收益: ")]),a._v(" "),t("span",{staticClass:" item"},[a._v(a._s(n.obtain))]),t("span",{staticClass:"ril"},[a._v("(元)")])]),a._v(" "),t("p",{staticClass:"earn"},[t("span",{staticClass:"name"},[a._v("收益时间: ")]),a._v(" "),t("span",{staticClass:"item"},[a._v(a._s(n.time))])])])])}),a._v(" "),t("div",{directives:[{name:"transfer-dom",rawName:"v-transfer-dom"}]},[t("loading",{attrs:{text:a.name},model:{value:a.showLoad,callback:function(n){a.showLoad=n},expression:"showLoad"}})],1),a._v(" "),a.info?t("div",{staticStyle:{padding:"0 0 15px 0"}},[a.status?t("div",{staticClass:"loadMore",on:{click:a.loadMore}},[a._v("加载更多...")]):t("div",{staticClass:"loadMore"},[a._v("没有更多啦!")])]):a._e()],2)},v=[],p={render:r,staticRenderFns:v},f=p,u=t("VU/8"),_=s,m=u(l,f,!1,_,"data-v-5115c04e",null);n.default=m.exports},xYdV:function(a,n,t){var s=t("1AWs");"string"==typeof s&&(s=[[a.i,s,""]]),s.locals&&(a.exports=s.locals);t("rjj0")("8aa73808",s,!0,{})}}); -------------------------------------------------------------------------------- /docs/static/js/27.3e11ae1ab05c9290deba.js: -------------------------------------------------------------------------------- 1 | webpackJsonp([27],{"7vIW":function(n,e,t){var a=t("eAUe");"string"==typeof a&&(a=[[n.i,a,""]]),a.locals&&(n.exports=a.locals);t("rjj0")("644a7fec",a,!0,{})},Kmnx:function(n,e,t){"use strict";function a(n){t("7vIW")}Object.defineProperty(e,"__esModule",{value:!0});var o=t("mvHQ"),i=t.n(o),s=t("gyMJ"),d=(t("162o"),{data:function(){return{canGetMoney:"0.00",disabledStates:!0,in_money:"",show:!1,imgUrl:"static/u609.png"}},mounted:function(){var n=this;setTimeout(function(){n.getRes()},300)},methods:{goBack:function(){this.$router.back(-1)},getRes:function(){this.canGetMoney=5e3},check_in:function(){var n=this.canGetMoney,e=this.in_money;e>n||e<=0?(this.show=!0,this.disabledStates=!0):(this.show=!1,this.disabledStates=!1)},toDealMoneyDetail:function(){var n=this,e=this.in_money;if(""===e)return void(this.disabledStates=!0);var t=i()({money:e});Object(s.e)(t).then(function(e){console.log(e),Number(e.succ)>0?n.$router.push({name:"dmoneyDetail"}):-1===Number(e.succ)||-2===Number(e.succ)?(alert("请重新登录!"),n.$router.push({name:"root"})):alert(e.msg)})},productDetail:function(){this.$router.push("/home/page/dmoney/detail")}}}),r=function(){var n=this,e=n.$createElement,t=n._self._c||e;return t("div",{attrs:{id:"dealMoney"}},[t("header",{staticClass:"head"},[t("img",{staticStyle:{padding:"0 10px 5px 6px"},attrs:{src:n.imgUrl,width:"12",height:"24",alt:""},on:{click:n.goBack}}),n._v("理财")]),n._v(" "),t("div",{staticClass:"main"},[t("p",{staticClass:"title"},[n._v("选择产品:余利宝"),t("button",{staticClass:"detail",on:{click:n.productDetail}},[n._v("产品介绍")])]),n._v(" "),t("p",{staticClass:"canUseMoney"},[n._v("可用余额(元):"),t("span",{staticClass:"money"},[n._v(n._s(n.canGetMoney))])]),n._v(" "),t("p",{staticClass:"getMoney"},[n._v("转入金额(元)")]),n._v(" "),t("input",{directives:[{name:"model",rawName:"v-model",value:n.in_money,expression:"in_money"}],staticClass:"in",attrs:{type:"text",placeholder:"请输入金额..."},domProps:{value:n.in_money},on:{keyup:n.check_in,input:function(e){e.target.composing||(n.in_money=e.target.value)}}}),n._v(" "),t("div",{directives:[{name:"show",rawName:"v-show",value:n.show,expression:"show"}],staticClass:"tip"},[n._v("*您输入金额不正确")]),n._v(" "),t("button",{staticClass:"btn",attrs:{"v-bind:disabled":n.disabledStates},on:{click:n.toDealMoneyDetail}},[n._v("确定")])])])},c=[],l={render:r,staticRenderFns:c},p=l,b=t("VU/8"),h=a,u=b(d,p,!1,h,"data-v-45784c6b",null);e.default=u.exports},eAUe:function(n,e,t){e=n.exports=t("FZ+f")(!1),e.push([n.i,"\n#dealMoney[data-v-45784c6b] {\n position: fixed;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n z-index: 1005;\n background: #f8f8f8;\n width: 100%;\n}\n#dealMoney header.head[data-v-45784c6b] {\n position: relative;\n width: 1100;\n height: 44px;\n background: #ac9375;\n font-size: 20px;\n color: #fff;\n text-align: center;\n line-height: 44px;\n}\n#dealMoney header.head img[data-v-45784c6b] {\n position: absolute;\n left: 10px;\n top: 12px;\n}\n#dealMoney .main[data-v-45784c6b] {\n position: relative;\n width: 100%;\n height: 500px;\n padding: 80px 20px 0px 20px;\n}\n#dealMoney .main .title[data-v-45784c6b] {\n position: relative;\n font-size: 18px;\n}\n#dealMoney .main .title .detail[data-v-45784c6b] {\n position: absolute;\n right: 50px;\n width: 65px;\n top: -40px;\n height: 23px;\n font-size: 12px;\n color: #AC9375;\n background-color: rgba(255, 255, 255, 0);\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n border-width: 1px;\n border-style: solid;\n border-color: #ac9375;\n border-radius: 43px;\n -webkit-box-shadow: none;\n box-shadow: none;\n}\n#dealMoney .main .title .canGetMoney[data-v-45784c6b] {\n color: #FE6D53;\n}\n#dealMoney .main .canUseMoney[data-v-45784c6b] {\n margin: 18px 0;\n}\n#dealMoney .main .canUseMoney .money[data-v-45784c6b] {\n font-size: 20px;\n color: #FE6D53;\n font-weight: bold;\n}\n#dealMoney .main .in[data-v-45784c6b] {\n width: 85%;\n margin-top: 10px;\n padding: 8px 3px 10px 3px;\n border: none;\n background: transparent;\n border-bottom: 1px solid #999;\n}\n#dealMoney .main .getMoney[data-v-45784c6b] {\n font-size: 18px;\n color: #AC9375;\n}\n#dealMoney .main .tip[data-v-45784c6b] {\n color: red;\n font-size: 12px;\n text-align: right;\n margin-right: 70px;\n margin-top: 10px;\n}\n#dealMoney .main .btn[data-v-45784c6b] {\n position: absolute;\n left: 50%;\n margin-left: -170px;\n top: 55%;\n outline: none;\n width: 305px;\n height: 40px;\n background: -webkit-gradient(linear, left top, right top, from(#d5b896), color-stop(4%, #d5b896), color-stop(100%, #aa8d6a), to(#aa8d6a));\n background: linear-gradient(90deg, #d5b896 0%, #d5b896 4%, #aa8d6a 100%, #aa8d6a 100%);\n border: none;\n border-radius: 6px;\n -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.34901961);\n box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.34901961);\n color: #FFFFFF;\n}\n",""])}}); -------------------------------------------------------------------------------- /docs/static/js/28.aebc320e63092bcf1053.js: -------------------------------------------------------------------------------- 1 | webpackJsonp([28],{G28I:function(t,n,a){var c=a("LQjT");"string"==typeof c&&(c=[[t.i,c,""]]),c.locals&&(t.exports=c.locals);a("rjj0")("d02d1028",c,!0,{})},LQjT:function(t,n,a){n=t.exports=a("FZ+f")(!1),n.push([t.i,"\n.gathering[data-v-3b88b5f5] {\n position: fixed;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n z-index: 1005;\n background: #f8f8f8;\n width: 100%;\n}\n.gathering header.head[data-v-3b88b5f5] {\n position: relative;\n width: 1100;\n height: 44px;\n background: #ac9375;\n font-size: 20px;\n color: #fff;\n text-align: center;\n line-height: 44px;\n}\n.gathering header.head img[data-v-3b88b5f5] {\n position: absolute;\n left: 10px;\n top: 12px;\n}\n.gathering .name[data-v-3b88b5f5] {\n display: inline-block;\n padding: 10px 0 0px 12px;\n margin-top: 10px;\n}\n.gathering .account[data-v-3b88b5f5] {\n width: 80%;\n padding: 12px 12px;\n margin: 0 auto;\n border-bottom: 1px solid #ccc;\n}\n.gathering .account .item[data-v-3b88b5f5] {\n color: #999;\n float: right;\n margin-top: -15px;\n font-size: 14px;\n /*margin-right: 40px;*/\n}\n",""])},mRw5:function(t,n,a){"use strict";function c(t){a("G28I")}Object.defineProperty(n,"__esModule",{value:!0});var i=a("gyMJ"),e={mounted:function(){var t=this;setTimeout(function(){t.check_acc()})},data:function(){return{acc:[],imgUrl:"static/u609.png"}},methods:{goBack:function(){this.$router.back(-1)},check_acc:function(){var t=this;Object(i.a)().then(function(n){n.succ>0?t.acc=n.data:-1===Number(n.succ)||-2===Number(n.succ)?(alert("请重新登录!"),t.$router.push({name:"root"})):t.acc=[]})}}},s=function(){var t=this,n=t.$createElement,a=t._self._c||n;return a("div",{staticClass:"gathering"},[a("header",{staticClass:"head"},[a("img",{staticStyle:{padding:"0 10px 5px 6px"},attrs:{src:t.imgUrl,width:"12",height:"24",alt:""},on:{click:t.goBack}}),t._v("收款账户")]),t._v(" "),a("span",{staticClass:"name"},[t._v("开户人")]),t._v(" "),a("div",{staticClass:"account"},[a("span",{staticClass:"item"},[t._v(t._s(t.acc.account_name||"加载中..."))])]),t._v(" "),a("span",{staticClass:"name"},[t._v("账户号码")]),t._v(" "),a("div",{staticClass:"account"},[a("span",{staticClass:"item"},[t._v(t._s(t.acc.account_val||"加载中..."))])]),t._v(" "),a("span",{staticClass:"name"},[t._v("账户类型")]),t._v(" "),a("div",{staticClass:"account"},[a("span",{staticClass:"item"},[t._v(t._s(t.acc.account_belong||"加载中..."))])])])},o=[],r={render:s,staticRenderFns:o},d=r,p=a("VU/8"),l=c,u=p(e,d,!1,l,"data-v-3b88b5f5",null);n.default=u.exports}}); -------------------------------------------------------------------------------- /docs/static/js/29.2507de9c84f5593f9b61.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/js/29.2507de9c84f5593f9b61.js.gz -------------------------------------------------------------------------------- /docs/static/js/3.a377e57d6265cf9ce763.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/js/3.a377e57d6265cf9ce763.js.gz -------------------------------------------------------------------------------- /docs/static/js/30.97aae86987274285d400.js: -------------------------------------------------------------------------------- 1 | webpackJsonp([30],{"+1JM":function(t,n,e){var a=e("ex8Z");"string"==typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);e("rjj0")("65eff213",a,!0,{})},ex8Z:function(t,n,e){n=t.exports=e("FZ+f")(!1),n.push([t.i,"\n.set[data-v-22973412] {\n position: fixed;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n z-index: 1005;\n background: #f8f8f8;\n width: 100%;\n}\n.set header.head[data-v-22973412] {\n position: relative;\n width: 1100;\n height: 44px;\n background: #ac9375;\n font-size: 20px;\n color: #fff;\n text-align: center;\n line-height: 44px;\n}\n.set header.head img[data-v-22973412] {\n position: absolute;\n left: 10px;\n top: 12px;\n}\n.set .x-box[data-v-22973412] {\n width: 100%;\n padding: 20px 12px 10px 12px;\n}\n.set .x-box .title[data-v-22973412] {\n font-weight: 400;\n color: #333333;\n}\n.set .x-box .in[data-v-22973412] {\n display: block;\n width: 85%;\n margin: 0 auto;\n padding: 6px ;\n background: transparent;\n border: 0;\n border-bottom: 1px solid #ccc;\n}\n.set .btn[data-v-22973412] {\n margin-top: 40px;\n width: 95%;\n margin: 40px auto;\n background: -webkit-gradient(linear, left top, right top, from(#d5b896), color-stop(4%, #d5b896), color-stop(100%, #aa8d6a), to(#aa8d6a));\n background: linear-gradient(90deg, #d5b896 0%, #d5b896 4%, #aa8d6a 100%, #aa8d6a 100%);\n}\n",""])},yARA:function(t,n,e){"use strict";function a(t){e("+1JM")}Object.defineProperty(n,"__esModule",{value:!0});var i=e("mvHQ"),o=e.n(i),s=e("rHil"),r=e("2sLL"),l=e("pDNl"),c=(e("gyMJ"),l.a,s.a,r.a,{data:function(){return{username:"",num:"",belong:"",imgUrl:"static/u609.png"}},methods:{goBack:function(){this.$router.push({name:"set"})},change_acc:function(){var t=this;if(this.num.length<=0||this.username.length<=0||this.belong.length<=0)alert("请填写完整的信息!");else{var n=this.username,e=this.belong,a=this.num;o()({account_name:n,account_val:a,account_belong:e});alert("开设成功!"),this.num="",this.username="",this.belong="",setTimeout(function(){t.$router.push({name:"gathering"})})}}},components:{XInput:l.a,Group:s.a,XButton:r.a}}),d=function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("div",{staticClass:"set"},[e("header",{staticClass:"head"},[e("img",{staticStyle:{padding:"0 10px 5px 6px"},attrs:{src:t.imgUrl,width:"12",height:"24",alt:""},on:{click:t.goBack}}),t._v("开设账户")]),t._v(" "),e("div",{staticClass:"x-box"},[e("p",{staticClass:"title"},[t._v("开户人")]),t._v(" "),e("input",{directives:[{name:"model",rawName:"v-model",value:t.username,expression:"username"}],staticClass:"in",attrs:{type:"text",placeholder:"开户人姓名"},domProps:{value:t.username},on:{input:function(n){n.target.composing||(t.username=n.target.value)}}})]),t._v(" "),e("div",{staticClass:"x-box"},[e("p",{staticClass:"title"},[t._v("账户号码")]),t._v(" "),e("input",{directives:[{name:"model",rawName:"v-model",value:t.num,expression:"num"}],staticClass:"in",attrs:{type:"text",placeholder:"银行卡号/支付宝帐号/微信帐号"},domProps:{value:t.num},on:{input:function(n){n.target.composing||(t.num=n.target.value)}}})]),t._v(" "),e("div",{staticClass:"x-box"},[e("p",{staticClass:"title"},[t._v("账户类型")]),t._v(" "),e("input",{directives:[{name:"model",rawName:"v-model",value:t.belong,expression:"belong"}],staticClass:"in",attrs:{type:"text",placeholder:"银行名称/支付宝/微信"},domProps:{value:t.belong},on:{input:function(n){n.target.composing||(t.belong=n.target.value)}}})]),t._v(" "),e("x-button",{staticClass:"btn",attrs:{type:"primary"},nativeOn:{click:function(n){return t.change_acc(n)}}},[t._v("提交")])],1)},u=[],p={render:d,staticRenderFns:u},g=p,m=e("VU/8"),v=a,h=m(c,g,!1,v,"data-v-22973412",null);n.default=h.exports}}); -------------------------------------------------------------------------------- /docs/static/js/31.f07caf368746159bf4ec.js: -------------------------------------------------------------------------------- 1 | webpackJsonp([31],{UG4R:function(n,t,e){"use strict";function o(n){e("eq5U")}Object.defineProperty(t,"__esModule",{value:!0});var a=(e("gyMJ"),e("rLAy")),i=(a.a,{data:function(){return{GetMoney:"0.00",disabledState:!0,money_err:!1,money:"",show2:!1,imgUrl:"static/u609.png"}},mounted:function(){var n=this;setTimeout(function(){n.getRes()},300)},methods:{getRes:function(){this.GetMoney=5e5},showD:function(){this.$router.push("/home/page/zdlmoney?st="+1e3*Math.random()+10)},check_money:function(){var n=Number(this.GetMoney),t=Number(this.money);t>n||t<=0||t%100!=0?(this.money_err=!0,this.disabledState=!0):(this.money_err=!1,this.disabledState=!1)},goBack:function(){this.$router.back(-1)},submitData:function(){this.show2=!0,this.$router.push({name:"zdlmoney"})}},components:{Toast:a.a}}),r=function(){var n=this,t=n.$createElement,e=n._self._c||t;return e("div",{attrs:{id:"loanMoney"}},[e("header",{staticClass:"head"},[e("img",{staticStyle:{padding:"0 10px 5px 6px"},attrs:{src:n.imgUrl,width:"12",height:"24",alt:""},on:{click:n.goBack}}),n._v("贷款")]),n._v(" "),e("div",{staticClass:"main"},[e("p",{staticClass:"title"},[n._v("可贷余额(元):\n\t\t\t"),e("span",{staticClass:"canGetMoney"},[n._v(n._s(n.GetMoney))])]),n._v(" "),e("p",{staticClass:"getMoney"},[n._v("申请贷款余额")]),n._v(" "),e("input",{directives:[{name:"model",rawName:"v-model",value:n.money,expression:"money"}],staticClass:"in",attrs:{type:"text",placeholder:"为100的倍数,且大于100小于10000"},domProps:{value:n.money},on:{keyup:n.check_money,input:function(t){t.target.composing||(n.money=t.target.value)}}}),n._v(" "),e("div",{directives:[{name:"show",rawName:"v-show",value:n.money_err,expression:"money_err"}],staticClass:"tip"},[n._v("*输入金额不正确")]),n._v(" "),e("button",{staticClass:"btn",attrs:{disabled:n.disabledState},on:{click:n.submitData}},[n._v("确定")]),n._v(" "),e("toast",{attrs:{type:"text"},model:{value:n.show2,callback:function(t){n.show2=t},expression:"show2"}},[n._v("申请成功")])],1)])},s=[],d={render:r,staticRenderFns:s},p=d,l=e("VU/8"),b=o,c=l(i,p,!1,b,"data-v-1fbb0313",null);t.default=c.exports},aMvL:function(n,t,e){t=n.exports=e("FZ+f")(!1),t.push([n.i,"\n#loanMoney[data-v-1fbb0313] {\n position: fixed;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n z-index: 1005;\n background: #f8f8f8;\n width: 100%;\n}\n#loanMoney header.head[data-v-1fbb0313] {\n position: relative;\n width: 1100;\n height: 44px;\n background: #ac9375;\n font-size: 20px;\n color: #fff;\n text-align: center;\n line-height: 44px;\n}\n#loanMoney header.head img[data-v-1fbb0313] {\n position: absolute;\n left: 10px;\n top: 12px;\n}\n#loanMoney .main[data-v-1fbb0313] {\n position: relative;\n width: 100%;\n height: 500px;\n padding: 80px 20px 0px 20px;\n}\n#loanMoney .main .loanBtn[data-v-1fbb0313] {\n position: absolute;\n right: 75px;\n top: 30px;\n text-align: center;\n width: 65px;\n height: 23px;\n font-size: 12px;\n color: #ac9375;\n background-color: rgba(255, 255, 255, 0);\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n border-width: 1px;\n border-style: solid;\n border-color: #ac9375;\n border-radius: 43px;\n -webkit-box-shadow: none;\n box-shadow: none;\n}\n#loanMoney .main .title[data-v-1fbb0313] {\n font-size: 18px;\n}\n#loanMoney .main .title .canGetMoney[data-v-1fbb0313] {\n color: #fe6d53;\n}\n#loanMoney .main .in[data-v-1fbb0313] {\n width: 85%;\n margin-top: 10px;\n padding: 8px 3px 10px 3px;\n border: none;\n background: transparent;\n border-bottom: 1px solid #999;\n}\n#loanMoney .main .getMoney[data-v-1fbb0313] {\n font-size: 18px;\n margin-top: 10px;\n color: #ac9375;\n}\n#loanMoney .main .tip[data-v-1fbb0313] {\n font-size: 12px;\n color: red;\n text-align: right;\n margin-right: 80px;\n margin-top: 10px;\n}\n#loanMoney .main .btn[data-v-1fbb0313] {\n position: absolute;\n left: 50%;\n margin-left: -170px;\n top: 40%;\n outline: none;\n width: 305px;\n height: 40px;\n background: -webkit-gradient(linear, left top, right top, from(#d5b896), color-stop(4%, #d5b896), color-stop(100%, #aa8d6a), to(#aa8d6a));\n background: linear-gradient(90deg, #d5b896 0%, #d5b896 4%, #aa8d6a 100%, #aa8d6a 100%);\n border: none;\n border-radius: 6px;\n -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.34901961);\n box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.34901961);\n color: #ffffff;\n}\n",""])},eq5U:function(n,t,e){var o=e("aMvL");"string"==typeof o&&(o=[[n.i,o,""]]),o.locals&&(n.exports=o.locals);e("rjj0")("c458b256",o,!0,{})}}); -------------------------------------------------------------------------------- /docs/static/js/32.e16921fdb8fed779fd6b.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/js/32.e16921fdb8fed779fd6b.js.gz -------------------------------------------------------------------------------- /docs/static/js/33.dd9ad43b28ee3fd6fdea.js: -------------------------------------------------------------------------------- 1 | webpackJsonp([33],{"2JQu":function(t,a,n){a=t.exports=n("FZ+f")(!1),a.push([t.i,"\n.team[data-v-07d51b3c] {\n position: fixed;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n z-index: 1005;\n background: #f8f8f8;\n width: 100%;\n}\n.team header.head[data-v-07d51b3c] {\n position: relative;\n width: 1100;\n height: 44px;\n background: #ac9375;\n font-size: 20px;\n color: #fff;\n text-align: center;\n line-height: 44px;\n}\n.team header.head img[data-v-07d51b3c] {\n position: absolute;\n left: 10px;\n top: 12px;\n}\n.team .loadMore[data-v-07d51b3c] {\n text-align: center;\n font-size: 12px;\n color: #ac9375;\n background: transparent;\n}\n.team .box[data-v-07d51b3c] {\n margin-top: 10px;\n margin-bottom: 10px;\n}\n.team .box .space[data-v-07d51b3c] {\n background: #fff;\n margin-bottom: 10px;\n}\n.team .box .name[data-v-07d51b3c] {\n border-bottom: 1px solid #ccc;\n padding: 10px 12px;\n}\n.team .box .name .item[data-v-07d51b3c] {\n color: #999;\n float: right;\n margin-right: 20px;\n}\n.team .box .name[data-v-07d51b3c]:last-of-type {\n border: none;\n}\n.team .box .avatar[data-v-07d51b3c] {\n padding: 16px 12px;\n}\n",""])},"9tHt":function(t,a,n){var e=n("2JQu");"string"==typeof e&&(e=[[t.i,e,""]]),e.locals&&(t.exports=e.locals);n("rjj0")("01a20efa",e,!0,{})},JLEa:function(t,a,n){"use strict";function e(t){n("9tHt")}Object.defineProperty(a,"__esModule",{value:!0});var o=n("mvHQ"),i=n.n(o),s=n("Bfwr"),r=n("63CM"),d=n("gyMJ"),c=(r.a,s.a,{directives:{TransferDom:r.a},data:function(){return{info:[],next:[],page:"0",name:"加载中...",showLoad:!1,status:!0,imgUrl:"static/u609.png"}},components:{Loading:s.a},mounted:function(){var t=this;setTimeout(function(){t.check_team()},300)},methods:{showLoading:function(){this.showLoad=!0},hideLoading:function(){this.showLoad=!1},goBack:function(){this.$router.back(-1)},check_team:function(){var t=this;this.showLoading();var a=i()({page:this.page});Object(d.h)(a).then(function(a){if(t.hideLoading(),a.succ>0){if(a.data)for(var n=0;n0,expression:"AllOrder.length>0"}],staticClass:"more",staticStyle:{"padding-bottom":"15px"}},[t.status?n("div",{staticClass:"loadMore",on:{click:t.loadMore}},[t._v("加载更多...")]):n("div",{staticClass:"loadMore"},[t._v("没有更多啦!")])])],2)},i=[],r={render:s,staticRenderFns:i},d=r,l=n("VU/8"),p=e,c=l(o,d,!1,p,"data-v-05ef2491",null);a.default=c.exports},oXnP:function(t,a,n){var e=n("wdZT");"string"==typeof e&&(e=[[t.i,e,""]]),e.locals&&(t.exports=e.locals);n("rjj0")("3f555a88",e,!0,{})},wdZT:function(t,a,n){a=t.exports=n("FZ+f")(!1),a.push([t.i,"\n.box[data-v-05ef2491] {\n position: relative;\n width: 350px;\n height: 170px;\n border-radius: 8px;\n margin: 10px auto;\n background: linear-gradient(150deg, #7f9dc1 0%, #7f9dc1 0%, #355287 100%, #355287 100%);\n}\n.box.states1[data-v-05ef2491] {\n background: #51a4ac;\n}\n.box.states2[data-v-05ef2491] {\n background: -webkit-gradient(linear, left top, left bottom, from(#51a4ac), to(#3571b0));\n background: linear-gradient(#51a4ac 0%, #3571b0 100%);\n}\n.box.states3[data-v-05ef2491] {\n background: #3571b0;\n}\n.box.states4[data-v-05ef2491] {\n background: linear-gradient(150deg, #e4e4e4 0%, #e4e4e4 0%, #949494 100%, #949494 100%);\n}\n.box.states5[data-v-05ef2491] {\n background: linear-gradient(150deg, #0c1414 0%, #d40000 0%, #001912 100%, #0a0a12 100%);\n}\n.box .icon[data-v-05ef2491] {\n position: absolute;\n right: 0;\n top: 0;\n}\n.box .top[data-v-05ef2491] {\n overflow: hidden;\n}\n.box .top .state[data-v-05ef2491],\n.box .top .env[data-v-05ef2491] {\n text-align: center;\n padding-top: 10px;\n width: 13%;\n height: 120px;\n float: left;\n}\n.box .top .table[data-v-05ef2491] {\n margin-top: 10px;\n width: 73%;\n height: 105px;\n float: left;\n border: 1px solid #fff;\n}\n.box .top .table .item1[data-v-05ef2491],\n.box .top .table .item2[data-v-05ef2491] {\n color: #fff;\n border-bottom: 1px solid #fff;\n}\n.box .top .table .item1[data-v-05ef2491] {\n padding: 5px 0 5px 8px;\n}\n.box .top .table .item2[data-v-05ef2491] {\n padding: 8px 0 8px 8px;\n font-size: 10px;\n}\n.box .top .table .item3[data-v-05ef2491] {\n color: #fff;\n font-size: 14px;\n padding: 3px 0 0 8px;\n overflow: hidden;\n}\n.box .bottom[data-v-05ef2491] {\n padding: 0 20px;\n overflow: hidden;\n}\n.box .bottom .time[data-v-05ef2491] {\n padding-top: 2px;\n color: #fff;\n float: left;\n font-size: 12px;\n}\n.box .bottom .more[data-v-05ef2491] {\n float: right;\n border: 2px solid #797979;\n outline: none;\n background: #fff;\n cursor: pointer;\n color: #000;\n padding: 3px 5px;\n border-radius: 20px;\n}\n.more .loadMore[data-v-05ef2491] {\n text-align: center;\n font-size: 12px;\n color: #ac9375;\n margin-top: 20px;\n}\n",""])}}); -------------------------------------------------------------------------------- /docs/static/js/4.7c457147fea3e49ed91d.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/js/4.7c457147fea3e49ed91d.js.gz -------------------------------------------------------------------------------- /docs/static/js/5.409d4441b12da2bfbd6d.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/js/5.409d4441b12da2bfbd6d.js.gz -------------------------------------------------------------------------------- /docs/static/js/6.b07dd1b67253c5911eb7.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/js/6.b07dd1b67253c5911eb7.js.gz -------------------------------------------------------------------------------- /docs/static/js/7.3232aacb91966645e2b0.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/js/7.3232aacb91966645e2b0.js.gz -------------------------------------------------------------------------------- /docs/static/js/8.454e0a26bc8d7f49db8e.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/js/8.454e0a26bc8d7f49db8e.js.gz -------------------------------------------------------------------------------- /docs/static/js/9.281df6a42c964b6c7571.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/js/9.281df6a42c964b6c7571.js.gz -------------------------------------------------------------------------------- /docs/static/js/manifest.76fb26dcb39b761f0aac.js: -------------------------------------------------------------------------------- 1 | !function(e){function c(a){if(d[a])return d[a].exports;var f=d[a]={i:a,l:!1,exports:{}};return e[a].call(f.exports,f,f.exports,c),f.l=!0,f.exports}var a=window.webpackJsonp;window.webpackJsonp=function(d,n,r){for(var t,o,b,i=0,u=[];i 2 | 4 | 7 | 9 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /docs/static/loan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/loan.png -------------------------------------------------------------------------------- /docs/static/loanInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/loanInfo.png -------------------------------------------------------------------------------- /docs/static/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/logo.png -------------------------------------------------------------------------------- /docs/static/me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/me.png -------------------------------------------------------------------------------- /docs/static/money.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/money.png -------------------------------------------------------------------------------- /docs/static/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/more.png -------------------------------------------------------------------------------- /docs/static/over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/over.png -------------------------------------------------------------------------------- /docs/static/page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/page.png -------------------------------------------------------------------------------- /docs/static/pp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/pp.png -------------------------------------------------------------------------------- /docs/static/right-arrow_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/right-arrow_03.png -------------------------------------------------------------------------------- /docs/static/sell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/sell.png -------------------------------------------------------------------------------- /docs/static/set.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/set.png -------------------------------------------------------------------------------- /docs/static/transparent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/transparent.gif -------------------------------------------------------------------------------- /docs/static/u1139.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/u1139.png -------------------------------------------------------------------------------- /docs/static/u1143.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/u1143.png -------------------------------------------------------------------------------- /docs/static/u1152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/u1152.png -------------------------------------------------------------------------------- /docs/static/u118.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/u118.png -------------------------------------------------------------------------------- /docs/static/u1203.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/u1203.png -------------------------------------------------------------------------------- /docs/static/u1205.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/u1205.png -------------------------------------------------------------------------------- /docs/static/u1207.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/u1207.png -------------------------------------------------------------------------------- /docs/static/u1209.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/u1209.png -------------------------------------------------------------------------------- /docs/static/u17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/u17.png -------------------------------------------------------------------------------- /docs/static/u25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/u25.png -------------------------------------------------------------------------------- /docs/static/u404.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/u404.png -------------------------------------------------------------------------------- /docs/static/u414.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/u414.png -------------------------------------------------------------------------------- /docs/static/u43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/u43.png -------------------------------------------------------------------------------- /docs/static/u453.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/u453.png -------------------------------------------------------------------------------- /docs/static/u609.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/u609.png -------------------------------------------------------------------------------- /docs/static/wechat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/wechat.jpg -------------------------------------------------------------------------------- /docs/static/wp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/wp.png -------------------------------------------------------------------------------- /docs/static/资源 5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/资源 5.png -------------------------------------------------------------------------------- /docs/static/资源 6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/docs/static/资源 6.png -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/favicon.ico -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | vux-fund 7 | 8 | 9 |
10 | 11 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "fund", 3 | "version": "1.0.0", 4 | "description": "A Vue.js project", 5 | "author": "dhq <1102395550@qq.com>", 6 | "homepage": ".", 7 | "private": true, 8 | "scripts": { 9 | "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", 10 | "start": "npm run dev", 11 | "build": "node build/build.js" 12 | }, 13 | "dependencies": { 14 | "axios": "^0.18.0", 15 | "echarts": "^4.0.4", 16 | "fastclick": "^1.0.6", 17 | "vue": "^2.5.2", 18 | "vue-cropper": "^0.2.9", 19 | "vue-router": "^3.0.1", 20 | "vuex": "^2.5.0", 21 | "vuex-i18n": "^1.3.1", 22 | "vux": "^2.2.0" 23 | }, 24 | "devDependencies": { 25 | "autoprefixer": "^7.1.2", 26 | "babel-core": "^6.22.1", 27 | "babel-loader": "^7.1.1", 28 | "babel-plugin-transform-runtime": "^6.22.0", 29 | "babel-preset-env": "^1.3.2", 30 | "babel-preset-stage-2": "^6.22.0", 31 | "babel-register": "^6.22.0", 32 | "chalk": "^2.0.1", 33 | "compression-webpack-plugin": "^0.3.2", 34 | "connect-history-api-fallback": "^1.3.0", 35 | "copy-webpack-plugin": "^4.0.1", 36 | "css-loader": "^0.28.0", 37 | "eventsource-polyfill": "^0.9.6", 38 | "extract-text-webpack-plugin": "^3.0.0", 39 | "file-loader": "^1.1.4", 40 | "friendly-errors-webpack-plugin": "^1.6.1", 41 | "html-webpack-plugin": "^2.30.1", 42 | "less": "^2.7.1", 43 | "less-loader": "^2.2.3", 44 | "lodash": "^4.17.5", 45 | "md5": "^2.2.1", 46 | "mockjs": "^1.0.1-beta3", 47 | "moment": "^2.21.0", 48 | "node-notifier": "^5.1.2", 49 | "optimize-css-assets-webpack-plugin": "^3.2.0", 50 | "ora": "^1.2.0", 51 | "portfinder": "^1.0.13", 52 | "postcss-import": "^11.0.0", 53 | "postcss-loader": "^2.0.8", 54 | "rimraf": "^2.6.0", 55 | "semver": "^5.3.0", 56 | "shelljs": "^0.7.6", 57 | "url-loader": "^0.5.8", 58 | "vue-lazyload": "^1.2.2", 59 | "vue-loader": "^13.3.0", 60 | "vue-style-loader": "^3.0.1", 61 | "vue-template-compiler": "^2.5.2", 62 | "vux-loader": "^1.0.56", 63 | "webpack": "^3.6.0", 64 | "webpack-bundle-analyzer": "^2.9.0", 65 | "webpack-dev-middleware": "^1.10.0", 66 | "webpack-dev-server": "^2.9.1", 67 | "webpack-hot-middleware": "^2.16.1", 68 | "webpack-merge": "^4.1.0", 69 | "yaml-loader": "^0.4.0" 70 | }, 71 | "engines": { 72 | "node": ">= 4.0.0", 73 | "npm": ">= 3.0.0" 74 | }, 75 | "browserslist": [ 76 | "> 1%", 77 | "last 2 versions", 78 | "not ie <= 8" 79 | ] 80 | } 81 | -------------------------------------------------------------------------------- /screenshort/598182737714035603.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/screenshort/598182737714035603.jpg -------------------------------------------------------------------------------- /screenshort/_20181027211240.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/screenshort/_20181027211240.jpg -------------------------------------------------------------------------------- /screenshort/_20181027211302.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/screenshort/_20181027211302.jpg -------------------------------------------------------------------------------- /screenshort/_20181027211313.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/screenshort/_20181027211313.jpg -------------------------------------------------------------------------------- /screenshort/_20181027211320.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/screenshort/_20181027211320.jpg -------------------------------------------------------------------------------- /screenshort/_20181027211331.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/screenshort/_20181027211331.jpg -------------------------------------------------------------------------------- /screenshort/_20181027211337.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/screenshort/_20181027211337.jpg -------------------------------------------------------------------------------- /screenshort/_20181027211343.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/screenshort/_20181027211343.jpg -------------------------------------------------------------------------------- /screenshort/_20181027211349.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/screenshort/_20181027211349.jpg -------------------------------------------------------------------------------- /src/App.vue: -------------------------------------------------------------------------------- 1 | 6 | 7 | 12 | 13 | 22 | -------------------------------------------------------------------------------- /src/api/public.js: -------------------------------------------------------------------------------- 1 | import axios from 'axios' 2 | // axios.defaults.timeout = 20000; 3 | // axios.defaults.headers.post['Content-Type'] = 'application/x-www=form-urlencoded' 4 | axios.defaults.headers['Content-Type'] = 'application/x-www-form-urlencoded;charset=UTF-8'; 5 | export default { 6 | fetchGet (url, params = {}) { 7 | return new Promise((resolve, reject) => { 8 | axios.get(url, params).then(res => { 9 | resolve(res.data) 10 | }).catch(error => { 11 | reject(error) 12 | }) 13 | }) 14 | }, 15 | fetchPost (url, params = {}) { 16 | return new Promise((resolve, reject) => { 17 | axios.post(url, params).then(res => { 18 | resolve(res.data) 19 | }).catch(error => { 20 | reject(error) 21 | }) 22 | }) 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /src/assets/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/src/assets/01.jpg -------------------------------------------------------------------------------- /src/assets/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/src/assets/1.jpg -------------------------------------------------------------------------------- /src/assets/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/src/assets/2.jpg -------------------------------------------------------------------------------- /src/assets/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/src/assets/3.jpg -------------------------------------------------------------------------------- /src/assets/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/src/assets/4.jpg -------------------------------------------------------------------------------- /src/assets/icon_nav_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/src/assets/icon_nav_button.png -------------------------------------------------------------------------------- /src/assets/icon_nav_cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/src/assets/icon_nav_cell.png -------------------------------------------------------------------------------- /src/assets/icon_nav_msg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/src/assets/icon_nav_msg.png -------------------------------------------------------------------------------- /src/assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/src/assets/logo.png -------------------------------------------------------------------------------- /src/assets/vux_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/src/assets/vux_logo.png -------------------------------------------------------------------------------- /src/common/Button.vue: -------------------------------------------------------------------------------- 1 | 16 | 56 | -------------------------------------------------------------------------------- /src/common/allAccounts.vue: -------------------------------------------------------------------------------- 1 | 35 | 67 | -------------------------------------------------------------------------------- /src/common/confirm.vue: -------------------------------------------------------------------------------- 1 | 14 | 55 | 116 | -------------------------------------------------------------------------------- /src/common/lallAccount.vue: -------------------------------------------------------------------------------- 1 | 35 | 67 | -------------------------------------------------------------------------------- /src/common/line.vue: -------------------------------------------------------------------------------- 1 | 4 | 7 | -------------------------------------------------------------------------------- /src/common/loan.vue: -------------------------------------------------------------------------------- 1 | 23 | 43 | 104 | -------------------------------------------------------------------------------- /src/common/tButton.vue: -------------------------------------------------------------------------------- 1 | 34 | 137 | -------------------------------------------------------------------------------- /src/common/thButton.vue: -------------------------------------------------------------------------------- 1 | 28 | 95 | -------------------------------------------------------------------------------- /src/components/home/home.vue: -------------------------------------------------------------------------------- 1 | 20 | 21 | 34 | 35 | 58 | -------------------------------------------------------------------------------- /src/components/me/a-bank/index.vue: -------------------------------------------------------------------------------- 1 | 23 | 81 | 82 | 142 | -------------------------------------------------------------------------------- /src/components/me/balanceDetail.vue: -------------------------------------------------------------------------------- 1 | 12 | 45 | -------------------------------------------------------------------------------- /src/components/me/balanceWidthMoney.vue: -------------------------------------------------------------------------------- 1 | 25 | 84 | -------------------------------------------------------------------------------- /src/components/me/balanceWidthaccounts.vue: -------------------------------------------------------------------------------- 1 | 25 | 82 | -------------------------------------------------------------------------------- /src/components/me/me.vue: -------------------------------------------------------------------------------- 1 | 24 | 25 | 90 | 172 | -------------------------------------------------------------------------------- /src/components/page/accounts/accounts.vue: -------------------------------------------------------------------------------- 1 | 9 | 153 | 158 | -------------------------------------------------------------------------------- /src/components/page/loan/loan.vue: -------------------------------------------------------------------------------- 1 | 9 | 90 | 95 | -------------------------------------------------------------------------------- /src/components/page/loan/loanAndAccounts.vue: -------------------------------------------------------------------------------- 1 | 10 | 96 | 101 | -------------------------------------------------------------------------------- /src/components/page/money/dealMoney/dealMoneyDetail.vue: -------------------------------------------------------------------------------- 1 | 38 | 80 | -------------------------------------------------------------------------------- /src/components/page/money/dealMoney/productDetail.vue: -------------------------------------------------------------------------------- 1 | 7 | 22 | -------------------------------------------------------------------------------- /src/components/set/gathering/gathering.vue: -------------------------------------------------------------------------------- 1 | 12 | 52 | -------------------------------------------------------------------------------- /src/components/set/qrcode/qrcode.vue: -------------------------------------------------------------------------------- 1 | 12 | 27 | -------------------------------------------------------------------------------- /src/components/set/repass/repass.vue: -------------------------------------------------------------------------------- 1 | 16 | 99 | -------------------------------------------------------------------------------- /src/components/set/resetInfo/resetInfo.vue: -------------------------------------------------------------------------------- 1 | 2 | 14 | 60 | 102 | -------------------------------------------------------------------------------- /src/components/set/resetInfo/setNickname.vue: -------------------------------------------------------------------------------- 1 | 10 | 43 | -------------------------------------------------------------------------------- /src/components/set/set.vue: -------------------------------------------------------------------------------- 1 | 31 | 32 | 85 | 86 | 111 | -------------------------------------------------------------------------------- /src/components/set/setAccount/setAccount.vue: -------------------------------------------------------------------------------- 1 | 28 | 87 | -------------------------------------------------------------------------------- /src/components/set/team/team.vue: -------------------------------------------------------------------------------- 1 | 27 | 97 | 153 | -------------------------------------------------------------------------------- /src/main.js: -------------------------------------------------------------------------------- 1 | import Vue from 'vue' 2 | import FastClick from 'fastclick' 3 | import router from './router' 4 | import App from './App' 5 | import echarts from 'echarts' 6 | import VueLazyload from 'vue-lazyload' 7 | require('./mock.js') 8 | FastClick.attach(document.body) 9 | Vue.use(VueLazyload, { 10 | // preLoad: 1.3, 11 | error: '../static/loading.svg', 12 | loading: '../static/loading.svg' 13 | // attempt: 1 14 | }) 15 | Vue.config.productionTip = false 16 | Vue.prototype.$echarts = echarts 17 | 18 | /* eslint-disable no-new */ 19 | new Vue({ 20 | router, 21 | render: h => h(App) 22 | }).$mount('#app-box') 23 | -------------------------------------------------------------------------------- /src/utils/index.js: -------------------------------------------------------------------------------- 1 | export default progress = { 2 | } 3 | -------------------------------------------------------------------------------- /static/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/.gitkeep -------------------------------------------------------------------------------- /static/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/1.png -------------------------------------------------------------------------------- /static/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/10.png -------------------------------------------------------------------------------- /static/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/11.png -------------------------------------------------------------------------------- /static/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/12.png -------------------------------------------------------------------------------- /static/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/13.png -------------------------------------------------------------------------------- /static/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/14.png -------------------------------------------------------------------------------- /static/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/15.png -------------------------------------------------------------------------------- /static/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/16.png -------------------------------------------------------------------------------- /static/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/17.png -------------------------------------------------------------------------------- /static/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/18.png -------------------------------------------------------------------------------- /static/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/19.png -------------------------------------------------------------------------------- /static/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/2.png -------------------------------------------------------------------------------- /static/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/20.png -------------------------------------------------------------------------------- /static/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/3.png -------------------------------------------------------------------------------- /static/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/4.png -------------------------------------------------------------------------------- /static/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/5.png -------------------------------------------------------------------------------- /static/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/6.png -------------------------------------------------------------------------------- /static/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/7.png -------------------------------------------------------------------------------- /static/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/8.png -------------------------------------------------------------------------------- /static/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/9.png -------------------------------------------------------------------------------- /static/accountInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/accountInfo.png -------------------------------------------------------------------------------- /static/accounts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/accounts.png -------------------------------------------------------------------------------- /static/allInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/allInfo.png -------------------------------------------------------------------------------- /static/arr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/arr.png -------------------------------------------------------------------------------- /static/bf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/bf.png -------------------------------------------------------------------------------- /static/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/bg.png -------------------------------------------------------------------------------- /static/buy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/buy.png -------------------------------------------------------------------------------- /static/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/close.png -------------------------------------------------------------------------------- /static/dj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/dj.png -------------------------------------------------------------------------------- /static/icon_nav_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/icon_nav_button.png -------------------------------------------------------------------------------- /static/icon_nav_cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/icon_nav_cell.png -------------------------------------------------------------------------------- /static/icon_nav_msg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/icon_nav_msg.png -------------------------------------------------------------------------------- /static/js.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/js.png -------------------------------------------------------------------------------- /static/loading.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 7 | 9 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /static/loan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/loan.png -------------------------------------------------------------------------------- /static/loanInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/loanInfo.png -------------------------------------------------------------------------------- /static/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/logo.png -------------------------------------------------------------------------------- /static/me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/me.png -------------------------------------------------------------------------------- /static/money.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/money.png -------------------------------------------------------------------------------- /static/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/more.png -------------------------------------------------------------------------------- /static/over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/over.png -------------------------------------------------------------------------------- /static/page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/page.png -------------------------------------------------------------------------------- /static/pp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/pp.png -------------------------------------------------------------------------------- /static/right-arrow_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/right-arrow_03.png -------------------------------------------------------------------------------- /static/sell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/sell.png -------------------------------------------------------------------------------- /static/set.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/set.png -------------------------------------------------------------------------------- /static/transparent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/transparent.gif -------------------------------------------------------------------------------- /static/u1139.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/u1139.png -------------------------------------------------------------------------------- /static/u1143.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/u1143.png -------------------------------------------------------------------------------- /static/u1152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/u1152.png -------------------------------------------------------------------------------- /static/u118.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/u118.png -------------------------------------------------------------------------------- /static/u1203.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/u1203.png -------------------------------------------------------------------------------- /static/u1205.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/u1205.png -------------------------------------------------------------------------------- /static/u1207.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/u1207.png -------------------------------------------------------------------------------- /static/u1209.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/u1209.png -------------------------------------------------------------------------------- /static/u17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/u17.png -------------------------------------------------------------------------------- /static/u25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/u25.png -------------------------------------------------------------------------------- /static/u404.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/u404.png -------------------------------------------------------------------------------- /static/u414.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/u414.png -------------------------------------------------------------------------------- /static/u43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/u43.png -------------------------------------------------------------------------------- /static/u453.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/u453.png -------------------------------------------------------------------------------- /static/u609.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/u609.png -------------------------------------------------------------------------------- /static/wechat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/wechat.jpg -------------------------------------------------------------------------------- /static/wp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/wp.png -------------------------------------------------------------------------------- /static/资源 5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/资源 5.png -------------------------------------------------------------------------------- /static/资源 6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryingbat/vux-fund/d5ef337ab897ae522bef3a28adbce026b274b59f/static/资源 6.png --------------------------------------------------------------------------------