退出登录,登录调整
@@ -13,9 +13,9 @@
|
|||||||
<input v-model="code" type="number" maxlength="4" placeholder="输入验证码">
|
<input v-model="code" type="number" maxlength="4" placeholder="输入验证码">
|
||||||
<button :disabled="getSms" size="mini" @click="getPhoneCode()">{{sendCode}}</button>
|
<button :disabled="getSms" size="mini" @click="getPhoneCode()">{{sendCode}}</button>
|
||||||
</view>
|
</view>
|
||||||
<view class="auth-input">
|
<<!-- view class="auth-input">
|
||||||
<input v-model="parentId" type="number" placeholder="输入邀请码">
|
<input v-model="parentId" type="number" placeholder="输入邀请码">
|
||||||
</view>
|
</view> -->
|
||||||
<view class="auth-button">
|
<view class="auth-button">
|
||||||
<button @click="login('code')">登录</button>
|
<button @click="login('code')">登录</button>
|
||||||
</view>
|
</view>
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
phone : '18245180131',
|
phone : '',
|
||||||
code : '',
|
code : '',
|
||||||
parentId: '',
|
parentId: '',
|
||||||
getSms : false,
|
getSms : false,
|
||||||
|
|||||||
@@ -201,13 +201,9 @@
|
|||||||
},
|
},
|
||||||
// 退出登录
|
// 退出登录
|
||||||
logOut() {
|
logOut() {
|
||||||
uni.removeStorage({
|
uni.removeStorageSync('isnew')
|
||||||
key: 'isnew',
|
this.$store.commit('setToken', '');
|
||||||
success: () =>{
|
this.$Router.replaceAll({name: 'Auth'})
|
||||||
this.$store.commit('setToken', '');
|
|
||||||
this.$Router.replaceAll({name: 'Auth'})
|
|
||||||
}
|
|
||||||
})
|
|
||||||
},
|
},
|
||||||
// 复制
|
// 复制
|
||||||
copy(data) {
|
copy(data) {
|
||||||
|
|||||||
BIN
unpackage/dist/dev/app-plus/__uniapperror.png
vendored
|
Before Width: | Height: | Size: 5.7 KiB |
1
unpackage/dist/dev/app-plus/__uniappes6.js
vendored
8
unpackage/dist/dev/app-plus/__uniappquill.js
vendored
1
unpackage/dist/dev/app-plus/__uniappscan.js
vendored
BIN
unpackage/dist/dev/app-plus/__uniappsuccess.png
vendored
|
Before Width: | Height: | Size: 2.0 KiB |
25
unpackage/dist/dev/app-plus/__uniappview.html
vendored
@@ -1,25 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="zh-CN">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<script>
|
|
||||||
var __UniViewStartTime__ = Date.now();
|
|
||||||
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') ||
|
|
||||||
CSS.supports('top: constant(a)'))
|
|
||||||
document.write(
|
|
||||||
'<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
|
|
||||||
(coverSupport ? ', viewport-fit=cover' : '') + '" />')
|
|
||||||
</script>
|
|
||||||
<title>View</title>
|
|
||||||
<link rel="stylesheet" href="view.css" />
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<div id="app"></div>
|
|
||||||
<script src="__uniappes6.js"></script>
|
|
||||||
<script src="view.umd.min.js"></script>
|
|
||||||
<script src="app-view.js"></script>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
154
unpackage/dist/dev/app-plus/app-config.js
vendored
@@ -1,154 +0,0 @@
|
|||||||
/******/ (function(modules) { // webpackBootstrap
|
|
||||||
/******/ // install a JSONP callback for chunk loading
|
|
||||||
/******/ function webpackJsonpCallback(data) {
|
|
||||||
/******/ var chunkIds = data[0];
|
|
||||||
/******/ var moreModules = data[1];
|
|
||||||
/******/ var executeModules = data[2];
|
|
||||||
/******/
|
|
||||||
/******/ // add "moreModules" to the modules object,
|
|
||||||
/******/ // then flag all "chunkIds" as loaded and fire callback
|
|
||||||
/******/ var moduleId, chunkId, i = 0, resolves = [];
|
|
||||||
/******/ for(;i < chunkIds.length; i++) {
|
|
||||||
/******/ chunkId = chunkIds[i];
|
|
||||||
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) {
|
|
||||||
/******/ resolves.push(installedChunks[chunkId][0]);
|
|
||||||
/******/ }
|
|
||||||
/******/ installedChunks[chunkId] = 0;
|
|
||||||
/******/ }
|
|
||||||
/******/ for(moduleId in moreModules) {
|
|
||||||
/******/ if(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {
|
|
||||||
/******/ modules[moduleId] = moreModules[moduleId];
|
|
||||||
/******/ }
|
|
||||||
/******/ }
|
|
||||||
/******/ if(parentJsonpFunction) parentJsonpFunction(data);
|
|
||||||
/******/
|
|
||||||
/******/ while(resolves.length) {
|
|
||||||
/******/ resolves.shift()();
|
|
||||||
/******/ }
|
|
||||||
/******/
|
|
||||||
/******/ // add entry modules from loaded chunk to deferred list
|
|
||||||
/******/ deferredModules.push.apply(deferredModules, executeModules || []);
|
|
||||||
/******/
|
|
||||||
/******/ // run deferred modules when all chunks ready
|
|
||||||
/******/ return checkDeferredModules();
|
|
||||||
/******/ };
|
|
||||||
/******/ function checkDeferredModules() {
|
|
||||||
/******/ var result;
|
|
||||||
/******/ for(var i = 0; i < deferredModules.length; i++) {
|
|
||||||
/******/ var deferredModule = deferredModules[i];
|
|
||||||
/******/ var fulfilled = true;
|
|
||||||
/******/ for(var j = 1; j < deferredModule.length; j++) {
|
|
||||||
/******/ var depId = deferredModule[j];
|
|
||||||
/******/ if(installedChunks[depId] !== 0) fulfilled = false;
|
|
||||||
/******/ }
|
|
||||||
/******/ if(fulfilled) {
|
|
||||||
/******/ deferredModules.splice(i--, 1);
|
|
||||||
/******/ result = __webpack_require__(__webpack_require__.s = deferredModule[0]);
|
|
||||||
/******/ }
|
|
||||||
/******/ }
|
|
||||||
/******/
|
|
||||||
/******/ return result;
|
|
||||||
/******/ }
|
|
||||||
/******/
|
|
||||||
/******/ // The module cache
|
|
||||||
/******/ var installedModules = {};
|
|
||||||
/******/
|
|
||||||
/******/ // object to store loaded and loading chunks
|
|
||||||
/******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
|
|
||||||
/******/ // Promise = chunk loading, 0 = chunk loaded
|
|
||||||
/******/ var installedChunks = {
|
|
||||||
/******/ "app-config": 0
|
|
||||||
/******/ };
|
|
||||||
/******/
|
|
||||||
/******/ var deferredModules = [];
|
|
||||||
/******/
|
|
||||||
/******/ // The require function
|
|
||||||
/******/ function __webpack_require__(moduleId) {
|
|
||||||
/******/
|
|
||||||
/******/ // Check if module is in cache
|
|
||||||
/******/ if(installedModules[moduleId]) {
|
|
||||||
/******/ return installedModules[moduleId].exports;
|
|
||||||
/******/ }
|
|
||||||
/******/ // Create a new module (and put it into the cache)
|
|
||||||
/******/ var module = installedModules[moduleId] = {
|
|
||||||
/******/ i: moduleId,
|
|
||||||
/******/ l: false,
|
|
||||||
/******/ exports: {}
|
|
||||||
/******/ };
|
|
||||||
/******/
|
|
||||||
/******/ // Execute the module function
|
|
||||||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
|
||||||
/******/
|
|
||||||
/******/ // Flag the module as loaded
|
|
||||||
/******/ module.l = true;
|
|
||||||
/******/
|
|
||||||
/******/ // Return the exports of the module
|
|
||||||
/******/ return module.exports;
|
|
||||||
/******/ }
|
|
||||||
/******/
|
|
||||||
/******/
|
|
||||||
/******/ // expose the modules object (__webpack_modules__)
|
|
||||||
/******/ __webpack_require__.m = modules;
|
|
||||||
/******/
|
|
||||||
/******/ // expose the module cache
|
|
||||||
/******/ __webpack_require__.c = installedModules;
|
|
||||||
/******/
|
|
||||||
/******/ // define getter function for harmony exports
|
|
||||||
/******/ __webpack_require__.d = function(exports, name, getter) {
|
|
||||||
/******/ if(!__webpack_require__.o(exports, name)) {
|
|
||||||
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
|
|
||||||
/******/ }
|
|
||||||
/******/ };
|
|
||||||
/******/
|
|
||||||
/******/ // define __esModule on exports
|
|
||||||
/******/ __webpack_require__.r = function(exports) {
|
|
||||||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
||||||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
||||||
/******/ }
|
|
||||||
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
||||||
/******/ };
|
|
||||||
/******/
|
|
||||||
/******/ // create a fake namespace object
|
|
||||||
/******/ // mode & 1: value is a module id, require it
|
|
||||||
/******/ // mode & 2: merge all properties of value into the ns
|
|
||||||
/******/ // mode & 4: return value when already ns object
|
|
||||||
/******/ // mode & 8|1: behave like require
|
|
||||||
/******/ __webpack_require__.t = function(value, mode) {
|
|
||||||
/******/ if(mode & 1) value = __webpack_require__(value);
|
|
||||||
/******/ if(mode & 8) return value;
|
|
||||||
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
|
|
||||||
/******/ var ns = Object.create(null);
|
|
||||||
/******/ __webpack_require__.r(ns);
|
|
||||||
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
|
|
||||||
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
|
|
||||||
/******/ return ns;
|
|
||||||
/******/ };
|
|
||||||
/******/
|
|
||||||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
||||||
/******/ __webpack_require__.n = function(module) {
|
|
||||||
/******/ var getter = module && module.__esModule ?
|
|
||||||
/******/ function getDefault() { return module['default']; } :
|
|
||||||
/******/ function getModuleExports() { return module; };
|
|
||||||
/******/ __webpack_require__.d(getter, 'a', getter);
|
|
||||||
/******/ return getter;
|
|
||||||
/******/ };
|
|
||||||
/******/
|
|
||||||
/******/ // Object.prototype.hasOwnProperty.call
|
|
||||||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
|
||||||
/******/
|
|
||||||
/******/ // __webpack_public_path__
|
|
||||||
/******/ __webpack_require__.p = "/";
|
|
||||||
/******/
|
|
||||||
/******/ var jsonpArray = this["webpackJsonp"] = this["webpackJsonp"] || [];
|
|
||||||
/******/ var oldJsonpFunction = jsonpArray.push.bind(jsonpArray);
|
|
||||||
/******/ jsonpArray.push = webpackJsonpCallback;
|
|
||||||
/******/ jsonpArray = jsonpArray.slice();
|
|
||||||
/******/ for(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);
|
|
||||||
/******/ var parentJsonpFunction = oldJsonpFunction;
|
|
||||||
/******/
|
|
||||||
/******/
|
|
||||||
/******/ // run deferred modules from other chunks
|
|
||||||
/******/ checkDeferredModules();
|
|
||||||
/******/ })
|
|
||||||
/************************************************************************/
|
|
||||||
/******/ ([]);
|
|
||||||
35272
unpackage/dist/dev/app-plus/app-service.js
vendored
24500
unpackage/dist/dev/app-plus/app-view.js
vendored
1
unpackage/dist/dev/app-plus/manifest.json
vendored
|
Before Width: | Height: | Size: 3.4 KiB |
BIN
unpackage/dist/dev/app-plus/static/icon/back.png
vendored
|
Before Width: | Height: | Size: 413 B |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 686 B |
BIN
unpackage/dist/dev/app-plus/static/icon/helper.png
vendored
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 5.5 KiB |
|
Before Width: | Height: | Size: 6.9 KiB |
|
Before Width: | Height: | Size: 866 B |
|
Before Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 6.8 KiB |
BIN
unpackage/dist/dev/app-plus/static/icon/sign_btn.png
vendored
|
Before Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
BIN
unpackage/dist/dev/app-plus/static/icon/vip.png
vendored
|
Before Width: | Height: | Size: 1.1 KiB |
49
unpackage/dist/dev/app-plus/static/iconfont.css
vendored
@@ -1,49 +0,0 @@
|
|||||||
@font-face {
|
|
||||||
font-family: "iconfont"; /* Project id 2869797 */
|
|
||||||
src: url('@/static/iconfont.ttf');
|
|
||||||
}
|
|
||||||
|
|
||||||
.iconfont {
|
|
||||||
font-family: "iconfont" !important;
|
|
||||||
font-size: 16px;
|
|
||||||
font-style: normal;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon-jia:before {
|
|
||||||
content: "\e60a";
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon-dui:before {
|
|
||||||
content: "\e609";
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon-gengduo2:before {
|
|
||||||
content: "\e608";
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon-gengduo:before {
|
|
||||||
content: "\e607";
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon-saoma:before {
|
|
||||||
content: "\e605";
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon-tuandui:before {
|
|
||||||
content: "\e606";
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon-sousuo:before {
|
|
||||||
content: "\e603";
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon-pinglun:before {
|
|
||||||
content: "\e601";
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon-shezhi:before {
|
|
||||||
content: "\e602";
|
|
||||||
}
|
|
||||||
|
|
||||||
BIN
unpackage/dist/dev/app-plus/static/iconfont.ttf
vendored
BIN
unpackage/dist/dev/app-plus/static/img/code_back.png
vendored
|
Before Width: | Height: | Size: 2.8 MiB |
|
Before Width: | Height: | Size: 234 KiB |
BIN
unpackage/dist/dev/app-plus/static/img/team_00.png
vendored
|
Before Width: | Height: | Size: 78 KiB |
BIN
unpackage/dist/dev/app-plus/static/img/team_back.jpg
vendored
|
Before Width: | Height: | Size: 163 KiB |
BIN
unpackage/dist/dev/app-plus/static/img/text_back.jpg
vendored
|
Before Width: | Height: | Size: 105 KiB |
BIN
unpackage/dist/dev/app-plus/static/life/back.png
vendored
|
Before Width: | Height: | Size: 709 KiB |
BIN
unpackage/dist/dev/app-plus/static/life/icon_00.png
vendored
|
Before Width: | Height: | Size: 3.5 KiB |
BIN
unpackage/dist/dev/app-plus/static/life/icon_01.png
vendored
|
Before Width: | Height: | Size: 3.8 KiB |
BIN
unpackage/dist/dev/app-plus/static/life/icon_02.png
vendored
|
Before Width: | Height: | Size: 2.9 KiB |
BIN
unpackage/dist/dev/app-plus/static/life/icon_03.png
vendored
|
Before Width: | Height: | Size: 4.3 KiB |
BIN
unpackage/dist/dev/app-plus/static/life/icon_04.png
vendored
|
Before Width: | Height: | Size: 2.2 KiB |
BIN
unpackage/dist/dev/app-plus/static/life/icon_05.png
vendored
|
Before Width: | Height: | Size: 4.3 KiB |
BIN
unpackage/dist/dev/app-plus/static/life/icon_06.png
vendored
|
Before Width: | Height: | Size: 3.8 KiB |
BIN
unpackage/dist/dev/app-plus/static/life/icon_07.png
vendored
|
Before Width: | Height: | Size: 2.6 KiB |
BIN
unpackage/dist/dev/app-plus/static/life/icon_08.png
vendored
|
Before Width: | Height: | Size: 2.8 KiB |
BIN
unpackage/dist/dev/app-plus/static/life/icon_09.png
vendored
|
Before Width: | Height: | Size: 2.8 KiB |
BIN
unpackage/dist/dev/app-plus/static/life/icon_10.png
vendored
|
Before Width: | Height: | Size: 2.8 KiB |
BIN
unpackage/dist/dev/app-plus/static/login/auth_bg.png
vendored
|
Before Width: | Height: | Size: 2.7 MiB |
BIN
unpackage/dist/dev/app-plus/static/role/1.png
vendored
|
Before Width: | Height: | Size: 112 KiB |
BIN
unpackage/dist/dev/app-plus/static/role/10.png
vendored
|
Before Width: | Height: | Size: 119 KiB |
BIN
unpackage/dist/dev/app-plus/static/role/11.png
vendored
|
Before Width: | Height: | Size: 111 KiB |
BIN
unpackage/dist/dev/app-plus/static/role/2.png
vendored
|
Before Width: | Height: | Size: 130 KiB |
BIN
unpackage/dist/dev/app-plus/static/role/3.png
vendored
|
Before Width: | Height: | Size: 129 KiB |
BIN
unpackage/dist/dev/app-plus/static/role/4.png
vendored
|
Before Width: | Height: | Size: 118 KiB |
BIN
unpackage/dist/dev/app-plus/static/role/5.png
vendored
|
Before Width: | Height: | Size: 123 KiB |
BIN
unpackage/dist/dev/app-plus/static/role/7.png
vendored
|
Before Width: | Height: | Size: 99 KiB |
BIN
unpackage/dist/dev/app-plus/static/role/8.png
vendored
|
Before Width: | Height: | Size: 140 KiB |
BIN
unpackage/dist/dev/app-plus/static/role/9.png
vendored
|
Before Width: | Height: | Size: 121 KiB |
|
Before Width: | Height: | Size: 9.4 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
BIN
unpackage/dist/dev/app-plus/static/user/cover.png
vendored
|
Before Width: | Height: | Size: 1.3 KiB |
BIN
unpackage/dist/dev/app-plus/static/user/icon_00.png
vendored
|
Before Width: | Height: | Size: 2.2 KiB |
BIN
unpackage/dist/dev/app-plus/static/user/icon_01.png
vendored
|
Before Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/dev/app-plus/static/user/icon_02.png
vendored
|
Before Width: | Height: | Size: 2.2 KiB |
BIN
unpackage/dist/dev/app-plus/static/user/icon_06.png
vendored
|
Before Width: | Height: | Size: 2.0 KiB |
BIN
unpackage/dist/dev/app-plus/static/user/icon_07.png
vendored
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 722 B |
|
Before Width: | Height: | Size: 1012 B |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 984 B |
|
Before Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 18 KiB |