|
|
@@ -157,9 +157,6 @@ Page({
|
|
|
}, {
|
|
|
icon: "icon-dibu-chengjiao",
|
|
|
label: "发布"
|
|
|
- }, {
|
|
|
- icon: "icon-dibu-jieshu",
|
|
|
- label: "结束"
|
|
|
}]
|
|
|
} else if (status == '发布') {
|
|
|
tabbarList = [{
|
|
|
@@ -170,7 +167,7 @@ Page({
|
|
|
label: "结束"
|
|
|
}]
|
|
|
};
|
|
|
- if ((status == '新建' || status == '结束') && isLeader) getApp().globalData.handleClue = this.isDelete.bind(this);
|
|
|
+ if (status == '新建' && isLeader) getApp().globalData.handleClue = this.isDelete.bind(this);
|
|
|
}
|
|
|
this.setData({
|
|
|
tabbarList,
|