You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
542 lines
21 KiB
542 lines
21 KiB
|
|
<!-- 个人中心 -->
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
<title>个人中心</title>
|
|
<link rel="stylesheet" href="../../layui/css/layui.css">
|
|
<!-- 样式 -->
|
|
<link rel="stylesheet" href="../../css/style.css" />
|
|
<!-- 主题(主要颜色设置) -->
|
|
<link rel="stylesheet" href="../../css/theme.css" />
|
|
<!-- 通用的css -->
|
|
<link rel="stylesheet" href="../../css/common.css" />
|
|
</head>
|
|
<style>
|
|
html::after {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
content: '';
|
|
display: block;
|
|
background-attachment: fixed;
|
|
background-size: cover;
|
|
background-position: center;
|
|
z-index: -1;
|
|
}
|
|
#swiper {
|
|
overflow: hidden;
|
|
}
|
|
#swiper .layui-carousel-ind li {
|
|
width: 20px;
|
|
height: 12px;
|
|
border-width: 0;
|
|
border-style: solid;
|
|
border-color: rgba(0,0,0,.3);
|
|
border-radius: 20px;
|
|
background-color: rgba(225, 236, 237, 1);
|
|
box-shadow: 0 0 6px rgba(255,0,0,0);
|
|
}
|
|
#swiper .layui-carousel-ind li.layui-this {
|
|
width: 25px;
|
|
height: 12px;
|
|
border-width: 0;
|
|
border-style: solid;
|
|
border-color: rgba(0,0,0,.3);
|
|
border-radius: 20px;
|
|
background-color: rgba(0, 131, 199, 1);
|
|
box-shadow: 0 0 6px rgba(255,0,0,0);
|
|
}
|
|
|
|
.index-title {
|
|
text-align: center;
|
|
box-sizing: border-box;
|
|
width: 980px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
.index-title span {
|
|
padding: 0 10px;
|
|
line-height: 1.4;
|
|
}
|
|
.center-container .layui-nav-tree {
|
|
width: 100%;
|
|
}
|
|
.center-container .layui-nav {
|
|
position: inherit;
|
|
}
|
|
.center-container .layui-nav-tree .layui-nav-item {
|
|
height: 44px;
|
|
line-height: 44px;
|
|
font-size: 14px;
|
|
color: rgba(0, 0, 0, 1);
|
|
border-width: 0px 0px 2px 0px;
|
|
border-style: solid;
|
|
border-color: rgba(225, 236, 237, 1);
|
|
border-radius: 0;
|
|
background-color: rgba(255, 255, 255, 1);
|
|
box-shadow: 0 0 6px rgba(255,0,0,0);
|
|
text-align: center;
|
|
}
|
|
.center-container .layui-nav-tree .layui-nav-bar {
|
|
height: 44px !important;
|
|
opacity: 0 !important;
|
|
}
|
|
.center-container .layui-nav-tree .layui-nav-item.layui-this {
|
|
font-size: 14px;
|
|
color: #fff;
|
|
border-width: 0;
|
|
border-style: solid;
|
|
border-color: rgba(255,0,0,.3);
|
|
border-radius: 0;
|
|
background-color: rgba(77, 200, 248, 1);
|
|
box-shadow: 0 0 6px rgba(255,0,0,0);
|
|
}
|
|
.center-container .layui-nav-tree .layui-nav-item:hover {
|
|
font-size: 14px;
|
|
color: #fff;
|
|
border-width: 0;
|
|
border-style: solid;
|
|
border-color: rgba(255,0,0,.3);
|
|
border-radius: 0;
|
|
background-color: rgba(77, 200, 248, 1);
|
|
box-shadow: 0 0 6px rgba(255,0,0,0);
|
|
}
|
|
.center-container .layui-nav-tree .layui-nav-item a {
|
|
line-height: inherit;
|
|
height: auto;
|
|
background-color: inherit;
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
.right-container {
|
|
position: relative;
|
|
}
|
|
|
|
.right-container .layui-form-item {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.right-container .layui-input-block {
|
|
margin: 0;
|
|
flex: 1;
|
|
}
|
|
.right-container .input .layui-input {
|
|
padding: 0 12px;
|
|
height: 40px;
|
|
font-size: 14px;
|
|
color: #333;
|
|
border-radius: 4px;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: rgba(136, 198, 229, 1);
|
|
background-color: #fff;
|
|
box-shadow: 0 0 0px rgba(136, 198, 229, 1);
|
|
text-align: left;
|
|
}
|
|
.right-container .select .layui-input {
|
|
padding: 0 12px;
|
|
height: 40px;
|
|
font-size: 14px;
|
|
color: #333;
|
|
border-radius: 4px;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: rgba(136, 198, 229, 1);
|
|
background-color: #fff;
|
|
box-shadow: 0 0 0px rgba(136, 198, 229, 1);
|
|
text-align: left;
|
|
}
|
|
.right-container .date .layui-input {
|
|
padding: 0 12px;
|
|
height: 40px;
|
|
font-size: 14px;
|
|
color: #333;
|
|
border-radius: 4px;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: rgba(136, 198, 229, 1);
|
|
background-color: #fff;
|
|
box-shadow: 0 0 0px rgba(136, 198, 229, 1);
|
|
text-align: left;
|
|
}
|
|
</style>
|
|
<body>
|
|
|
|
<div id="app">
|
|
<!-- 轮播图 -->
|
|
<!-- <div class="layui-carousel" id="swiper">
|
|
<div carousel-item id="swiper-item">
|
|
<div v-for="(item,index) in swiperList" v-bind:key="index">
|
|
<img class="swiper-item" :src="item.img">
|
|
</div>
|
|
</div>
|
|
</div> -->
|
|
<div class="layui-carousel" id="swiper" :style='{"boxShadow":"0 0 0px rgba(255,0,0,0)","margin":"0 auto","borderColor":"rgba(0,0,0,.3)","borderRadius":"0","borderWidth":"0","width":"100%","borderStyle":"solid"}'>
|
|
<div carousel-item>
|
|
<div v-for="(item,index) in swiperList" :key="index">
|
|
<img style="width: 100%;height: 100%;object-fit:cover;" :src="item.img" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- 轮播图 -->
|
|
|
|
<!-- 标题 -->
|
|
<!-- <h2 style="margin-top: 20px;" class="index-title">USER / CENTER</h2>
|
|
<div class="line-container">
|
|
<p class="line" style="background: #EEEEEE;"> 个人中心 </p>
|
|
</div> -->
|
|
<div class="index-title" :style='{"padding":"0","boxShadow":"0 0 6px rgba(225, 236, 237, 1)","margin":"15px auto ","borderColor":"rgba(0,0,0,.3)","backgroundColor":"rgba(225, 236, 237, 1)","color":"#333","borderRadius":"0","borderWidth":"0","fontSize":"22px","borderStyle":"solid","height":"70px"}'>
|
|
<span>USER / CENTER</span><span>个人中心</span>
|
|
</div>
|
|
<!-- 标题 -->
|
|
|
|
<div class="center-container">
|
|
<!-- 个人中心菜单 config.js-->
|
|
<div class="left-container" :style='{"padding":"0","boxShadow":"-1px 1px 6px rgba(136, 198, 229, 1)","margin":"0","borderColor":"rgba(255, 255, 255, 1)","backgroundColor":"#fff","borderRadius":"0","borderWidth":"0 0 1px 0","width":"160px","borderStyle":"solid"}'>
|
|
<ul class="layui-nav layui-nav-tree">
|
|
<li v-for="(item,index) in centerMenu" v-bind:key="index" class="layui-nav-item" :class="index==0?'layui-this':''">
|
|
<a :href="'javascript:jump(\''+item.url+'\')'">{{item.name}}</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<!-- 个人中心菜单 -->
|
|
<!-- 个人中心 -->
|
|
<div class="right-container" :style='{"padding":"20px","boxShadow":"1px 1px 6px rgba(136, 198, 229, 1)","margin":"0","borderColor":"rgba(255,0,0,.3)","backgroundColor":"#fff","borderRadius":"0","borderWidth":"0","borderStyle":"solid"}'>
|
|
<form class="layui-form" lay-filter="myForm">
|
|
<!-- 主键 -->
|
|
<input type="hidden" name="id" id="id" />
|
|
<div class="layui-form-item" :style='{"padding":"10px","boxShadow":"0 0 6px rgba(136, 198, 229, 1)","margin":"0 0 10px 0","borderColor":"rgba(136, 198, 229, 1)","backgroundColor":"#fff","borderRadius":"4px","borderWidth":"0 0 1px 0","borderStyle":"solid"}'>
|
|
<label :style='{"width":"94px","padding":"0 12px 0 0","fontSize":"14px","color":"#333","textAlign":"right"}' class="layui-form-label">公司账号</label>
|
|
<div class="layui-input-block input">
|
|
<input type="text" readonly="readonly" name="gongsizhanghao" id="gongsizhanghao" placeholder="公司账号" autocomplete="off" class="layui-input">
|
|
</div>
|
|
</div>
|
|
<div class="layui-form-item" :style='{"padding":"10px","boxShadow":"0 0 6px rgba(136, 198, 229, 1)","margin":"0 0 10px 0","borderColor":"rgba(136, 198, 229, 1)","backgroundColor":"#fff","borderRadius":"4px","borderWidth":"0 0 1px 0","borderStyle":"solid"}'>
|
|
<label :style='{"width":"94px","padding":"0 12px 0 0","fontSize":"14px","color":"#333","textAlign":"right"}' class="layui-form-label">密码</label>
|
|
<div class="layui-input-block input">
|
|
<input type="password" name="mima" id="mima" placeholder="密码" autocomplete="off" class="layui-input">
|
|
</div>
|
|
</div>
|
|
<div class="layui-form-item" :style='{"padding":"10px","boxShadow":"0 0 6px rgba(136, 198, 229, 1)","margin":"0 0 10px 0","borderColor":"rgba(136, 198, 229, 1)","backgroundColor":"#fff","borderRadius":"4px","borderWidth":"0 0 1px 0","borderStyle":"solid"}'>
|
|
<label :style='{"width":"94px","padding":"0 12px 0 0","fontSize":"14px","color":"#333","textAlign":"right"}' class="layui-form-label">公司名称</label>
|
|
<div class="layui-input-block input">
|
|
<input type="text" name="gongsimingcheng" id="gongsimingcheng" placeholder="公司名称" autocomplete="off" class="layui-input">
|
|
</div>
|
|
</div>
|
|
<div class="layui-form-item" :style='{"padding":"10px","boxShadow":"0 0 6px rgba(136, 198, 229, 1)","margin":"0 0 10px 0","borderColor":"rgba(136, 198, 229, 1)","backgroundColor":"#fff","borderRadius":"4px","borderWidth":"0 0 1px 0","borderStyle":"solid"}'>
|
|
<label :style='{"width":"94px","padding":"0 12px 0 0","fontSize":"14px","color":"#333","textAlign":"right"}' class="layui-form-label">公司领域</label>
|
|
<div class="layui-input-block input">
|
|
<input type="text" name="gongsilingyu" id="gongsilingyu" placeholder="公司领域" autocomplete="off" class="layui-input">
|
|
</div>
|
|
</div>
|
|
<div class="layui-form-item" :style='{"padding":"10px","boxShadow":"0 0 6px rgba(136, 198, 229, 1)","margin":"0 0 10px 0","borderColor":"rgba(136, 198, 229, 1)","backgroundColor":"#fff","borderRadius":"4px","borderWidth":"0 0 1px 0","borderStyle":"solid"}'>
|
|
<label :style='{"width":"94px","padding":"0 12px 0 0","fontSize":"14px","color":"#333","textAlign":"right"}' class="layui-form-label">公司规模</label>
|
|
<div class="layui-input-block input">
|
|
<input type="text" name="gongsiguimo" id="gongsiguimo" placeholder="公司规模" autocomplete="off" class="layui-input">
|
|
</div>
|
|
</div>
|
|
<div class="layui-form-item" :style='{"padding":"10px","boxShadow":"0 0 6px rgba(136, 198, 229, 1)","margin":"0 0 10px 0","borderColor":"rgba(136, 198, 229, 1)","backgroundColor":"#fff","borderRadius":"4px","borderWidth":"0 0 1px 0","borderStyle":"solid"}'>
|
|
<label :style='{"width":"94px","padding":"0 12px 0 0","fontSize":"14px","color":"#333","textAlign":"right"}' class="layui-form-label">公司类型</label>
|
|
<div class="layui-input-block input">
|
|
<input type="text" name="gongsileixing" id="gongsileixing" placeholder="公司类型" autocomplete="off" class="layui-input">
|
|
</div>
|
|
</div>
|
|
<div class="layui-form-item" :style='{"padding":"10px","boxShadow":"0 0 6px rgba(136, 198, 229, 1)","margin":"0 0 10px 0","borderColor":"rgba(136, 198, 229, 1)","backgroundColor":"#fff","borderRadius":"4px","borderWidth":"0 0 1px 0","borderStyle":"solid"}'>
|
|
<label :style='{"width":"94px","padding":"0 12px 0 0","fontSize":"14px","color":"#333","textAlign":"right"}' style="opacity: 0;" class="layui-form-label">头像</label>
|
|
<div class="layui-input-block">
|
|
<img id="gongsitupianImg" style="width: 100px;height: 100px;border-radius: 50%;border: 2px solid #EEEEEE;" :style='{"boxShadow":"0 0 0px rgba(255,0,0,.8)","borderColor":"rgba(136, 198, 229, 1)","backgroundColor":"#fff","borderRadius":"10px","borderWidth":"1px","width":"80px","borderStyle":"solid","height":"80px"}' src="../../img/avator.png">
|
|
<input type="hidden" id="gongsitupian" name="gongsitupian" />
|
|
</div>
|
|
</div>
|
|
<div class="layui-form-item" :style='{"padding":"10px","boxShadow":"0 0 6px rgba(136, 198, 229, 1)","margin":"0 0 10px 0","borderColor":"rgba(136, 198, 229, 1)","backgroundColor":"#fff","borderRadius":"4px","borderWidth":"0 0 1px 0","borderStyle":"solid"}'>
|
|
<label :style='{"width":"94px","padding":"0 12px 0 0","fontSize":"14px","color":"#333","textAlign":"right"}' style="opacity: 0;" class="layui-form-label">图片</label>
|
|
<div class="layui-input-block">
|
|
<button :style='{"padding":"0 10px","boxShadow":"0 0 0px rgba(255,0,0,.5)","margin":"0 10px 0 0","borderColor":"#ccc","backgroundColor":"rgba(136, 198, 229, 1)","color":"#fff","borderRadius":"8px","borderWidth":"0","width":"auto","fontSize":"14px","borderStyle":"solid","height":"44px"}' type="button" class="layui-btn btn-theme" id="gongsitupianUpload">
|
|
<i v-if="true" :style='{"color":"#fff","show":true,"fontSize":"14px"}' class="layui-icon"></i>上传图片
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<div class="layui-form-item" :style='{"padding":"10px","boxShadow":"0 0 6px rgba(136, 198, 229, 1)","margin":"0 0 10px 0","borderColor":"rgba(136, 198, 229, 1)","backgroundColor":"#fff","borderRadius":"4px","borderWidth":"0 0 1px 0","borderStyle":"solid"}'>
|
|
<label :style='{"width":"94px","padding":"0 12px 0 0","fontSize":"14px","color":"#333","textAlign":"right"}' class="layui-form-label">公司地址</label>
|
|
<div class="layui-input-block input">
|
|
<input type="text" name="gongsidizhi" id="gongsidizhi" placeholder="公司地址" autocomplete="off" class="layui-input">
|
|
</div>
|
|
</div>
|
|
|
|
<div class="layui-form-item">
|
|
<div class="layui-input-block" style="display: flex;flex-wrap:wrap;">
|
|
<button :style='{"padding":"0 10px","boxShadow":"0 0 0px rgba(255,0,0,.5)","margin":"10px auto 0","borderColor":"#ccc","backgroundColor":"rgba(77, 200, 248, 1)","color":"#fff","borderRadius":"8px","borderWidth":"0","width":"60%","fontSize":"14px","borderStyle":"solid","height":"44px"}' class="layui-btn btn-submit btn-theme" lay-submit lay-filter="*">更新信息</button>
|
|
<button :style='{"padding":"0 10px","boxShadow":"0 0 0px rgba(255,0,0,.5)","margin":"10px auto","borderColor":"#ccc","backgroundColor":"rgba(77, 200, 248, 1)","color":"rgba(255, 255, 255, 1)","borderRadius":"8px","borderWidth":"0","width":"60%","fontSize":"14px","borderStyle":"solid","height":"44px"}' @click="logout" class="layui-btn btn-submit">退出登录</button>
|
|
</div>
|
|
</div>
|
|
<!-- <div class="layui-form-item">
|
|
<div class="layui-input-block">
|
|
<button :style='{"padding":"0 10px","boxShadow":"0 0 0px rgba(255,0,0,.5)","margin":"10px auto","borderColor":"#ccc","backgroundColor":"rgba(77, 200, 248, 1)","color":"rgba(255, 255, 255, 1)","borderRadius":"8px","borderWidth":"0","width":"60%","fontSize":"14px","borderStyle":"solid","height":"44px"}' @click="logout" class="layui-btn btn-submit">退出登录</button>
|
|
</div>
|
|
</div> -->
|
|
</form>
|
|
</div>
|
|
<!-- 个人中心 -->
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- layui -->
|
|
<script src="../../layui/layui.js"></script>
|
|
<!-- vue -->
|
|
<script src="../../js/vue.js"></script>
|
|
<!-- 组件配置信息 -->
|
|
<script src="../../js/config.js"></script>
|
|
<!-- 扩展插件配置信息 -->
|
|
<script src="../../modules/config.js"></script>
|
|
<!-- 工具方法 -->
|
|
<script src="../../js/utils.js"></script>
|
|
<!-- 校验格式工具类 -->
|
|
<script src="../../js/validate.js"></script>
|
|
|
|
<script>
|
|
var vue = new Vue({
|
|
el: '#app',
|
|
data: {
|
|
// 轮播图
|
|
swiperList: [],
|
|
centerMenu: centerMenu
|
|
},
|
|
updated: function() {
|
|
layui.form.render(null, 'myForm');
|
|
},
|
|
methods: {
|
|
jump(url) {
|
|
jump(url)
|
|
},
|
|
logout(){
|
|
localStorage.removeItem('Token');
|
|
localStorage.removeItem('role');
|
|
localStorage.removeItem('sessionTable');
|
|
localStorage.removeItem('adminName');
|
|
localStorage.removeItem('userid');
|
|
localStorage.removeItem('vip');
|
|
localStorage.removeItem('userTable');
|
|
localStorage.removeItem('iframeUrl');
|
|
window.parent.location.href = '../login/login.html';
|
|
}
|
|
}
|
|
})
|
|
|
|
layui.use(['layer', 'element', 'carousel', 'http', 'jquery', 'form', 'upload', 'laydate'], function() {
|
|
var layer = layui.layer;
|
|
var element = layui.element;
|
|
var carousel = layui.carousel;
|
|
var http = layui.http;
|
|
var jquery = layui.jquery;
|
|
var form = layui.form;
|
|
var upload = layui.upload;
|
|
var laydate = layui.laydate;
|
|
vue.baseurl = http.baseurl;
|
|
|
|
// 获取轮播图 数据
|
|
http.request('config/list', 'get', {
|
|
page: 1,
|
|
limit: 5
|
|
}, function(res) {
|
|
if (res.data.list.length > 0) {
|
|
let swiperList = [];
|
|
res.data.list.forEach(element => {
|
|
if (element.value != null) {
|
|
swiperList.push({
|
|
img: http.baseurl+element.value
|
|
});
|
|
}
|
|
});
|
|
vue.swiperList = swiperList;
|
|
vue.$nextTick(() => {
|
|
carousel.render({
|
|
elem: '#test1',
|
|
width: '100%',
|
|
height: '420px',
|
|
arrow: 'hover',
|
|
anim: 'default',
|
|
autoplay: 'true',
|
|
interval: '3000',
|
|
indicator: 'inside'
|
|
});
|
|
})
|
|
// vue.$nextTick(()=>{
|
|
// window.xznSlide();
|
|
// });
|
|
}
|
|
});
|
|
// 充值
|
|
jquery('#btn-recharge').click(function(e) {
|
|
layer.open({
|
|
type: 2,
|
|
title: '用户充值',
|
|
area: ['900px', '600px'],
|
|
content: '../shop-recharge/recharge.html'
|
|
});
|
|
});
|
|
// 会员购买
|
|
jquery('#btn-buyvip').click(function(e) {
|
|
layer.open({
|
|
type: 2,
|
|
title: '会员购买',
|
|
area: ['900px', '600px'],
|
|
content: '../shop-recharge/buyvip.html'
|
|
});
|
|
});
|
|
|
|
// 获取轮播图 数据
|
|
http.request('config/list', 'get', {
|
|
page: 1,
|
|
limit: 5
|
|
}, function(res) {
|
|
if (res.data.list.length > 0) {
|
|
var swiperItemHtml = '';
|
|
for (let item of res.data.list) {
|
|
if (item.name.indexOf('picture') >= 0 && item.value && item.value != "" && item.value != null) {
|
|
swiperItemHtml +=
|
|
'<div>' +
|
|
'<img style="width: 100%;height: 100%;object-fit:cover;" class="swiper-item" src="' + http.baseurl+item.value + '">' +
|
|
'</div>';
|
|
}
|
|
}
|
|
jquery('#swiper-item').html(swiperItemHtml);
|
|
// 轮播图
|
|
vue.$nextTick(() => {
|
|
carousel.render({
|
|
elem: '#swiper',
|
|
width: '100%',
|
|
height: '420px',
|
|
arrow: 'hover',
|
|
anim: 'default',
|
|
autoplay: 'true',
|
|
interval: '3000',
|
|
indicator: 'inside'
|
|
});
|
|
|
|
})
|
|
// carousel.render({
|
|
// elem: '#swiper',
|
|
// width: swiper.width,height:swiper.height,
|
|
// arrow: swiper.arrow,
|
|
// anim: swiper.anim,
|
|
// interval: swiper.interval,
|
|
// indicator: "none"
|
|
// });
|
|
}
|
|
});
|
|
|
|
// 上传图片
|
|
var gongsitupianUpload = upload.render({
|
|
//绑定元素
|
|
elem: '#gongsitupianUpload',
|
|
//上传接口
|
|
url: http.baseurl + 'file/upload',
|
|
// 请求头
|
|
headers: {
|
|
Token: localStorage.getItem('Token')
|
|
},
|
|
// 允许上传时校验的文件类型
|
|
accept: 'images',
|
|
before: function() {
|
|
//loading层
|
|
var index = layer.load(1, {
|
|
shade: [0.1, '#fff'] //0.1透明度的白色背景
|
|
});
|
|
},
|
|
// 上传成功
|
|
done: function(res) {
|
|
console.log(res);
|
|
layer.closeAll();
|
|
if (res.code == 0) {
|
|
layer.msg("上传成功", {
|
|
time: 2000,
|
|
icon: 6
|
|
})
|
|
var url = 'upload/' + res.file;
|
|
jquery('#gongsitupian').val(url);
|
|
jquery('#gongsitupianImg').attr('src', http.baseurl+url)
|
|
} else {
|
|
layer.msg(res.msg, {
|
|
time: 2000,
|
|
icon: 5
|
|
})
|
|
}
|
|
},
|
|
//请求异常回调
|
|
error: function() {
|
|
layer.closeAll();
|
|
layer.msg("请求接口异常", {
|
|
time: 2000,
|
|
icon: 5
|
|
})
|
|
}
|
|
});
|
|
|
|
// 查询用户信息
|
|
let table = localStorage.getItem("userTable");
|
|
|
|
if(!table){
|
|
layer.msg('请先登录', {
|
|
time: 2000,
|
|
icon: 5
|
|
}, function() {
|
|
window.parent.location.href = '../login/login.html';
|
|
});
|
|
}
|
|
|
|
|
|
http.request(`${table}/session`, 'get', {}, function(data) {
|
|
// 表单赋值
|
|
form.val("myForm", data.data);
|
|
// 图片赋值
|
|
jquery("#gongsitupianImg").attr("src", http.baseurl+data.data.gongsitupian);
|
|
});
|
|
|
|
// 提交表单
|
|
form.on('submit(*)', function(data) {
|
|
data = data.field;
|
|
if(!data.gongsizhanghao){
|
|
layer.msg('公司账号不能为空', {
|
|
time: 2000,
|
|
icon: 5
|
|
});
|
|
return false
|
|
}
|
|
if(!data.mima){
|
|
layer.msg('密码不能为空', {
|
|
time: 2000,
|
|
icon: 5
|
|
});
|
|
return false
|
|
}
|
|
if(!data.gongsimingcheng){
|
|
layer.msg('公司名称不能为空', {
|
|
time: 2000,
|
|
icon: 5
|
|
});
|
|
return false
|
|
}
|
|
http.requestJson(table + '/update', 'post', data, function(res) {
|
|
layer.msg('修改成功', {
|
|
time: 2000,
|
|
icon: 6
|
|
}, function() {
|
|
window.location.reload();
|
|
});
|
|
});
|
|
return false
|
|
});
|
|
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|