Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saasio
Project
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
reyun
saasio
Commits
fe4b8031
Commit
fe4b8031
authored
Mar 09, 2018
by
yangfangfang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
复制修改
parent
f2699808
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
app.js
src/main/websrc/js/manage/app.js
+2
-1
app.html
src/main/websrc/template/manage/app.html
+2
-2
No files found.
src/main/websrc/js/manage/app.js
View file @
fe4b8031
...
...
@@ -91,7 +91,8 @@
}
}
$scope
.
goReport
=
function
(
info
){
$scope
.
goReport
=
function
(
info
,
e
){
if
(
$
(
e
.
target
).
hasClass
(
'copyBtn'
))
return
;
$rootScope
.
isweb
=
info
.
platform
==
'H5'
;
$scope
.
$emit
(
"mngappTo"
,
info
.
id
);
...
...
src/main/websrc/template/manage/app.html
View file @
fe4b8031
...
...
@@ -11,10 +11,10 @@
<div
class=
"appList"
>
<div
ng-if=
"resultList.length>0"
class=
"appWrap"
ng-repeat=
"info in appAlllistInfo | limitTo:limitCount | filterList:searchTxt:'name,appkey' as filterResult track by $index"
>
<div
class=
"app"
>
<div
class=
"app"
ng-click=
"goReport(info,$event)"
>
<div
class=
"ml20 mt20"
>
<div
class=
"iconfont platform"
ng-class=
"{'iOS':'icon-ios','Android':'icon-android','H5':'icon-wrap'}[info.platform]"
></div>
<span
class=
"title"
ng-click=
"goReport(info)"
>
{{info.name}}
</span>
<span
class=
"title"
>
{{info.name}}
</span>
<span
class=
"copyBtnIcon copyBtn"
data-clipboard-text=
"{{info.name}}"
title=
"点击复制"
></span>
<span
class=
"setting"
ng-click=
"info.isShow=!info.isShow"
stop-event
>
<ul
ng-show=
"info.isShow"
ng-mouseleave=
"info.isShow=false"
>
...
...
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