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
f8d22217
Commit
f8d22217
authored
5 years ago
by
fengzhaoyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 解开绑定入口 隐藏outlloOK绑定
parent
8d084bbc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
18 deletions
+14
-18
login.js
api/login.js
+8
-0
relatedApp.axml
components/relatedApp/relatedApp.axml
+3
-17
index.axml
pages/index/index.axml
+3
-1
No files found.
api/login.js
View file @
f8d22217
...
@@ -2,6 +2,7 @@ let lock = false;
...
@@ -2,6 +2,7 @@ let lock = false;
export
default
async
function
login
()
{
export
default
async
function
login
()
{
if
(
lock
==
true
)
{
if
(
lock
==
true
)
{
await
waitLockRelease
(
50
);
await
waitLockRelease
(
50
);
return
;
return
;
}
}
lock
=
true
;
lock
=
true
;
...
@@ -50,6 +51,13 @@ export default async function login() {
...
@@ -50,6 +51,13 @@ export default async function login() {
})
})
})
})
}
}
// let time =setInterval(function() {
// if (lock == false) {
// clearInterval(time)
// return;
// }
// }, 100)
async
function
waitLockRelease
(
retry
)
{
async
function
waitLockRelease
(
retry
)
{
for
(
let
i
=
0
;
i
<
retry
;
i
++
)
{
for
(
let
i
=
0
;
i
<
retry
;
i
++
)
{
...
...
This diff is collapsed.
Click to expand it.
components/relatedApp/relatedApp.axml
View file @
f8d22217
...
@@ -30,23 +30,9 @@
...
@@ -30,23 +30,9 @@
<view class="associated">
<view class="associated">
可关联应用
可关联应用
</view>
</view>
<view class="applicationList" a:if="{{relatedAppPlatformList.indexOf('outlook') === -1}}">
<!--<view class="applicationList" a:if="{{relatedAppPlatformList.indexOf('outlook') === -1}}"><view class="applicationLogo outlook"></view><view class="applicationMsg" data-name="" data-platform="outlook" catchTap="toAppDetails"><view><view>
<view class="applicationLogo outlook">
Outlook日历</view><view>
</view>
支持会议日程双向同步,实时同步日程信息等</view></view><view class="operateIcon"><text class="iconfont iconright"></text></view></view></view> -->
<view class="applicationMsg" data-name="" data-platform="outlook" catchTap="toAppDetails">
<view>
<view>
Outlook日历
</view>
<view>
支持会议日程双向同步,实时同步日程信息等
</view>
</view>
<view class="operateIcon">
<text class="iconfont iconright"></text>
</view>
</view>
</view>
<view class="applicationList" a:if="{{relatedAppPlatformList.indexOf('zoom') === -1}}">
<view class="applicationList" a:if="{{relatedAppPlatformList.indexOf('zoom') === -1}}">
<view class="applicationLogo zoom">
<view class="applicationLogo zoom">
</view>
</view>
...
...
This diff is collapsed.
Click to expand it.
pages/index/index.axml
View file @
f8d22217
...
@@ -50,7 +50,9 @@
...
@@ -50,7 +50,9 @@
<view a:if="{{!loading}}">
<view a:if="{{!loading}}">
<view class="scheduleHeader">
<view class="scheduleHeader">
<view>{{currentData.split('/')[0]}}年{{currentData.split('/')[1] || '1'}}月</view>
<view>{{currentData.split('/')[0]}}年{{currentData.split('/')[1] || '1'}}月</view>
<!--<view onTap="changesidebar" class="headerIcon"><text class="iconfont iconicon_app1"></text><view></view></view> -->
<view onTap="changesidebar" class="headerIcon">
<text class="iconfont iconicon_app1"></text>
<view></view></view>
</view>
</view>
<scroll-view class="indexScrollView" scroll-y="{{true}}" onScroll="scroll" lower-threshold="{{400}}" onScrollToLower="lower" scroll-into-view="{{todayStr}}">
<scroll-view class="indexScrollView" scroll-y="{{true}}" onScroll="scroll" lower-threshold="{{400}}" onScrollToLower="lower" scroll-into-view="{{todayStr}}">
<block a:for="{{scheduleList}}" key="{{item.dateStr}}">
<block a:for="{{scheduleList}}" key="{{item.dateStr}}">
...
...
This diff is collapsed.
Click to expand it.
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