Commit ef85c884 by wufan

feat:个人设置页添加企业微信号

parent f85878c0
......@@ -2,7 +2,7 @@
* @Author: 吴文洁
* @Date: 2020-08-31 09:34:25
* @LastEditors: wufan
* @LastEditTime: 2021-01-09 10:56:11
* @LastEditTime: 2021-01-09 15:50:08
* @Description:
* @Copyright: 杭州杰竞科技有限公司 版权所有
*/
......@@ -48,7 +48,7 @@ class User {
}
setStoreType(value:any){
return Storage.set(`${PREFIX}_storetYPE`,value)
return Storage.set(`${PREFIX}_storeType`,value)
}
setStoreUserId(value:any){
......
.personal-info-page{
.page-content{
.box{
padding:60px !important;
padding: 60px 60px 60px 40px !important;
}
.label{
width:56px;
width:84px;
text-align:right;
font-size: 14px;
color: #666666;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment