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
56a35f6f
Commit
56a35f6f
authored
Apr 23, 2020
by
xiexiaoqin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge
parent
0e09ffc8
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
22 additions
and
9 deletions
+22
-9
appDetails.axml
pages/appDetails/appDetails.axml
+2
-2
index.acss
pages/index/index.acss
+4
-3
index.axml
pages/index/index.axml
+1
-1
meetingDetail.acss
pages/meetingDetail/meetingDetail.acss
+1
-1
meetingRoomList.axml
pages/meetingRoomList/meetingRoomList.axml
+1
-1
unbindApp.js
pages/unbindApp/unbindApp.js
+1
-1
yarn.lock
yarn.lock
+12
-0
No files found.
pages/appDetails/appDetails.axml
View file @
56a35f6f
...
@@ -29,8 +29,8 @@
...
@@ -29,8 +29,8 @@
{{name ? name : 'outlook'}}
{{name ? name : 'outlook'}}
</view>
</view>
</view>
</view>
<view class="{{isBind ? 'unBinding': 'binding'}} bindBtn {{isLoading ? 'loadingBtn' : ''}}">
<view class="{{isBind ? 'unBinding': 'binding'}} bindBtn {{isLoading ? 'loadingBtn' : ''}}"
onTap="{{isBind ? 'showPopup' : 'bindApp'}}"
>
<text
onTap="{{isBind ? 'unbind' : 'bindApp'}}"
>{{isBind ? '解绑' : '绑定'}}</text>
<text>{{isBind ? '解绑' : '绑定'}}</text>
</view>
</view>
</view>
</view>
<view class="loadingToast" a:if="{{isLoading}}">
<view class="loadingToast" a:if="{{isLoading}}">
...
...
pages/index/index.acss
View file @
56a35f6f
...
@@ -191,8 +191,9 @@
...
@@ -191,8 +191,9 @@
margin-bottom: 32rpx;
margin-bottom: 32rpx;
}
}
.today {
.
date .
today {
border-left: 8rpx solid rgba(234, 12, 40, 1);
border-left: 8rpx solid rgba(234, 12, 40, 1);
color: rgba(10, 10, 10, 1) !important;
}
}
.todayNoData {
.todayNoData {
...
@@ -388,9 +389,9 @@
...
@@ -388,9 +389,9 @@
.iconicon_days {
.iconicon_days {
position: absolute;
position: absolute;
left:
10
rpx;
left:
9
rpx;
top: 12rpx;
top: 12rpx;
font-size: 2
3
rpx;
font-size: 2
4
rpx;
}
}
.tabBarView .iconicon_days {
.tabBarView .iconicon_days {
...
...
pages/index/index.axml
View file @
56a35f6f
...
@@ -79,7 +79,7 @@
...
@@ -79,7 +79,7 @@
<!-- 天 -->
<!-- 天 -->
<block a:elif="{{item.type == 'day' || item.type == 'today'}}">
<block a:elif="{{item.type == 'day' || item.type == 'today'}}">
<view class="date li" id="{{ item.dateStr}}">
<view class="date li" id="{{ item.dateStr}}">
<view class="hasDateTitle
{{item.type == 'today' && item.hasDateLabel ? 'today' : ''}} {{item.value.isBeOverdue ? 'overdueLabel':
''}}">
<view class="hasDateTitle
{{item.value.isBeOverdue ? 'overdueLabel':''}} {{item.type == 'today' && item.hasDateLabel ? 'today' :
''}}">
<view>
<view>
{{item.week}}
{{item.week}}
</view>
</view>
...
...
pages/meetingDetail/meetingDetail.acss
View file @
56a35f6f
...
@@ -117,7 +117,7 @@ page {
...
@@ -117,7 +117,7 @@ page {
}
}
.hideTitle {
.hideTitle {
font-family: PingFangSC-
Medium
;
font-family: PingFangSC-
Regular
;
font-size: 40rpx;
font-size: 40rpx;
line-height: 56rpx;
line-height: 56rpx;
color: #1B263D;
color: #1B263D;
...
...
pages/meetingRoomList/meetingRoomList.axml
View file @
56a35f6f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<view class="iconfont iconicon_open" onTap="selectSearchTime"></view>
<view class="iconfont iconicon_open" onTap="selectSearchTime"></view>
</view>
</view>
</view>
</view>
<view class="roomScrollView" style="{{canScroll ? '': 'overflow:hidden'}}"
"
>
<view class="roomScrollView" style="{{canScroll ? '': 'overflow:hidden'}}">
<view class="reserveMeeting">
<view class="reserveMeeting">
<view class="meetingRoomContent" a:for="{{reserveRoomList}}" data-roomid="{{item.meetingRoomId}}" data-roomname="{{item.name}}" onTap="changeRoomTime">
<view class="meetingRoomContent" a:for="{{reserveRoomList}}" data-roomid="{{item.meetingRoomId}}" data-roomname="{{item.name}}" onTap="changeRoomTime">
<view class="roomMessage">
<view class="roomMessage">
...
...
pages/unbindApp/unbindApp.js
View file @
56a35f6f
...
@@ -30,7 +30,7 @@ create.Page({
...
@@ -30,7 +30,7 @@ create.Page({
unbind
()
{
unbind
()
{
unbindingApp
(
this
.
data
.
item
.
platform
).
then
(
res
=>
{
unbindingApp
(
this
.
data
.
item
.
platform
).
then
(
res
=>
{
if
(
res
.
data
.
data
)
{
if
(
res
.
data
.
data
)
{
this
.
$store
.
data
.
relatedAppNeedUpdate
=
"1"
;
this
.
$store
.
data
.
relatedAppNeedUpdate
=
true
;
this
.
update
();
this
.
update
();
dd
.
navigateBack
({
dd
.
navigateBack
({
delta
:
1
delta
:
1
...
...
yarn.lock
View file @
56a35f6f
...
@@ -7,11 +7,23 @@ dd-store@^1.9.0:
...
@@ -7,11 +7,23 @@ dd-store@^1.9.0:
resolved "https://registry.yarnpkg.com/dd-store/-/dd-store-1.9.0.tgz#8f531e28b6991919bc60a17148fa9e1bba142397"
resolved "https://registry.yarnpkg.com/dd-store/-/dd-store-1.9.0.tgz#8f531e28b6991919bc60a17148fa9e1bba142397"
integrity sha512-bhIkQMcHjNTDGG03riSeLp4UfdOBqWqg+qFfqqwAvgBiARrYbrEWU/YVE5tOV6XOqyfozp+MpZP3SaFyOtuUrw==
integrity sha512-bhIkQMcHjNTDGG03riSeLp4UfdOBqWqg+qFfqqwAvgBiARrYbrEWU/YVE5tOV6XOqyfozp+MpZP3SaFyOtuUrw==
dingtalk-jsapi@^2.10.3:
version "2.10.3"
resolved "https://registry.yarnpkg.com/dingtalk-jsapi/-/dingtalk-jsapi-2.10.3.tgz#ade5c2f858f4ac41143d294ae172b34efaeb95e2"
integrity sha512-ozfuwWzOKx4qgfs+ijdN2XgylB8xZ4zxetDp4ND272YDD5C9GJLo5GKhsFR6kQ/lnU0WIzBo2rYjEwZKtMrJxw==
dependencies:
promise-polyfill "^7.1.0"
luxon@^1.21.3:
luxon@^1.21.3:
version "1.22.2"
version "1.22.2"
resolved "https://registry.yarnpkg.com/luxon/-/luxon-1.22.2.tgz#799d65cc1ed0ba85b4cb3f7dd38fc08a8d1a6750"
resolved "https://registry.yarnpkg.com/luxon/-/luxon-1.22.2.tgz#799d65cc1ed0ba85b4cb3f7dd38fc08a8d1a6750"
integrity sha512-vq6eSaOOw1fKob+JXwfu0e3/UFUT4G4HTFRJab7dch8J1OdOGW/vXqCiJsY7rm2In+5gKNYx0EtnYT0Tc5V4Qw==
integrity sha512-vq6eSaOOw1fKob+JXwfu0e3/UFUT4G4HTFRJab7dch8J1OdOGW/vXqCiJsY7rm2In+5gKNYx0EtnYT0Tc5V4Qw==
promise-polyfill@^7.1.0:
version "7.1.2"
resolved "https://registry.yarnpkg.com/promise-polyfill/-/promise-polyfill-7.1.2.tgz#ab05301d8c28536301622d69227632269a70ca3b"
integrity sha512-FuEc12/eKqqoRYIGBrUptCBRhobL19PS2U31vMNTfyck1FxPyMfgsXyW4Mav85y/ZN1hop3hOwRlUDok23oYfQ==
rrule@^2.6.4:
rrule@^2.6.4:
version "2.6.4"
version "2.6.4"
resolved "https://registry.yarnpkg.com/rrule/-/rrule-2.6.4.tgz#7f4f31fda12bc7249bb176c891109a9bc448e035"
resolved "https://registry.yarnpkg.com/rrule/-/rrule-2.6.4.tgz#7f4f31fda12bc7249bb176c891109a9bc448e035"
...
...
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