Commit 9174f734 authored by wangqinghua's avatar wangqinghua

update

parent aea5fd5e
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"proxies": [ "proxies": [
{ {
"path": "/wisdomgroup", "path": "/wisdomgroup",
"proxyUrl": "http://47.103.35.216:8080/wisdomgroup" "proxyUrl": "http://47.103.33.196:8080/wisdomgroup"
} }
] ]
} }
#Sun Jun 16 23:25:43 CST 2019 #Mon Jun 17 01:07:23 CST 2019
base.0=/Users/ben/gitLab-project/party-build-cloud/platforms/android/app/build/intermediates/transforms/dex/release/0 base.0=/Users/ben/gitLab-project/party-build-cloud/platforms/android/app/build/intermediates/transforms/dex/release/0
renamed.0=classes.dex renamed.0=classes.dex
file.0=/Users/ben/gitLab-project/party-build-cloud/platforms/android/app/build/intermediates/transforms/dex/release/0/classes.dex file.0=/Users/ben/gitLab-project/party-build-cloud/platforms/android/app/build/intermediates/transforms/dex/release/0/classes.dex
#Internal package file, do not edit. #Internal package file, do not edit.
#Sun Jun 16 23:25:43 CST 2019 #Mon Jun 17 01:07:23 CST 2019
20.base=/Users/ben/gitLab-project/party-build-cloud/platforms/android/app/build/intermediates/res/release/resources-release.ap_ 20.base=/Users/ben/gitLab-project/party-build-cloud/platforms/android/app/build/intermediates/res/release/resources-release.ap_
143.base=/Users/ben/gitLab-project/party-build-cloud/platforms/android/app/build/intermediates/assets/release 143.base=/Users/ben/gitLab-project/party-build-cloud/platforms/android/app/build/intermediates/assets/release
340.file=/Users/ben/gitLab-project/party-build-cloud/platforms/android/app/build/intermediates/assets/release/www/build/64.js 340.file=/Users/ben/gitLab-project/party-build-cloud/platforms/android/app/build/intermediates/assets/release/www/build/64.js
......
...@@ -176,7 +176,7 @@ document.getElementById(id).style.display = 'none'; ...@@ -176,7 +176,7 @@ document.getElementById(id).style.display = 'none';
<span class="mdl-layout-title">Lint Report: 1 error</span> <span class="mdl-layout-title">Lint Report: 1 error</span>
<div class="mdl-layout-spacer"></div> <div class="mdl-layout-spacer"></div>
<nav class="mdl-navigation mdl-layout--large-screen-only"> <nav class="mdl-navigation mdl-layout--large-screen-only">
Check performed at Sun Jun 16 23:27:59 CST 2019 </nav> Check performed at Mon Jun 17 01:07:25 CST 2019 </nav>
</div> </div>
</header> </header>
<div class="mdl-layout__drawer"> <div class="mdl-layout__drawer">
......
...@@ -39,7 +39,7 @@ page-appraisals { ...@@ -39,7 +39,7 @@ page-appraisals {
line-height: 2rem; line-height: 2rem;
font-size: 1.5rem; font-size: 1.5rem;
border-radius: 4px; border-radius: 4px;
[col-2]{ [col-2],[col-3]{
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
......
...@@ -28,8 +28,8 @@ export class EditPersonInfoPage { ...@@ -28,8 +28,8 @@ export class EditPersonInfoPage {
abbreviation : '', abbreviation : '',
telephone : '', telephone : '',
email : '', email : '',
birthDay:null, birthDay:'',
job:null job:''
}; };
code:string ; code:string ;
...@@ -71,7 +71,12 @@ export class EditPersonInfoPage { ...@@ -71,7 +71,12 @@ export class EditPersonInfoPage {
getUserInfo(){ getUserInfo(){
this.tabSer.getUserIntegral().subscribe( this.tabSer.getUserIntegral().subscribe(
(res) => { (res) => {
if(res.data.job){
this.userinfo.job = res.data.job; this.userinfo.job = res.data.job;
}else{
this.userinfo.job = '';
}
} }
) )
} }
......
...@@ -15,9 +15,9 @@ export class AppGlobal { ...@@ -15,9 +15,9 @@ export class AppGlobal {
//接口基地址 //接口基地址
// static domain = "http://101.89.112.92:80"; //正式环境 // static domain = "http://101.89.112.92:80"; //正式环境
// static domain = "http://192.168.2.235:8080"; //测试环境 // static domain = "http://192.168.2.235:8080"; //测试环境
// static domain = "http://47.103.33.196:8080"; //阿里云测试地址 static domain = "http://47.103.33.196:8080"; //阿里云测试地址
// static domain = "http://47.103.35.216:8080"; //阿里云正式地址 // static domain = "http://47.103.35.216:8080"; //阿里云正式地址
static domain = ""; //本地环境 // static domain = ""; //本地环境
//图片地址 //图片地址
......
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