Commit dcdb5016 authored by wangqinghua's avatar wangqinghua

color

parent f4e9831d
...@@ -144,7 +144,6 @@ export class ActivityApplyPage { ...@@ -144,7 +144,6 @@ export class ActivityApplyPage {
applyNum ++; applyNum ++;
} }
}); });
console.log(applyNum);
//报名次数 applyCount 1,2,3,4,5,0-> 不限 //报名次数 applyCount 1,2,3,4,5,0-> 不限
if(this.activity.applyCount > 0){ if(this.activity.applyCount > 0){
if(applyNum >= this.activity.applyCount){ if(applyNum >= this.activity.applyCount){
......
...@@ -22,7 +22,7 @@ export class ActivityConfirmPage { ...@@ -22,7 +22,7 @@ export class ActivityConfirmPage {
orderInfo: any; orderInfo: any;
order = { order = {
orderfgconent: '', orderfgconent: '',
orderstate: 4, orderstate: null,
activityid: '', activityid: '',
orderid: '', orderid: '',
personnumber:'', personnumber:'',
...@@ -72,8 +72,7 @@ export class ActivityConfirmPage { ...@@ -72,8 +72,7 @@ export class ActivityConfirmPage {
this.activity = this.navParams.get('order').activity; this.activity = this.navParams.get('order').activity;
this.order = this.navParams.get('order'); this.order = this.navParams.get('order');
this.batch = this.navParams.get('order').batch; this.batch = this.navParams.get('order').batch;
console.log(this.activity); this.order.orderstate = 4;
} }
selectLevel(type) { selectLevel(type) {
......
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