Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wisdom-ces
Project
Project
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
wangqinghua
wisdom-ces
Commits
0f1e6b82
Commit
0f1e6b82
authored
Apr 18, 2019
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
最后一版
parent
3e6720ef
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
213 additions
and
196 deletions
+213
-196
config.xml
config.xml
+2
-2
ionic.config.json
ionic.config.json
+2
-1
android.json
plugins/android.json
+59
-55
fetch.json
plugins/fetch.json
+137
-130
learn-detail.html
src/pages/home/learn-manage/learn-detail/learn-detail.html
+1
-1
learn-manage.ts
src/pages/home/learn-manage/learn-manage/learn-manage.ts
+8
-3
learning-list.ts
src/pages/home/learning/learning-list/learning-list.ts
+2
-2
http.service.ts
src/service/http.service.ts
+2
-2
No files found.
config.xml
View file @
0f1e6b82
<?xml version='1.0' encoding='utf-8'?>
<widget
id=
"io.ionic.smart19.starter
.test"
version=
"4.1.7
"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<name>
党建云平台(测试)
</name>
<widget
id=
"io.ionic.smart19.starter
"
version=
"4.0.9
"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<name>
智汇19号
</name>
<description>
An awesome Ionic/Cordova app.
</description>
<author
email=
"hi@ionicframework"
href=
"http://ionicframework.com/"
>
Ionic Framework Team
</author>
<content
src=
"index.html"
/>
...
...
ionic.config.json
View file @
0f1e6b82
...
...
@@ -7,7 +7,7 @@
"proxies"
:
[
{
"path"
:
"/wisdomgroup"
,
"proxyUrl"
:
"http://1
80.168.156.212:2931
/wisdomgroup"
"proxyUrl"
:
"http://1
01.89.112.92:80
/wisdomgroup"
}
]
}
\ No newline at end of file
plugins/android.json
View file @
0f1e6b82
{
"prepare_queue"
:
{
"installed"
:
[],
"uninstalled"
:
[]
},
"config_munge"
:
{
"files"
:
{}
},
"installed_plugins"
:
{
"cordova-plugin-app-version"
:
{
"PACKAGE_NAME"
:
"io.ionic.starter"
},
"cordova-plugin-badge"
:
{
"PACKAGE_NAME"
:
"io.ionic.starter"
},
"cordova-plugin-device"
:
{
"PACKAGE_NAME"
:
"io.ionic.starter"
},
"cordova-plugin-file"
:
{
"PACKAGE_NAME"
:
"io.ionic.starter"
},
"cordova-plugin-file-transfer"
:
{
"PACKAGE_NAME"
:
"io.ionic.starter"
},
"cordova-plugin-geolocation"
:
{
"PACKAGE_NAME"
:
"io.ionic.starter"
},
"cordova-plugin-ionic-webview"
:
{
"PACKAGE_NAME"
:
"io.ionic.starter"
},
"cordova-plugin-splashscreen"
:
{
"PACKAGE_NAME"
:
"io.ionic.starter"
},
"cordova-plugin-whitelist"
:
{
"PACKAGE_NAME"
:
"io.ionic.starter"
},
"cordova-plugin-file-opener2"
:
{
"PACKAGE_NAME"
:
"io.ionic.starter"
},
"cordova-plugin-ionic-keyboard"
:
{
"PACKAGE_NAME"
:
"io.ionic.starter"
},
"cordova-hot-code-push-plugin"
:
{
"PACKAGE_NAME"
:
"io.ionic.starter"
},
"cordova-plugin-statusbar"
:
{
"PACKAGE_NAME"
:
"io.ionic.starter"
},
"cordova.plugins.diagnostic"
:
{
"PACKAGE_NAME"
:
"io.ionic.smart19.starter.test"
},
"cordova-plugin-tts"
:
{
"PACKAGE_NAME"
:
"io.ionic.smart19.starter"
}
},
"dependent_plugins"
:
{}
"prepare_queue"
:
{
"installed"
:
[],
"uninstalled"
:
[]
},
"config_munge"
:
{
"files"
:
{}
},
"installed_plugins"
:
{
"cordova-plugin-app-version"
:
{
"PACKAGE_NAME"
:
"io.ionic.starter"
},
"cordova-plugin-badge"
:
{
"PACKAGE_NAME"
:
"io.ionic.starter"
},
"cordova-plugin-device"
:
{
"PACKAGE_NAME"
:
"io.ionic.starter"
},
"cordova-plugin-file"
:
{
"PACKAGE_NAME"
:
"io.ionic.starter"
},
"cordova-plugin-file-transfer"
:
{
"PACKAGE_NAME"
:
"io.ionic.starter"
},
"cordova-plugin-geolocation"
:
{
"PACKAGE_NAME"
:
"io.ionic.starter"
},
"cordova-plugin-ionic-webview"
:
{
"PACKAGE_NAME"
:
"io.ionic.starter"
},
"cordova-plugin-splashscreen"
:
{
"PACKAGE_NAME"
:
"io.ionic.starter"
},
"cordova-plugin-whitelist"
:
{
"PACKAGE_NAME"
:
"io.ionic.starter"
},
"cordova-plugin-file-opener2"
:
{
"PACKAGE_NAME"
:
"io.ionic.starter"
},
"cordova-plugin-ionic-keyboard"
:
{
"PACKAGE_NAME"
:
"io.ionic.starter"
},
"cordova-hot-code-push-plugin"
:
{
"PACKAGE_NAME"
:
"io.ionic.starter"
},
"cordova-plugin-statusbar"
:
{
"PACKAGE_NAME"
:
"io.ionic.starter"
},
"cordova.plugins.diagnostic"
:
{
"PACKAGE_NAME"
:
"io.ionic.smart19.starter.test"
},
"cordova-plugin-tts"
:
{
"PACKAGE_NAME"
:
"io.ionic.smart19.starter"
},
"integrator-cordova-plugin-downloader"
:
{
"PACKAGE_NAME"
:
"io.ionic.smart19.starter"
}
},
"dependent_plugins"
:
{}
}
\ No newline at end of file
plugins/fetch.json
View file @
0f1e6b82
{
"cordova-plugin-whitelist"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"cordova-plugin-whitelist@^1.3.3"
},
"is_top_level"
:
true
,
"variables"
:
{}
},
"cordova-plugin-splashscreen"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"cordova-plugin-splashscreen@^5.0.2"
},
"is_top_level"
:
true
,
"variables"
:
{}
},
"cordova-plugin-ionic-webview"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"cordova-plugin-ionic-webview@^1.1.16"
},
"is_top_level"
:
true
,
"variables"
:
{}
},
"cordova-plugin-device"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"cordova-plugin-device@^2.0.1"
},
"is_top_level"
:
true
,
"variables"
:
{}
},
"cordova-plugin-app-version"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"cordova-plugin-app-version"
},
"is_top_level"
:
true
,
"variables"
:
{}
},
"cordova-plugin-badge"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"cordova-plugin-badge"
},
"is_top_level"
:
true
,
"variables"
:
{}
},
"cordova-plugin-file"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"cordova-plugin-file@^6.0.1"
},
"is_top_level"
:
true
,
"variables"
:
{}
},
"cordova-plugin-file-transfer"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"cordova-plugin-file-transfer@^1.7.1"
},
"is_top_level"
:
true
,
"variables"
:
{}
},
"cordova-plugin-geolocation"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"cordova-plugin-geolocation@^4.0.1"
},
"is_top_level"
:
true
,
"variables"
:
{
"GEOLOCATION_USAGE_DESCRIPTION"
:
"To locate you"
"cordova-plugin-whitelist"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"cordova-plugin-whitelist@^1.3.3"
},
"is_top_level"
:
true
,
"variables"
:
{}
},
"cordova-plugin-splashscreen"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"cordova-plugin-splashscreen@^5.0.2"
},
"is_top_level"
:
true
,
"variables"
:
{}
},
"cordova-plugin-ionic-webview"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"cordova-plugin-ionic-webview@^1.1.16"
},
"is_top_level"
:
true
,
"variables"
:
{}
},
"cordova-plugin-device"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"cordova-plugin-device@^2.0.1"
},
"is_top_level"
:
true
,
"variables"
:
{}
},
"cordova-plugin-app-version"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"cordova-plugin-app-version"
},
"is_top_level"
:
true
,
"variables"
:
{}
},
"cordova-plugin-badge"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"cordova-plugin-badge"
},
"is_top_level"
:
true
,
"variables"
:
{}
},
"cordova-plugin-file"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"cordova-plugin-file@^6.0.1"
},
"is_top_level"
:
true
,
"variables"
:
{}
},
"cordova-plugin-file-transfer"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"cordova-plugin-file-transfer@^1.7.1"
},
"is_top_level"
:
true
,
"variables"
:
{}
},
"cordova-plugin-geolocation"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"cordova-plugin-geolocation@^4.0.1"
},
"is_top_level"
:
true
,
"variables"
:
{
"GEOLOCATION_USAGE_DESCRIPTION"
:
"To locate you"
}
},
"ionic-plugin-keyboard"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"ionic-plugin-keyboard"
},
"is_top_level"
:
true
,
"variables"
:
{}
},
"cordova-plugin-file-opener2"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"cordova-plugin-file-opener2@^2.0.19"
},
"is_top_level"
:
true
,
"variables"
:
{}
},
"cordova-plugin-ionic-keyboard"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"cordova-plugin-ionic-keyboard@^2.0.5"
},
"is_top_level"
:
true
,
"variables"
:
{}
},
"cordova-hot-code-push-plugin"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"cordova-hot-code-push-plugin@^1.5.3"
},
"is_top_level"
:
true
,
"variables"
:
{}
},
"cordova-plugin-statusbar"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"cordova-plugin-statusbar@2.4.2"
},
"is_top_level"
:
true
,
"variables"
:
{}
},
"cordova.plugins.diagnostic"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"cordova.plugins.diagnostic@3.0.0"
},
"is_top_level"
:
true
,
"variables"
:
{}
},
"cordova-plugin-tts"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"cordova-plugin-tts"
},
"is_top_level"
:
true
,
"variables"
:
{}
},
"integrator-cordova-plugin-downloader"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"integrator-cordova-plugin-downloader"
},
"is_top_level"
:
true
,
"variables"
:
{}
}
},
"ionic-plugin-keyboard"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"ionic-plugin-keyboard"
},
"is_top_level"
:
true
,
"variables"
:
{}
},
"cordova-plugin-file-opener2"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"cordova-plugin-file-opener2@^2.0.19"
},
"is_top_level"
:
true
,
"variables"
:
{}
},
"cordova-plugin-ionic-keyboard"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"cordova-plugin-ionic-keyboard@^2.0.5"
},
"is_top_level"
:
true
,
"variables"
:
{}
},
"cordova-hot-code-push-plugin"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"cordova-hot-code-push-plugin@^1.5.3"
},
"is_top_level"
:
true
,
"variables"
:
{}
},
"cordova-plugin-statusbar"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"cordova-plugin-statusbar@2.4.2"
},
"is_top_level"
:
true
,
"variables"
:
{}
},
"cordova.plugins.diagnostic"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"cordova.plugins.diagnostic@3.0.0"
},
"is_top_level"
:
true
,
"variables"
:
{}
},
"cordova-plugin-tts"
:
{
"source"
:
{
"type"
:
"registry"
,
"id"
:
"cordova-plugin-tts"
},
"is_top_level"
:
true
,
"variables"
:
{}
}
}
\ No newline at end of file
src/pages/home/learn-manage/learn-detail/learn-detail.html
View file @
0f1e6b82
...
...
@@ -22,7 +22,7 @@
<!--</div>-->
<div
class=
"flex-1"
>
<p>
平均分
</p>
<p
class=
"fontSize-2"
>
{{te
xt?.examineeAvg}}
</p>
<p
class=
"fontSize-2"
>
{{te
st?.examineeAvg}}
<span
style=
"font-size: 1.3rem"
>
分
</span>
</p>
</div>
</div>
<div
class=
"content-card"
>
...
...
src/pages/home/learn-manage/learn-manage/learn-manage.ts
View file @
0f1e6b82
...
...
@@ -50,9 +50,14 @@ export class LearnManagePage {
this
.
learnManageSer
.
getLearnTestList
(
data
).
subscribe
(
(
res
)
=>
{
this
.
list
=
res
.
data
.
list
;
this
.
noList
=
res
.
data
.
list
.
filter
((
e
)
=>
e
.
testStatus
==
1
);
this
.
doList
=
res
.
data
.
list
.
filter
((
e
)
=>
e
.
testStatus
==
2
);
this
.
edList
=
res
.
data
.
list
.
filter
((
e
)
=>
e
.
testStatus
==
3
);
this
.
list
.
forEach
(
event
=>
{
if
(
event
.
title
.
length
>
14
){
event
.
title
=
event
.
title
.
substring
(
0
,
14
)
+
"..."
;
}
})
this
.
noList
=
this
.
list
.
filter
((
e
)
=>
e
.
testStatus
==
1
);
this
.
doList
=
this
.
list
.
filter
((
e
)
=>
e
.
testStatus
==
2
);
this
.
edList
=
this
.
list
.
filter
((
e
)
=>
e
.
testStatus
==
3
);
this
.
link
=
true
;
}
)
...
...
src/pages/home/learning/learning-list/learning-list.ts
View file @
0f1e6b82
...
...
@@ -66,8 +66,8 @@ export class LearningListPage {
(
res
)
=>
{
if
(
res
.
data
){
this
.
list
=
res
.
data
.
list
;
this
.
noList
=
res
.
data
.
list
.
filter
((
e
)
=>
e
.
testResult
==
0
);
this
.
doList
=
res
.
data
.
list
.
filter
((
e
)
=>
e
.
testResult
==
1
||
e
.
testResult
==
2
);
this
.
noList
=
this
.
list
.
filter
((
e
)
=>
e
.
testResult
==
0
);
this
.
doList
=
this
.
list
.
filter
((
e
)
=>
e
.
testResult
==
1
||
e
.
testResult
==
2
);
}
this
.
link
=
true
;
}
...
...
src/service/http.service.ts
View file @
0f1e6b82
...
...
@@ -13,8 +13,8 @@ export class AppGlobal {
};
//接口基地址
//
static domain = "http://101.89.112.92:80"; //正式环境
static
domain
=
"http://180.168.156.212:2931"
;
//测试环境
static
domain
=
"http://101.89.112.92:80"
;
//正式环境
//
static domain = "http://180.168.156.212:2931"; //测试环境
// static domain = ""; //本地环境
...
...
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