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
273e60c4
Commit
273e60c4
authored
Apr 25, 2020
by
xiexiaoqin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
ssh://gitlab.roboming.com:2018/fengzhaoyu/schedule
into dev
parents
0144c019
72dfd681
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
8 deletions
+10
-8
appDetails.js
pages/appDetails/appDetails.js
+5
-3
meetingRoomList.axml
pages/meetingRoomList/meetingRoomList.axml
+5
-5
No files found.
pages/appDetails/appDetails.js
View file @
273e60c4
...
@@ -52,16 +52,18 @@ create.Page({
...
@@ -52,16 +52,18 @@ create.Page({
ddUserId
:
getApp
().
globalData
.
userid
ddUserId
:
getApp
().
globalData
.
userid
};
};
getThirdUserPlatForm
(
data
).
then
(
res
=>
{
getThirdUserPlatForm
(
data
).
then
(
res
=>
{
if
(
res
.
data
.
msg
===
"当前账号已被其他账号绑定!"
)
{
console
.
log
(
JSON
.
stringify
(
res
));
console
.
log
(
res
.
data
.
msg
===
"当前账号已被其他账号绑定!"
);
if
(
res
.
data
.
msg
===
"当前账号已被其他账号绑定!"
)
{
this
.
setData
({
this
.
setData
({
isBind
:
false
,
isBind
:
false
,
bindStatus
:
"
fail
"
bindStatus
:
"
binded
"
});
});
setTimeout
(()
=>
{
setTimeout
(()
=>
{
that
.
setData
({
that
.
setData
({
isLoading
:
false
isLoading
:
false
});
});
},
2
000
);
},
10
000
);
clearInterval
(
interval
);
clearInterval
(
interval
);
}
else
if
(
res
.
data
.
data
)
{
}
else
if
(
res
.
data
.
data
)
{
if
(
res
.
data
.
data
.
platform
===
this
.
data
.
platform
)
{
if
(
res
.
data
.
data
.
platform
===
this
.
data
.
platform
)
{
...
...
pages/meetingRoomList/meetingRoomList.axml
View file @
273e60c4
...
@@ -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'
}}">
<
scroll-view scroll-y="true" class="roomScrollView" disable-scroll="{{!canScroll
}}">
<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">
...
@@ -52,8 +52,8 @@
...
@@ -52,8 +52,8 @@
<view class="noRoomTip">当前暂无会议室</view>
<view class="noRoomTip">当前暂无会议室</view>
</view>
</view>
</view>
</view>
<
view>
</scroll-
view>
<popup show="{{isShowModal}}" onClose="onCancel" position="bottom">
<popup show="{{isShowModal}}" onClose="onCancel" position="bottom">
<view a:if="{{!isShowCalendar}}" class="modalContent">
<view a:if="{{!isShowCalendar}}" class="modalContent">
<view class="modalHeader">
<view class="modalHeader">
<text onTap="onDetermine">确定</text>
<text onTap="onDetermine">确定</text>
...
@@ -115,4 +115,4 @@
...
@@ -115,4 +115,4 @@
</view>
</view>
<calendar type="single" haveYear="{{false}}" selectedDate="{{meetingTime.date}}" onSelect="handleSelect" onMonthChange="onMonthChange" onYearChange="onYearChange" onSelectHasDisableDate="onSelectHasDisableDate" />
<calendar type="single" haveYear="{{false}}" selectedDate="{{meetingTime.date}}" onSelect="handleSelect" onMonthChange="onMonthChange" onYearChange="onYearChange" onSelectHasDisableDate="onSelectHasDisableDate" />
</view>
</view>
</popup>
</popup>
\ No newline at end of file
\ No newline at end of file
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