Commit dcdb5016 authored by wangqinghua's avatar wangqinghua

color

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