Commit eccb3c68 authored by wangqinghua's avatar wangqinghua

你问我答 update

parent 49d627e2
<?xml version='1.0' encoding='utf-8'?> <?xml version='1.0' encoding='utf-8'?>
<widget id="io.ionic.smart19.starter" version="4.2.8" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <widget id="io.ionic.smart19.starter" version="4.2.9" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>部机关党建云(试运行)</name> <name>部机关党建云(试运行)</name>
<description>An awesome Ionic/Cordova app.</description> <description>An awesome Ionic/Cordova app.</description>
<author email="hi@ionicframework" href="http://ionicframework.com/">Ionic Framework Team</author> <author email="hi@ionicframework" href="http://ionicframework.com/">Ionic Framework Team</author>
......
...@@ -30,9 +30,10 @@ ...@@ -30,9 +30,10 @@
{{new.title}} {{new.title}}
</p> </p>
<p class="news-end"> <p class="news-end">
<span>提交人:</span><span class="margin-right-10">{{new.submitterName }}</span> <span class="margin-right-10" *ngIf="publishStatus == 2">提交人:<span>{{new.submitterName }}</span> </span>
<span>提交时间:</span><span>{{new.createTime | date:'yyyy-MM-dd'}}</span> <span *ngIf="publishStatus == 2">提交时间:<span>{{new.createTime | date:'yyyy-MM-dd'}}</span></span>
<span (click)="recall(new,$event)">退回</span> <span *ngIf="publishStatus == 3">发布时间:</span><span>{{new.publishTime | date:'yyyy-MM-dd'}}</span>
<span class="recall" float-right *ngIf="publishStatus == 3" (click)="recall(new,$event)">退回</span>
</p> </p>
</ion-col> </ion-col>
...@@ -48,9 +49,10 @@ ...@@ -48,9 +49,10 @@
{{new.title}} {{new.title}}
</p> </p>
<p class="news-end"> <p class="news-end">
<span>提交人:</span><span class="margin-right-10">{{new.submitterName }}</span> <span class="margin-right-10" *ngIf="publishStatus == 2">提交人:<span>{{new.submitterName }}</span> </span>
<span>提交时间:</span><span>{{new.createTime | date:'yyyy-MM-dd'}}</span> <span *ngIf="publishStatus == 2">提交时间:<span>{{new.createTime | date:'yyyy-MM-dd'}}</span></span>
<span (click)="recall(new,$event)">退回</span> <span *ngIf="publishStatus == 3">发布时间:</span><span>{{new.publishTime | date:'yyyy-MM-dd'}}</span>
<span class="recall" float-right *ngIf="publishStatus == 3" (click)="recall(new,$event)">退回</span>
</p> </p>
</ion-col> </ion-col>
</ion-row> </ion-row>
......
...@@ -33,6 +33,7 @@ page-verify { ...@@ -33,6 +33,7 @@ page-verify {
.news-end { .news-end {
color: #989898; color: #989898;
width: 100%;
} }
} }
...@@ -77,4 +78,12 @@ page-verify { ...@@ -77,4 +78,12 @@ page-verify {
bottom: -10px; bottom: -10px;
left: 0px; left: 0px;
} }
.recall{
font-size: 1.5rem;
color: #e42417;
border: 1px solid #e42417;
padding: 1px 4px;
border-radius: 4px;
margin-top: -2px;
}
} }
...@@ -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