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
7dcbc113
Commit
7dcbc113
authored
Apr 21, 2020
by
fengzhaoyu
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://gitlab.roboming.com/fengzhaoyu/schedule
into dev
parents
bda380af
13cc3564
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
appDetails.axml
pages/appDetails/appDetails.axml
+1
-1
appDetails.js
pages/appDetails/appDetails.js
+2
-2
No files found.
pages/appDetails/appDetails.axml
View file @
7dcbc113
...
...
@@ -30,7 +30,7 @@
</view>
</view>
<view class="{{isBind ? 'unBinding': 'binding'}} bindBtn {{isLoading ? 'loadingBtn' : ''}}">
<text onTap="{{isBind ? '
unbind
' : 'bindApp'}}">{{isBind ? '解绑' : '绑定'}}</text>
<text onTap="{{isBind ? '
showPopup
' : 'bindApp'}}">{{isBind ? '解绑' : '绑定'}}</text>
</view>
</view>
<view class="loadingToast" a:if="{{isLoading}}">
...
...
pages/appDetails/appDetails.js
View file @
7dcbc113
...
...
@@ -21,7 +21,6 @@ create.Page({
selectPopupList
:
[{
text
:
"取消关联"
}]
},
onLoad
(
e
)
{
console
.
log
(
e
);
this
.
setData
({
platform
:
e
.
platform
,
name
:
e
.
userName
,
...
...
@@ -92,7 +91,8 @@ create.Page({
if
(
res
.
data
.
data
)
{
this
.
setData
({
name
:
""
,
isBind
:
false
isBind
:
false
,
showSelectPopup
:
false
});
this
.
$store
.
data
.
relatedAppNeedUpdate
=
"1"
;
this
.
update
();
...
...
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