Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
schedule
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fengzhaoyu
schedule
Commits
eb7ab39f
Commit
eb7ab39f
authored
Oct 29, 2020
by
xiexiaoqin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 日程改成安排
parent
c670bf3b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
index.axml
pages/index/index.axml
+4
-4
scheduleList.axml
pages/scheduleList/scheduleList.axml
+4
-4
No files found.
pages/index/index.axml
View file @
eb7ab39f
...
...
@@ -105,8 +105,8 @@
<view>{{item.hasDateLabel}}</view>
</view>
<view class="todayNoData">
<text>暂无
日程
安排,</text>
<text onTap="createMeeting">创建
日程
</text>
<text>暂无
会议
安排,</text>
<text onTap="createMeeting">创建
会议
</text>
</view>
</view>
</block>
...
...
@@ -128,7 +128,7 @@
<view>动态</view>
</view>
</view>
<view onTap="changeTabBar" data-tabbar='1' data-title='
日程
'>
<view onTap="changeTabBar" data-tabbar='1' data-title='
安排
'>
<view class="tabBarView tabBarView2 {{$data.tabBarIndex === '1' ? 'ischooseTabBar' : ''}}">
<view class="iconfont iconicon_Calendarbox1">
<text a:if="{{offset == 'before'}}" class="iconfont iconicon_days iconicon_open">
...
...
@@ -138,7 +138,7 @@
<text a:else class="iconfont iconicon_days iconicon_days{{iconDay}}">
</text>
</view>
<view>
日程
</view>
<view>
安排
</view>
</view>
</view>
<view class="createMeeting" onTap="createMeeting">
...
...
pages/scheduleList/scheduleList.axml
View file @
eb7ab39f
...
...
@@ -101,8 +101,8 @@
<view>{{item.hasDateLabel}}</view>
</view>
<view class="todayNoData">
<text>暂无
日程
安排,</text>
<text onTap="createMeeting">创建
日程
</text>
<text>暂无
会议
安排,</text>
<text onTap="createMeeting">创建
会议
</text>
</view>
</view>
</block>
...
...
@@ -123,7 +123,7 @@
<view>动态</view>
</view>
</view>
<view onTap="changeTabBar" data-tabbar='1' data-title='
日程
'>
<view onTap="changeTabBar" data-tabbar='1' data-title='
安排
'>
<view class="tabBarView tabBarView2 {{$data.tabBarIndex === '1' ? 'ischooseTabBar' : ''}}">
<view class="iconfont iconicon_Calendarbox1">
<text a:if="{{offset == 'before'}}" class="iconfont iconicon_days iconicon_open">
...
...
@@ -133,7 +133,7 @@
<text a:else class="iconfont iconicon_days iconicon_days{{iconDay}}">
</text>
</view>
<view>
日程
</view>
<view>
安排
</view>
</view>
</view>
<view class="createMeeting" onTap="createMeeting">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment