Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
ef85c884
Commit
ef85c884
authored
Jan 09, 2021
by
wufan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:个人设置页添加企业微信号
parent
f85878c0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
141 additions
and
97 deletions
+141
-97
src/common/js/user.ts
+2
-2
src/modules/personalInfo/index.less
+2
-3
src/modules/personalInfo/index.tsx
+137
-92
No files found.
src/common/js/user.ts
View file @
ef85c884
...
...
@@ -2,7 +2,7 @@
* @Author: 吴文洁
* @Date: 2020-08-31 09:34:25
* @LastEditors: wufan
* @LastEditTime: 2021-01-09 1
0:56:11
* @LastEditTime: 2021-01-09 1
5:50:08
* @Description:
* @Copyright: 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -48,7 +48,7 @@ class User {
}
setStoreType
(
value
:
any
){
return
Storage
.
set
(
`
${
PREFIX
}
_store
tYPE
`
,
value
)
return
Storage
.
set
(
`
${
PREFIX
}
_store
Type
`
,
value
)
}
setStoreUserId
(
value
:
any
){
...
...
src/modules/personalInfo/index.less
View file @
ef85c884
.personal-info-page{
.page-content{
.box{
padding:
6
0px !important;
padding:
60px 60px 60px 4
0px !important;
}
.label{
width:
56
px;
width:
84
px;
text-align:right;
font-size: 14px;
color: #666666;
...
...
src/modules/personalInfo/index.tsx
View file @
ef85c884
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment