Commit d20f6c80 by fengzhaoyu

11

parent 179c66db
......@@ -21,8 +21,8 @@ Component({
didMount() {
this.getPages(1);
},
didUpdate() {},
didUnmount() {},
didUpdate() { },
didUnmount() { },
methods: {
getPages(current) {
let that = this;
......
......@@ -16,7 +16,6 @@
"pages/scheduleDetail/scheduleDetail",
"pages/participantsDetail/participantsDetail",
"pages/applicationDetails/applicationDetails",
"pages/attendeeList/attendeeList",
"pages/aaaa/aaaa"
"pages/attendeeList/attendeeList"
]
}
}
\ No newline at end of file
<view>
New Page
</view>
\ No newline at end of file
// import { RRule, RRuleSet, rrulestr } from 'rrule'
// Page({
// data: {},
// onLoad() {
// const rule = new RRule({
// freq: RRule.WEEKLY,
// interval: 5,
// byweekday: [RRule.MO, RRule.FR],
// dtstart: new Date(Date.UTC(2012, 1, 1, 10, 30)),
// until: new Date(Date.UTC(2012, 12, 31))
// })
// rule.all()
// ['2012-02-03T10:30:00.000Z',
// '2012-03-05T10:30:00.000Z',
// '2012-03-09T10:30:00.000Z',
// '2012-04-09T10:30:00.000Z',
// '2012-04-13T10:30:00.000Z',
// '2012-05-14T10:30:00.000Z',
// '2012-05-18T10:30:00.000Z',
// ]
// rule.between(new Date(Date.UTC(2012, 7, 1)), new Date(Date.UTC(2012, 8, 1)))
// ['2012-08-27T10:30:00.000Z',
// '2012-08-31T10:30:00.000Z']
// // rule.toString()
// // "DTSTART:20120201T093000Z\nRRULE:FREQ=WEEKLY;INTERVAL=5;UNTIL=20130130T230000Z;BYDAY=MO,FR"
// // rule.toText()
// // "every 5 weeks on Monday, Friday until January 31, 2013"
// },
// });
{}
\ No newline at end of file
版:174
版本175
{{tabBarIndex}}
<view a:if="{{tabBarIndex === '0'}}">
<my-dynamic>
</my-dynamic>
......@@ -10,20 +11,17 @@
<view class="tabBar">
<view onTap="changeTabBar" data-tabbar='0'>
<view class="tabBarView {{tabBarIndex === '0' ? 'ischooseTabBar' : ''}}">
<view class="iconfont iconicon_dynamic"></view>
<view>动态</view>
<text class="iconfont iconicon_dynamic"></text>
<text>动态</text>
</view>
</view>
<view onTap="changeTabBar" data-tabbar='1'>
<view class="tabBarView {{tabBarIndex === '1' ? 'ischooseTabBar' : ''}}">
<view class="iconfont iconicon_Calendarbox1">
<text class="iconfont iconicon_days iconicon_days{{iconDay}}">
</text>
</view>
<view>日程</view>
<text class="iconfont iconicon_Calendarbox1"></text>
<text>日程</text>
</view>
</view>
<view class="createMeeting" onTap="createMeeting">
<view class="iconfont iconicon_add1"></view>
<text class="iconfont iconicon_add1"></text>
</view>
</view>
\ No newline at end of file
......@@ -6,10 +6,6 @@ create.Page({
$data: null,
},
onLoad() {
let iconDay = new Date().getDate()
this.setData({
iconDay: iconDay
})
},
onShow() {
setTimeout(res => {
......
......@@ -308,10 +308,7 @@ create.Page({
meetingWayModel: { model: null }
})
if (this.data.repeatable) {
this.setData({
'conSelectPopupData.showSelectPopup': true,
editType: 'meeting_way'
})
this.isChange('meeting_way', 'future')
} else {
this.isChange('meeting_way', 'only')
}
......
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